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

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

Issue 8413065: Suppress failure for downloads.DownloadsTest.testPauseAndResume, as it is failing sporadically on... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 '-sync', 158 '-sync',
159 # crbug.com/86949 159 # crbug.com/86949
160 '-sync.SyncTest.testRestartBrowser', 160 '-sync.SyncTest.testRestartBrowser',
161 # crbug.com/87642 161 # crbug.com/87642
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/102228
169 '-downloads.DownloadsTest.testPauseAndResume',
168 ], 170 ],
169 171
170 'mac': [ 172 'mac': [
171 # ================================================== 173 # ==================================================
172 # Disabled tests that need to be investigated/fixed. 174 # Disabled tests that need to be investigated/fixed.
173 # ================================================== 175 # ==================================================
174 # Keychain popups make autofill/password tests difficult: crbug.com/49378 176 # Keychain popups make autofill/password tests difficult: crbug.com/49378
175 '-autofill', 177 '-autofill',
176 # Autofill on Mac. crbug.com/95165 178 # Autofill on Mac. crbug.com/95165
177 '-browsing_data.BrowsingDataTest.testClearAutofillData', 179 '-browsing_data.BrowsingDataTest.testClearAutofillData',
(...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after
580 582
581 # HTML5 media functional tests. 583 # HTML5 media functional tests.
582 'AV_FUNC': { 584 'AV_FUNC': {
583 'linux': [ 585 'linux': [
584 'media.media_event_simple_action', 586 'media.media_event_simple_action',
585 'media.media_event_simple_test', 587 'media.media_event_simple_test',
586 'media.media_event_track', 588 'media.media_event_track',
587 ], 589 ],
588 }, 590 },
589 } 591 }
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