| 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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 158 '-sync', | 158 '-sync', |
| 159 # crbug.com/86949 | 159 # crbug.com/86949 |
| 160 '-sync.SyncTest.testRestartBrowser', | 160 '-sync.SyncTest.testRestartBrowser', |
| 161 # crbug.com/87642 | 161 # crbug.com/87642 |
| 162 '-sync.SyncTest.testDisableAndEnableDatatypes', | 162 '-sync.SyncTest.testDisableAndEnableDatatypes', |
| 163 # crbug.com/95621 | 163 # crbug.com/95621 |
| 164 '-youtube.YoutubeTest.testPlayerStatus', | 164 '-youtube.YoutubeTest.testPlayerStatus', |
| 165 # crbug.com/98526 | 165 # crbug.com/98526 |
| 166 '-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser', | 166 '-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser', |
| 167 '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox', | 167 '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox', |
| 168 # crbug.com/102136 |
| 169 '-policy_prefs_ui.PolicyPrefsUITest.testPoliciesShowBanner', |
| 168 ], | 170 ], |
| 169 | 171 |
| 170 'mac': [ | 172 'mac': [ |
| 171 # ================================================== | 173 # ================================================== |
| 172 # Disabled tests that need to be investigated/fixed. | 174 # Disabled tests that need to be investigated/fixed. |
| 173 # ================================================== | 175 # ================================================== |
| 174 # Keychain popups make autofill/password tests difficult: crbug.com/49378 | 176 # Keychain popups make autofill/password tests difficult: crbug.com/49378 |
| 175 '-autofill', | 177 '-autofill', |
| 176 # Autofill on Mac. crbug.com/95165 | 178 # Autofill on Mac. crbug.com/95165 |
| 177 '-browsing_data.BrowsingDataTest.testClearAutofillData', | 179 '-browsing_data.BrowsingDataTest.testClearAutofillData', |
| (...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 580 | 582 |
| 581 # HTML5 media functional tests. | 583 # HTML5 media functional tests. |
| 582 'AV_FUNC': { | 584 'AV_FUNC': { |
| 583 'linux': [ | 585 'linux': [ |
| 584 'media.media_event_simple_action', | 586 'media.media_event_simple_action', |
| 585 'media.media_event_simple_test', | 587 'media.media_event_simple_test', |
| 586 'media.media_event_track', | 588 'media.media_event_track', |
| 587 ], | 589 ], |
| 588 }, | 590 }, |
| 589 } | 591 } |
| OLD | NEW |