diff options
author | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-15 22:55:08 +0000 |
---|---|---|
committer | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-15 22:55:08 +0000 |
commit | 8e888046318705b81c6980931d0619185a7163a3 (patch) | |
tree | 33c6e393ad8325a635575c422727ac8e7d5fcfa9 /chrome | |
parent | a96d072a9fdab943ea738030a71447e3dbd681d0 (diff) | |
download | chromium_src-8e888046318705b81c6980931d0619185a7163a3.zip chromium_src-8e888046318705b81c6980931d0619185a7163a3.tar.gz chromium_src-8e888046318705b81c6980931d0619185a7163a3.tar.bz2 |
Add an empty pyauto suite.
This is so that on chromeos you could run the empty suite, which in turn
would let you install all pyauto bits (using run_remote_tests.sh) without
running any tests.
R=dennisjeffrey@chromium.org
BUG=
TEST=
Review URL: http://codereview.chromium.org/6873019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81824 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/test/functional/PYAUTO_TESTS | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/chrome/test/functional/PYAUTO_TESTS b/chrome/test/functional/PYAUTO_TESTS index 7b7600d..718ec21 100644 --- a/chrome/test/functional/PYAUTO_TESTS +++ b/chrome/test/functional/PYAUTO_TESTS @@ -24,6 +24,7 @@ { # The CONTINUOUS suite includes tests that we expect to pass on a # continuous builder. + # This is the suite that gets run on 'Chromium' builds. 'CONTINUOUS': { 'all': [ 'autofill', @@ -271,6 +272,7 @@ }, # The FULL suite includes CONTINUOUS, and more. + # This the suite that gets run on 'Google Chrome' builds. 'FULL': { 'all': [ '@CONTINUOUS', @@ -299,7 +301,10 @@ '-translate', ], }, - + + 'EMPTY': { + }, + # HTML5 media performance tests. 'MEDIA_TESTS': { 'linux': [ |