Starting to remove tests that might not be really essential. Explanations for why...
commit97d960cf99954045f3569dc19df27885b830934d
authoranandc@chromium.org <anandc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 23 May 2013 05:25:10 +0000 (23 05:25 +0000)
committeranandc@chromium.org <anandc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 23 May 2013 05:25:10 +0000 (23 05:25 +0000)
treefc08e8ddf55a067f4434c816e28091c54e3ea0f0
parentc7efdca8af946ea21e60314b8e8fdee99e4fd2fb
Starting to remove tests that might not be really essential. Explanations for why a particular test is being removed are below.

Please correct if the reasoning is not, uh, correct and also provide the reason(s) for doing so.

For seek tests:
Retain only WiFi and NoConstraints network conditions. Cable may be removed because it has a higher bandwidth (5120kbps) than WiFi (1024kbps)
Remove BUFFERED seek tests, because the CACHED seeks perform the same actions.
This reduces the # of seek test cases from 180 to 64.

For media-stats test:
Retain only the 2160 and 1080 resolutions. 2160 is the highest and should be most likely to catch regressions. 1080 gives us something against which to compare performance, and is the most-expected usage.

This reduces the # of media-stats tests from 11 to 8, and # of metrics calculated from 44 to 32.

BUG=240899

Review URL: https://chromiumcodereview.appspot.com/14932017

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@201706 0039d316-1c4b-4281-b951-d872f2087c98
chrome/test/data/media/html/media_seek.html
chrome/test/functional/media/media_seek_perf.py
chrome/test/functional/media/media_stat_perf.py