diff options
author | phoglund@chromium.org <phoglund@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-08 14:20:40 +0000 |
---|---|---|
committer | phoglund@chromium.org <phoglund@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-08 14:20:40 +0000 |
commit | 9e62f31b328bd72d15df83352b6fa168b65e9f3e (patch) | |
tree | b594ab659f6fafe6032d401225e1fca3217db0eb /.gitignore | |
parent | 975cff100c6898cc769537e037df1be1dd5c16f9 (diff) | |
download | chromium_src-9e62f31b328bd72d15df83352b6fa168b65e9f3e.zip chromium_src-9e62f31b328bd72d15df83352b6fa168b65e9f3e.tar.gz chromium_src-9e62f31b328bd72d15df83352b6fa168b65e9f3e.tar.bz2 |
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
Review URL: https://codereview.chromium.org/227633002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@262398 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -121,6 +121,7 @@ v8.log /chrome/test/data/perf/third_party/ /chrome/test/data/plugin/ /chrome/test/data/pyauto_private +/chrome/test/data/webrtc/resources /chrome/tools/memory /chrome/tools/test/reference_build /chrome/unit_tests_run.xml |