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', | |
170 ], | 168 ], |
171 | 169 |
172 'mac': [ | 170 'mac': [ |
173 # ================================================== | 171 # ================================================== |
174 # Disabled tests that need to be investigated/fixed. | 172 # Disabled tests that need to be investigated/fixed. |
175 # ================================================== | 173 # ================================================== |
176 # Keychain popups make autofill/password tests difficult: crbug.com/49378 | 174 # Keychain popups make autofill/password tests difficult: crbug.com/49378 |
177 '-autofill', | 175 '-autofill', |
178 # Autofill on Mac. crbug.com/95165 | 176 # Autofill on Mac. crbug.com/95165 |
179 '-browsing_data.BrowsingDataTest.testClearAutofillData', | 177 '-browsing_data.BrowsingDataTest.testClearAutofillData', |
(...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
582 | 580 |
583 # HTML5 media functional tests. | 581 # HTML5 media functional tests. |
584 'AV_FUNC': { | 582 'AV_FUNC': { |
585 'linux': [ | 583 'linux': [ |
586 'media.media_event_simple_action', | 584 'media.media_event_simple_action', |
587 'media.media_event_simple_test', | 585 'media.media_event_simple_test', |
588 'media.media_event_track', | 586 'media.media_event_track', |
589 ], | 587 ], |
590 }, | 588 }, |
591 } | 589 } |
OLD | NEW |