OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
60 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', | 60 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', |
61 '-notifications.NotificationsTest.testKillNotificationProcess', | 61 '-notifications.NotificationsTest.testKillNotificationProcess', |
62 'ntp', | 62 'ntp', |
63 'omnibox', | 63 'omnibox', |
64 'passwords', | 64 'passwords', |
65 'pdf', | 65 'pdf', |
66 'plugins', | 66 'plugins', |
67 'popups', | 67 'popups', |
68 '-popups', # Flaky. crbug.com/70659 | 68 '-popups', # Flaky. crbug.com/70659 |
69 'prefs', | 69 'prefs', |
70 # Some pref tests broken by r72489. crbug.com/70809 | |
71 '-prefs.PrefsTest.testUnderTheHoodPref', | |
72 '-prefs.PrefsTest.testHomepagePrefs', | |
73 'search_engines', | 70 'search_engines', |
74 # crbug.com/67628 | 71 # crbug.com/67628 |
75 '-search_engines.SearchEnginesTest.testTabToSearch', | 72 '-search_engines.SearchEnginesTest.testTabToSearch', |
76 # crbug.com/70439 | 73 # crbug.com/70439 |
77 '-search_engines.SearchEnginesTest.testAddSearchEngine', | 74 '-search_engines.SearchEnginesTest.testAddSearchEngine', |
78 '-search_engines.SearchEnginesTest.testEditSearchEngine', | 75 '-search_engines.SearchEnginesTest.testEditSearchEngine', |
79 '-search_engines.SearchEnginesTest.testSearchEngineSpecialChars', | 76 '-search_engines.SearchEnginesTest.testSearchEngineSpecialChars', |
80 'special_tabs', | 77 'special_tabs', |
81 # crbug.com/67851 | 78 # crbug.com/67851 |
82 '-special_tabs.SpecialTabsTest.testAboutDNSTab', | 79 '-special_tabs.SpecialTabsTest.testAboutDNSTab', |
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
184 'linux': [ | 181 'linux': [ |
185 ], | 182 ], |
186 | 183 |
187 'chromeos': [ | 184 'chromeos': [ |
188 # crosbug.com/6856 | 185 # crosbug.com/6856 |
189 '-translate.TranslateTest.testSessionRestore', | 186 '-translate.TranslateTest.testSessionRestore', |
190 '-translate.TranslateTest.testDownloadsNotTranslated', | 187 '-translate.TranslateTest.testDownloadsNotTranslated', |
191 ], | 188 ], |
192 } | 189 } |
193 } | 190 } |
OLD | NEW |