From 8e888046318705b81c6980931d0619185a7163a3 Mon Sep 17 00:00:00 2001 From: "nirnimesh@chromium.org" Date: Fri, 15 Apr 2011 22:55:08 +0000 Subject: 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 --- chrome/test/functional/PYAUTO_TESTS | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'chrome') 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': [ -- cgit v1.1