OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 # | 4 # |
5 # This file lists the pyauto tests that run as a part of the functional test | 5 # This file lists the pyauto tests that run as a part of the functional test |
6 # suite. | 6 # suite. |
7 # | 7 # |
8 # Tests can be enabled on a per-platform basis. Tests not listed here will | 8 # Tests can be enabled on a per-platform basis. Tests not listed here will |
9 # not be run. | 9 # not be run. |
10 # | 10 # |
(...skipping 20 matching lines...) Expand all Loading... |
31 # The CONTINUOUS suite includes tests that we expect to pass on a | 31 # The CONTINUOUS suite includes tests that we expect to pass on a |
32 # continuous builder. | 32 # continuous builder. |
33 # This is the suite that gets run on 'Chromium' builds. | 33 # This is the suite that gets run on 'Chromium' builds. |
34 'CONTINUOUS': { | 34 'CONTINUOUS': { |
35 'all': [ | 35 'all': [ |
36 'about_plugins_ui.AboutPluginsUITest', | 36 'about_plugins_ui.AboutPluginsUITest', |
37 'apptest', | 37 'apptest', |
38 'autofill', | 38 'autofill', |
39 'chromoting.it2me_basic', | 39 'chromoting.it2me_basic', |
40 'codesign', | 40 'codesign', |
41 'cookies', | |
42 'crash_reporter', | 41 'crash_reporter', |
43 'downloads', | 42 'downloads', |
44 'execute_javascript', | 43 'execute_javascript', |
45 'extensions', | 44 'extensions', |
46 'flash', | 45 'flash', |
47 'fullscreen_mouselock', | 46 'fullscreen_mouselock', |
48 'history', | 47 'history', |
49 'https', | 48 'https', |
50 'gtalk.test_basic', | 49 'gtalk.test_basic', |
51 'imports', | 50 'imports', |
(...skipping 783 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
835 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', | 834 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', |
836 '-ntp.NTPTest.testUninstallApp', | 835 '-ntp.NTPTest.testUninstallApp', |
837 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', | 836 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', |
838 '-ntp.NTPTest.testLaunchAppRegularTab', | 837 '-ntp.NTPTest.testLaunchAppRegularTab', |
839 '-ntp.NTPTest.testLaunchAppPinnedTab', | 838 '-ntp.NTPTest.testLaunchAppPinnedTab', |
840 '-ntp.NTPTest.testGetAppsWhenInstallApp', | 839 '-ntp.NTPTest.testGetAppsWhenInstallApp', |
841 '-ntp.NTPTest.testLaunchAppNewWindow', | 840 '-ntp.NTPTest.testLaunchAppNewWindow', |
842 ], | 841 ], |
843 }, | 842 }, |
844 } | 843 } |
OLD | NEW |