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

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

Issue 7193022: Disabling some failing pyauto tests while I investigate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 6 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 | « no previous file | 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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 # crbug.com/47935 103 # crbug.com/47935
104 '-popups.PopupsTest.testBlockedPopupNotShowInHistory', 104 '-popups.PopupsTest.testBlockedPopupNotShowInHistory',
105 # crbug.com/83827 105 # crbug.com/83827
106 '-popups.PopupsTest.testUnblockedPopupShowsInHistory', 106 '-popups.PopupsTest.testUnblockedPopupShowsInHistory',
107 '-popups.PopupsTest.testUnblockedPopupAddedToOmnibox', 107 '-popups.PopupsTest.testUnblockedPopupAddedToOmnibox',
108 # crbug.com/85600 108 # crbug.com/85600
109 '-prefs.PrefsTest.testNavigationStateOnSessionRestore', 109 '-prefs.PrefsTest.testNavigationStateOnSessionRestore',
110 # Flaky: crbug.com/67851 110 # Flaky: crbug.com/67851
111 '-special_tabs.SpecialTabsTest.testAboutDNSTab', 111 '-special_tabs.SpecialTabsTest.testAboutDNSTab',
112 '-sync', # causes browser crash. crbug.com/84494 112 '-sync', # causes browser crash. crbug.com/84494
113 # Bad webkit roll? crbug.com/86397
114 '-autofill.AutofillTest.testWhitespacesAndSeparatorCharsStrippedForValidCC Nums',
115 '-autofill.AutofillTest.testAggregatesMinValidProfile',
116 '-notifications',
113 ], 117 ],
114 118
115 'win': [ 119 'win': [
116 # ================================================== 120 # ==================================================
117 # Disabled tests that need to be investigated/fixed. 121 # Disabled tests that need to be investigated/fixed.
118 # ================================================== 122 # ==================================================
119 # crbug.com/85597 123 # crbug.com/85597
120 '-cookies.CookiesTest.testCookiesFile', 124 '-cookies.CookiesTest.testCookiesFile',
121 # Some download test fails on win official builder, only thru buildbot 125 # Some download test fails on win official builder, only thru buildbot
122 # when downloading the small zip file. 126 # when downloading the small zip file.
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 }, 361 },
358 362
359 # HTML5 media functional tests. 363 # HTML5 media functional tests.
360 'AV_FUNC': { 364 'AV_FUNC': {
361 'linux': [ 365 'linux': [
362 'media.media_event_simple_test', 366 'media.media_event_simple_test',
363 'media.media_track', 367 'media.media_track',
364 ], 368 ],
365 }, 369 },
366 } 370 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698