| 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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 103 # crbug.com/47935 | 103 # crbug.com/47935 |
| 104 '-popups.PopupsTest.testBlockedPopupNotShowInHistory', | 104 '-popups.PopupsTest.testBlockedPopupNotShowInHistory', |
| 105 # crbug.com/83827 | 105 # crbug.com/83827 |
| 106 '-popups.PopupsTest.testUnblockedPopupShowsInHistory', | 106 '-popups.PopupsTest.testUnblockedPopupShowsInHistory', |
| 107 '-popups.PopupsTest.testUnblockedPopupAddedToOmnibox', | 107 '-popups.PopupsTest.testUnblockedPopupAddedToOmnibox', |
| 108 # crbug.com/85600 | 108 # crbug.com/85600 |
| 109 '-prefs.PrefsTest.testNavigationStateOnSessionRestore', | 109 '-prefs.PrefsTest.testNavigationStateOnSessionRestore', |
| 110 # Flaky: crbug.com/67851 | 110 # Flaky: crbug.com/67851 |
| 111 '-special_tabs.SpecialTabsTest.testAboutDNSTab', | 111 '-special_tabs.SpecialTabsTest.testAboutDNSTab', |
| 112 '-sync', # causes browser crash. crbug.com/84494 | 112 '-sync', # causes browser crash. crbug.com/84494 |
| 113 # Bad webkit roll? crbug.com/86397 |
| 114 '-autofill.AutofillTest.testWhitespacesAndSeparatorCharsStrippedForValidCC
Nums', |
| 115 '-autofill.AutofillTest.testAggregatesMinValidProfile', |
| 116 '-notifications', |
| 113 ], | 117 ], |
| 114 | 118 |
| 115 'win': [ | 119 'win': [ |
| 116 # ================================================== | 120 # ================================================== |
| 117 # Disabled tests that need to be investigated/fixed. | 121 # Disabled tests that need to be investigated/fixed. |
| 118 # ================================================== | 122 # ================================================== |
| 119 # crbug.com/85597 | 123 # crbug.com/85597 |
| 120 '-cookies.CookiesTest.testCookiesFile', | 124 '-cookies.CookiesTest.testCookiesFile', |
| 121 # Some download test fails on win official builder, only thru buildbot | 125 # Some download test fails on win official builder, only thru buildbot |
| 122 # when downloading the small zip file. | 126 # when downloading the small zip file. |
| (...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 357 }, | 361 }, |
| 358 | 362 |
| 359 # HTML5 media functional tests. | 363 # HTML5 media functional tests. |
| 360 'AV_FUNC': { | 364 'AV_FUNC': { |
| 361 'linux': [ | 365 'linux': [ |
| 362 'media.media_event_simple_test', | 366 'media.media_event_simple_test', |
| 363 'media.media_track', | 367 'media.media_track', |
| 364 ], | 368 ], |
| 365 }, | 369 }, |
| 366 } | 370 } |
| OLD | NEW |