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

Side by Side Diff: PYAUTO_TESTS

Issue 7112020: Disabling the failing plugins test to make the tree green (Closed) Base URL: http://src.chromium.org/svn/trunk/src/chrome/test/functional/
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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', 108 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne',
109 # crbug.com/70694, crbug.com/73078 109 # crbug.com/70694, crbug.com/73078
110 '-passwords.PasswordTest.testInfoBarDisappearByReload', 110 '-passwords.PasswordTest.testInfoBarDisappearByReload',
111 '-passwords.PasswordTest.testNeverSavePasswords', 111 '-passwords.PasswordTest.testNeverSavePasswords',
112 # crbug.com/67588 112 # crbug.com/67588
113 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows', 113 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows',
114 '-prefs.PrefsTest.testDownloadDirPref', 114 '-prefs.PrefsTest.testDownloadDirPref',
115 # crbug.com/83820 115 # crbug.com/83820
116 '-passwords.PasswordTest.testInfoBarDisappearByNavigatingPage', 116 '-passwords.PasswordTest.testInfoBarDisappearByNavigatingPage',
117 '-passwords.PasswordTest.testDisplayAndSavePasswordInfobar', 117 '-passwords.PasswordTest.testDisplayAndSavePasswordInfobar',
118 # crbug.com/84904
119 '-plugins.PluginsTest.testDisableEnableAllPlugins',
120 '-plugins.PluginsTest.testKillAndReloadAllPlugins',
118 ], 121 ],
119 122
120 'mac': [ 123 'mac': [
121 # Keychain popups make password & autofill tests difficult. 124 # Keychain popups make password & autofill tests difficult.
122 # crbug.com/49378 125 # crbug.com/49378
123 '-passwords', 126 '-passwords',
124 '-autofill', 127 '-autofill',
125 # codesign tests should run *after* signing. crbug.com/50481 128 # codesign tests should run *after* signing. crbug.com/50481
126 '-crash_reporter.CrashReporterTest.testRendererCrash', # crbug.com/69464 129 '-crash_reporter.CrashReporterTest.testRendererCrash', # crbug.com/69464
127 '-codesign', 130 '-codesign',
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 # HTML5 media performance tests. 267 # HTML5 media performance tests.
265 'MEDIA_TESTS': { 268 'MEDIA_TESTS': {
266 'linux': [ 269 'linux': [
267 'media.media_playbacktime', 270 'media.media_playbacktime',
268 'media.media_perf', 271 'media.media_perf',
269 'media.media_fps', 272 'media.media_fps',
270 'media.media_event_simple_test', 273 'media.media_event_simple_test',
271 ], 274 ],
272 }, 275 },
273 } 276 }
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