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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
188 # crbug.com/66072 | 188 # crbug.com/66072 |
189 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', | 189 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', |
190 '-ntp.NTPTest.testLaunchAppNewWindow', # crbug.com/79812 | 190 '-ntp.NTPTest.testLaunchAppNewWindow', # crbug.com/79812 |
191 # crbug.com/70437 | 191 # crbug.com/70437 |
192 '-omnibox.OmniboxTest.testHistoryResult', | 192 '-omnibox.OmniboxTest.testHistoryResult', |
193 # crbug.com/91617 | 193 # crbug.com/91617 |
194 '-omnibox.OmniboxTest.testContentHistory', | 194 '-omnibox.OmniboxTest.testContentHistory', |
195 '-omnibox.OmniboxTest.testOmniboxSearchHistory', | 195 '-omnibox.OmniboxTest.testOmniboxSearchHistory', |
196 # Keychain popups make autofill/password tests difficult: crbug.com/49378 | 196 # Keychain popups make autofill/password tests difficult: crbug.com/49378 |
197 '-passwords', | 197 '-passwords', |
| 198 # WebDriver requires python 2.6, which mac pyauto does not use yet. |
| 199 # crbug.com/49379 |
| 200 '-pyauto_webdriver', |
198 # crbug.com/79263 | 201 # crbug.com/79263 |
199 '-popups.PopupsTest.testPopupsLaunchUponBrowserBackButton', | 202 '-popups.PopupsTest.testPopupsLaunchUponBrowserBackButton', |
200 # crbug.com/69619 | 203 # crbug.com/69619 |
201 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', | 204 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', |
202 # Keychain popups make sync tests difficult on Mac. crbug.com/49378 | 205 # Keychain popups make sync tests difficult on Mac. crbug.com/49378 |
203 '-sync', | 206 '-sync', |
204 # crbug.com/87837 | 207 # crbug.com/87837 |
205 '-plugins.PluginsTest.testBlockPluginException', | 208 '-plugins.PluginsTest.testBlockPluginException', |
206 '-plugins.PluginsTest.testDisableEnableAllPlugins', | 209 '-plugins.PluginsTest.testDisableEnableAllPlugins', |
207 '-plugins.PluginsTest.testKillAndReloadAllPlugins', | 210 '-plugins.PluginsTest.testKillAndReloadAllPlugins', |
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
484 | 487 |
485 # HTML5 media functional tests. | 488 # HTML5 media functional tests. |
486 'AV_FUNC': { | 489 'AV_FUNC': { |
487 'linux': [ | 490 'linux': [ |
488 'media.media_event_simple_action', | 491 'media.media_event_simple_action', |
489 'media.media_event_simple_test', | 492 'media.media_event_simple_test', |
490 'media.media_event_track', | 493 'media.media_event_track', |
491 ], | 494 ], |
492 }, | 495 }, |
493 } | 496 } |
OLD | NEW |