OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
95 '-omnibox.OmniboxTest.testHistoryResult', # crbug.com/71715 | 95 '-omnibox.OmniboxTest.testHistoryResult', # crbug.com/71715 |
96 # crbug.com/91033 | 96 # crbug.com/91033 |
97 '-omnibox.OmniboxTest.testOmniboxSearchHistory', | 97 '-omnibox.OmniboxTest.testOmniboxSearchHistory', |
98 # crbug.com/82629 - real bug. | 98 # crbug.com/82629 - real bug. |
99 '-popups.PopupsTest.testPopupsLaunchUponBrowserBackButton', | 99 '-popups.PopupsTest.testPopupsLaunchUponBrowserBackButton', |
100 # crbug.com/47935 | 100 # crbug.com/47935 |
101 '-popups.PopupsTest.testBlockedPopupNotShowInHistory', | 101 '-popups.PopupsTest.testBlockedPopupNotShowInHistory', |
102 # crbug.com/83827 | 102 # crbug.com/83827 |
103 '-popups.PopupsTest.testUnblockedPopupShowsInHistory', | 103 '-popups.PopupsTest.testUnblockedPopupShowsInHistory', |
104 '-popups.PopupsTest.testUnblockedPopupAddedToOmnibox', | 104 '-popups.PopupsTest.testUnblockedPopupAddedToOmnibox', |
105 # Crashes browser. crbug.com/89000 | |
106 '-prefs.PrefsTest.testGeolocationPref', | |
107 # crbug.com/85600 | 105 # crbug.com/85600 |
108 '-prefs.PrefsTest.testNavigationStateOnSessionRestore', | 106 '-prefs.PrefsTest.testNavigationStateOnSessionRestore', |
109 # Flaky: crbug.com/67851 | 107 # Flaky: crbug.com/67851 |
110 '-special_tabs.SpecialTabsTest.testAboutDNSTab', | 108 '-special_tabs.SpecialTabsTest.testAboutDNSTab', |
111 # crbug.com/86523 | 109 # crbug.com/86523 |
112 '-cookies.CookiesTest.testAllowCookiesForASessionUsingExceptions', | 110 '-cookies.CookiesTest.testAllowCookiesForASessionUsingExceptions', |
113 '-cookies.CookiesTest.testAllowCookiesUsingExceptions', | 111 '-cookies.CookiesTest.testAllowCookiesUsingExceptions', |
114 '-cookies.CookiesTest.testBlockCookiesUsingExceptions', | 112 '-cookies.CookiesTest.testBlockCookiesUsingExceptions', |
115 # crbug.com/91030 | 113 # crbug.com/91030 |
116 '-omnibox.OmniboxTest.testContentHistory', | 114 '-omnibox.OmniboxTest.testContentHistory', |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
166 # crbug.com/88679 | 164 # crbug.com/88679 |
167 '-sync', | 165 '-sync', |
168 # crbug.com/86949 | 166 # crbug.com/86949 |
169 '-sync.SyncTest.testRestartBrowser', | 167 '-sync.SyncTest.testRestartBrowser', |
170 # crbug.com/87642 | 168 # crbug.com/87642 |
171 '-sync.SyncTest.testDisableAndEnableDatatypes', | 169 '-sync.SyncTest.testDisableAndEnableDatatypes', |
172 # crbug.com/88190 | 170 # crbug.com/88190 |
173 '-passwords.PasswordTest.testClearFetchedCredForNewUserName', | 171 '-passwords.PasswordTest.testClearFetchedCredForNewUserName', |
174 # crbug.com/89784 | 172 # crbug.com/89784 |
175 '-autofill.AutofillTest.testProfileSavedWithValidCountryPhone', | 173 '-autofill.AutofillTest.testProfileSavedWithValidCountryPhone', |
| 174 # Crashes browser. crbug.com/89000 |
| 175 '-prefs.PrefsTest.testGeolocationPref', |
176 ], | 176 ], |
177 | 177 |
178 'mac': [ | 178 'mac': [ |
179 # ================================================== | 179 # ================================================== |
180 # Disabled tests that need to be investigated/fixed. | 180 # Disabled tests that need to be investigated/fixed. |
181 # ================================================== | 181 # ================================================== |
182 # Keychain popups make autofill/password tests difficult: crbug.com/49378 | 182 # Keychain popups make autofill/password tests difficult: crbug.com/49378 |
183 '-autofill', | 183 '-autofill', |
184 # codesign tests should run *after* signing. crbug.com/50481 | 184 # codesign tests should run *after* signing. crbug.com/50481 |
185 '-codesign', | 185 '-codesign', |
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
478 | 478 |
479 # HTML5 media functional tests. | 479 # HTML5 media functional tests. |
480 'AV_FUNC': { | 480 'AV_FUNC': { |
481 'linux': [ | 481 'linux': [ |
482 'media.media_event_simple_action', | 482 'media.media_event_simple_action', |
483 'media.media_event_simple_test', | 483 'media.media_event_simple_test', |
484 'media.media_event_track', | 484 'media.media_event_track', |
485 ], | 485 ], |
486 }, | 486 }, |
487 } | 487 } |
OLD | NEW |