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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
56 'notifications', | 56 'notifications', |
57 # crbug.com/66072 | 57 # crbug.com/66072 |
58 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', | 58 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', |
59 '-notifications.NotificationsTest.testKillNotificationProcess', | 59 '-notifications.NotificationsTest.testKillNotificationProcess', |
60 'ntp', | 60 'ntp', |
61 'omnibox', | 61 'omnibox', |
62 'passwords', | 62 'passwords', |
63 'pdf', | 63 'pdf', |
64 'plugins', | 64 'plugins', |
65 'popups', | 65 'popups', |
| 66 '-popups', # Flaky. crbug.com/70659 |
66 'prefs', | 67 'prefs', |
67 'search_engines', | 68 'search_engines', |
68 # crbug.com/67628 | 69 # crbug.com/67628 |
69 '-search_engines.SearchEnginesTest.testTabToSearch', | 70 '-search_engines.SearchEnginesTest.testTabToSearch', |
70 # crbug.com/70439 | 71 # crbug.com/70439 |
71 '-search_engines.SearchEnginesTest.testAddSearchEngine', | 72 '-search_engines.SearchEnginesTest.testAddSearchEngine', |
72 '-search_engines.SearchEnginesTest.testEditSearchEngine', | 73 '-search_engines.SearchEnginesTest.testEditSearchEngine', |
73 '-search_engines.SearchEnginesTest.testSearchEngineSpecialChars', | 74 '-search_engines.SearchEnginesTest.testSearchEngineSpecialChars', |
74 'special_tabs', | 75 'special_tabs', |
75 # crbug.com/67851 | 76 # crbug.com/67851 |
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
178 'linux': [ | 179 'linux': [ |
179 ], | 180 ], |
180 | 181 |
181 'chromeos': [ | 182 'chromeos': [ |
182 # crosbug.com/6856 | 183 # crosbug.com/6856 |
183 '-translate.TranslateTest.testSessionRestore', | 184 '-translate.TranslateTest.testSessionRestore', |
184 '-translate.TranslateTest.testDownloadsNotTranslated', | 185 '-translate.TranslateTest.testDownloadsNotTranslated', |
185 ], | 186 ], |
186 } | 187 } |
187 } | 188 } |
OLD | NEW |