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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
201 # crbug.com/69619 | 201 # crbug.com/69619 |
202 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', | 202 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', |
203 # Keychain popups make sync tests difficult on Mac. crbug.com/49378 | 203 # Keychain popups make sync tests difficult on Mac. crbug.com/49378 |
204 '-sync', | 204 '-sync', |
205 # crbug.com/87837 | 205 # crbug.com/87837 |
206 '-plugins.PluginsTest.testBlockPluginException', | 206 '-plugins.PluginsTest.testBlockPluginException', |
207 '-plugins.PluginsTest.testDisableEnableAllPlugins', | 207 '-plugins.PluginsTest.testDisableEnableAllPlugins', |
208 '-plugins.PluginsTest.testKillAndReloadAllPlugins', | 208 '-plugins.PluginsTest.testKillAndReloadAllPlugins', |
209 # Causes unexpected browser crash in Debug. crbug.com/75518 | 209 # Causes unexpected browser crash in Debug. crbug.com/75518 |
210 '-shortcuts.ShortcutsTest.testClearBrowsingDataShortcut', | 210 '-shortcuts.ShortcutsTest.testClearBrowsingDataShortcut', |
211 #crbug.com/91617 | |
Nirnimesh
2011/08/04 00:33:40
put a space after #
| |
212 '-omnibox.OmniboxTest.testOmniboxSearchHistory', | |
Nirnimesh
2011/08/04 00:33:40
Arrange in alphabetical order. ie put this one aft
| |
213 '-omnibox.OmniboxTest.testContentHistory', | |
211 ], | 214 ], |
212 | 215 |
213 'linux': [ # linux != chromeos | 216 'linux': [ # linux != chromeos |
214 # =========================== | 217 # =========================== |
215 # Permanently-disabled tests. | 218 # Permanently-disabled tests. |
216 # =========================== | 219 # =========================== |
217 '-browser.BrowserTest.testWindowResize', # Details at: crbug.com/44963 | 220 '-browser.BrowserTest.testWindowResize', # Details at: crbug.com/44963 |
218 # Several omnibox tests do not show omnibox results when run | 221 # Several omnibox tests do not show omnibox results when run |
219 # under virtual X on linux. The CONTINUOUS suite runs under virtual X | 222 # under virtual X on linux. The CONTINUOUS suite runs under virtual X |
220 # on the chromium bots, so exlcude these from here. They're included | 223 # on the chromium bots, so exlcude these from here. They're included |
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
475 | 478 |
476 # HTML5 media functional tests. | 479 # HTML5 media functional tests. |
477 'AV_FUNC': { | 480 'AV_FUNC': { |
478 'linux': [ | 481 'linux': [ |
479 'media.media_event_simple_action', | 482 'media.media_event_simple_action', |
480 'media.media_event_simple_test', | 483 'media.media_event_simple_test', |
481 'media.media_event_track', | 484 'media.media_event_track', |
482 ], | 485 ], |
483 }, | 486 }, |
484 } | 487 } |
OLD | NEW |