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

Side by Side Diff: PYAUTO_TESTS

Issue 7564034: Disabled few flaky tests on Mac (Closed) Base URL: http://src.chromium.org/svn/trunk/src/chrome/test/functional/
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 | « 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 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 # crbug.com/75724 187 # crbug.com/75724
188 '-downloads.DownloadsTest.testDeclineDangerousDownload', 188 '-downloads.DownloadsTest.testDeclineDangerousDownload',
189 # crbug.com/75724 189 # crbug.com/75724
190 '-downloads.DownloadsTest.testSaveDangerousFile', 190 '-downloads.DownloadsTest.testSaveDangerousFile',
191 '-instant.InstantTest.testInstantNavigation', # crbug.com/69090 191 '-instant.InstantTest.testInstantNavigation', # crbug.com/69090
192 # crbug.com/66072 192 # crbug.com/66072
193 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', 193 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne',
194 '-ntp.NTPTest.testLaunchAppNewWindow', # crbug.com/79812 194 '-ntp.NTPTest.testLaunchAppNewWindow', # crbug.com/79812
195 # crbug.com/70437 195 # crbug.com/70437
196 '-omnibox.OmniboxTest.testHistoryResult', 196 '-omnibox.OmniboxTest.testHistoryResult',
197 # crbug.com/91617
198 '-omnibox.OmniboxTest.testOmniboxSearchHistory',
199 '-omnibox.OmniboxTest.testContentHistory',
Nirnimesh 2011/08/04 00:50:30 this line should come before the previous one
197 # Keychain popups make autofill/password tests difficult: crbug.com/49378 200 # Keychain popups make autofill/password tests difficult: crbug.com/49378
198 '-passwords', 201 '-passwords',
199 # crbug.com/79263 202 # crbug.com/79263
200 '-popups.PopupsTest.testPopupsLaunchUponBrowserBackButton', 203 '-popups.PopupsTest.testPopupsLaunchUponBrowserBackButton',
201 # crbug.com/69619 204 # crbug.com/69619
202 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', 205 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine',
203 # Keychain popups make sync tests difficult on Mac. crbug.com/49378 206 # Keychain popups make sync tests difficult on Mac. crbug.com/49378
204 '-sync', 207 '-sync',
205 # crbug.com/87837 208 # crbug.com/87837
206 '-plugins.PluginsTest.testBlockPluginException', 209 '-plugins.PluginsTest.testBlockPluginException',
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 }
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