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 25 matching lines...) Expand all Loading... |
36 'about_plugins_ui.AboutPluginsUITest', | 36 'about_plugins_ui.AboutPluginsUITest', |
37 'apptest', | 37 'apptest', |
38 'autofill', | 38 'autofill', |
39 'bookmarks', | 39 'bookmarks', |
40 'browser', | 40 'browser', |
41 'chromoting.it2me_basic', | 41 'chromoting.it2me_basic', |
42 'codesign', | 42 'codesign', |
43 'content', | 43 'content', |
44 'cookies', | 44 'cookies', |
45 'crash_reporter', | 45 'crash_reporter', |
46 'databases', | |
47 'downloads', | 46 'downloads', |
48 'execute_javascript', | 47 'execute_javascript', |
49 'extensions', | 48 'extensions', |
50 'flash', | 49 'flash', |
51 'fullscreen_mouselock', | 50 'fullscreen_mouselock', |
52 'history', | 51 'history', |
53 'https', | 52 'https', |
54 'gtalk.test_basic', | 53 'gtalk.test_basic', |
55 'imports', | 54 'imports', |
56 'infobars', | 55 'infobars', |
(...skipping 805 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
862 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', | 861 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', |
863 '-ntp.NTPTest.testUninstallApp', | 862 '-ntp.NTPTest.testUninstallApp', |
864 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', | 863 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', |
865 '-ntp.NTPTest.testLaunchAppRegularTab', | 864 '-ntp.NTPTest.testLaunchAppRegularTab', |
866 '-ntp.NTPTest.testLaunchAppPinnedTab', | 865 '-ntp.NTPTest.testLaunchAppPinnedTab', |
867 '-ntp.NTPTest.testGetAppsWhenInstallApp', | 866 '-ntp.NTPTest.testGetAppsWhenInstallApp', |
868 '-ntp.NTPTest.testLaunchAppNewWindow', | 867 '-ntp.NTPTest.testLaunchAppNewWindow', |
869 ], | 868 ], |
870 }, | 869 }, |
871 } | 870 } |
OLD | NEW |