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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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/95031 | 168 # crbug.com/95031 |
169 '-notifications.NotificationsTest.testOriginPrefsNotSavedInIncognito', | 169 '-notifications.NotificationsTest.testOriginPrefsNotSavedInIncognito', |
170 # crbug.com/103379 | 170 # crbug.com/103379 |
171 '-policy.PolicyTest.testDisable3DAPIs', | 171 '-policy.PolicyTest.testDisable3DAPIs', |
| 172 # crbug.com/105632 |
| 173 '-plugins.PluginsTest.testBlockPluginException', |
172 ], | 174 ], |
173 | 175 |
174 'mac': [ | 176 'mac': [ |
175 # ================================================== | 177 # ================================================== |
176 # Disabled tests that need to be investigated/fixed. | 178 # Disabled tests that need to be investigated/fixed. |
177 # ================================================== | 179 # ================================================== |
178 # Keychain popups make autofill/password tests difficult: crbug.com/49378 | 180 # Keychain popups make autofill/password tests difficult: crbug.com/49378 |
179 '-autofill', | 181 '-autofill', |
180 # Autofill on Mac. crbug.com/95165 | 182 # Autofill on Mac. crbug.com/95165 |
181 '-browsing_data.BrowsingDataTest.testClearAutofillData', | 183 '-browsing_data.BrowsingDataTest.testClearAutofillData', |
(...skipping 459 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
641 | 643 |
642 # HTML5 media functional tests. | 644 # HTML5 media functional tests. |
643 'AV_FUNC': { | 645 'AV_FUNC': { |
644 'linux': [ | 646 'linux': [ |
645 'media.media_event_simple_action', | 647 'media.media_event_simple_action', |
646 'media.media_event_simple_test', | 648 'media.media_event_simple_test', |
647 'media.media_event_track', | 649 'media.media_event_track', |
648 ], | 650 ], |
649 }, | 651 }, |
650 } | 652 } |
OLD | NEW |