Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(183)

Side by Side Diff: chrome/test/functional/PYAUTO_TESTS

Issue 7764008: try turning tests back on (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/service/service_process_control_browsertest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 # crbug.com/79263 205 # crbug.com/79263
206 '-popups.PopupsTest.testPopupsLaunchUponBrowserBackButton', 206 '-popups.PopupsTest.testPopupsLaunchUponBrowserBackButton',
207 # crbug.com/69619 207 # crbug.com/69619
208 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', 208 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine',
209 # Keychain popups make sync tests difficult on Mac. crbug.com/49378 209 # Keychain popups make sync tests difficult on Mac. crbug.com/49378
210 '-sync', 210 '-sync',
211 # crbug.com/87837 211 # crbug.com/87837
212 '-plugins.PluginsTest.testBlockPluginException', 212 '-plugins.PluginsTest.testBlockPluginException',
213 '-plugins.PluginsTest.testDisableEnableAllPlugins', 213 '-plugins.PluginsTest.testDisableEnableAllPlugins',
214 '-plugins.PluginsTest.testKillAndReloadAllPlugins', 214 '-plugins.PluginsTest.testKillAndReloadAllPlugins',
215 # Causes unexpected browser crash in Debug. crbug.com/75518
216 '-shortcuts.ShortcutsTest.testClearBrowsingDataShortcut',
217 ], 215 ],
218 216
219 'linux': [ # linux != chromeos 217 'linux': [ # linux != chromeos
220 # =========================== 218 # ===========================
221 # Permanently-disabled tests. 219 # Permanently-disabled tests.
222 # =========================== 220 # ===========================
223 '-browser.BrowserTest.testWindowResize', # Details at: crbug.com/44963 221 '-browser.BrowserTest.testWindowResize', # Details at: crbug.com/44963
224 # Several omnibox tests do not show omnibox results when run 222 # Several omnibox tests do not show omnibox results when run
225 # under virtual X on linux. The CONTINUOUS suite runs under virtual X 223 # under virtual X on linux. The CONTINUOUS suite runs under virtual X
226 # on the chromium bots, so exlcude these from here. They're included 224 # on the chromium bots, so exlcude these from here. They're included
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
500 498
501 # HTML5 media functional tests. 499 # HTML5 media functional tests.
502 'AV_FUNC': { 500 'AV_FUNC': {
503 'linux': [ 501 'linux': [
504 'media.media_event_simple_action', 502 'media.media_event_simple_action',
505 'media.media_event_simple_test', 503 'media.media_event_simple_test',
506 'media.media_event_track', 504 'media.media_event_track',
507 ], 505 ],
508 }, 506 },
509 } 507 }
OLDNEW
« no previous file with comments | « chrome/browser/service/service_process_control_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698