|
Fixed quality tests after PyAuto test purge.
All test resources and reference files have been moved to be handled by
the webrtc.DEPS solution. The audio test used to find its files in the
pyauto_private folder, which has been removed. Instead I've uploaded
the files to the webrtc-resources bundle and put .sha1 files in the
webrtc test data folder, which are processed by the webrtc.DEPS
solution.
The downloading of the files is only triggered if you have the WebRTC
solution, so this should not burden people who do not want to run the
tests.
The reason for moving the files is that the tests are more healthy
if they don't have to look for resources outside the chrome/test/data
folder. I'm able to straighten out some hacks as a result.
Also fixing an issue where https://codereview.chromium.org/222873002
removed the web socket handler for the video quality test.
Depends on https://codereview.chromium.org/225263018.
BUG= 360033, 359579
NOTRY=true
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=262398
Total comments: 9
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+142 lines, -68 lines) |
Patch |
|
M |
.gitignore
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc
|
View
|
1
2
3
|
8 chunks |
+15 lines, -32 lines |
0 comments
|
Download
|
|
M |
chrome/browser/media/chrome_webrtc_browsertest.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/media/chrome_webrtc_video_quality_browsertest.cc
|
View
|
1
2
3
4
|
5 chunks |
+5 lines, -6 lines |
0 comments
|
Download
|
|
M |
chrome/browser/media/webrtc_browsertest_common.h
|
View
|
1
2
|
1 chunk |
+7 lines, -7 lines |
0 comments
|
Download
|
|
M |
chrome/browser/media/webrtc_browsertest_common.cc
|
View
|
1
2
|
3 chunks |
+13 lines, -22 lines |
0 comments
|
Download
|
|
A |
chrome/test/data/webrtc/resources/README
|
View
|
1
2
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/test/data/webrtc/resources/force_mic_volume_max.exe.sha1
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
A |
chrome/test/data/webrtc/resources/human-voice-linux.wav.sha1
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
A |
chrome/test/data/webrtc/resources/human-voice-original.wav.sha1
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
A |
chrome/test/data/webrtc/resources/human-voice-win.wav.sha1
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
A |
chrome/test/data/webrtc/resources/pesq.sha1
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
A |
chrome/test/data/webrtc/resources/pesq.exe.sha1
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
A |
chrome/test/data/webrtc/resources/reference_video_1280x720_30fps.y4m.sha1
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
A |
chrome/test/data/webrtc/resources/reference_video_1280x720_30fps.yuv.sha1
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
A |
chrome/test/data/webrtc/resources/reference_video_640x360_30fps.y4m.sha1
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
A |
chrome/test/data/webrtc/resources/reference_video_640x360_30fps.yuv.sha1
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
A |
chrome/test/data/webrtc/resources/sox.exe.sha1
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
chrome/test/data/webrtc/video_extraction.js
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
A |
chrome/test/data/webrtc/wsh/webrtc_write_wsh.py
|
View
|
|
1 chunk |
+76 lines, -0 lines |
0 comments
|
Download
|
Total messages: 13 (0 generated)
|