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

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

Issue 5731001: Disable failing notifications tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years 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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 27 matching lines...) Expand all
38 # Turkish I problem. crbug.com/60638 38 # Turkish I problem. crbug.com/60638
39 '-find_in_page.FindMatchTests.testLocalizationAndCaseOrder', 39 '-find_in_page.FindMatchTests.testLocalizationAndCaseOrder',
40 'execute_javascript', 40 'execute_javascript',
41 'history', 41 'history',
42 'imports', 42 'imports',
43 'infobars', 43 'infobars',
44 'navigation', 44 'navigation',
45 'notifications', 45 'notifications',
46 # Sometimes notification process hasn't been created yet, crbug.com/65408 46 # Sometimes notification process hasn't been created yet, crbug.com/65408
47 '-notifications.NotificationsTest.testKillNotificationProcess', 47 '-notifications.NotificationsTest.testKillNotificationProcess',
48 # crbug.com/66072
49 '-notifications.NotificationsTest.testNotificationReplacement',
50 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne',
48 'ntp', 51 'ntp',
49 'omnibox', 52 'omnibox',
50 'passwords', 53 'passwords',
51 'pdf', 54 'pdf',
52 'plugins', 55 'plugins',
53 # 'popups', crbug.com/59208 56 # 'popups', crbug.com/59208
54 'prefs', 57 'prefs',
55 'search_engines', 58 'search_engines',
56 'special_tabs', 59 'special_tabs',
57 # 'sync', crbug.com/60970 60 # 'sync', crbug.com/60970
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 '-downloads.DownloadsTest.testBigZip', 131 '-downloads.DownloadsTest.testBigZip',
129 '-downloads.DownloadsTest.testCancelDownload', 132 '-downloads.DownloadsTest.testCancelDownload',
130 '-downloads.DownloadsTest.testPauseAndResume', 133 '-downloads.DownloadsTest.testPauseAndResume',
131 '-translate.TranslateTest.testDownloadsNotTranslated', 134 '-translate.TranslateTest.testDownloadsNotTranslated',
132 # crosbug.com/9499 135 # crosbug.com/9499
133 '-crash_reporter.CrashReporterTest.testRendererCrash', 136 '-crash_reporter.CrashReporterTest.testRendererCrash',
134 # crbug.com/64269 137 # crbug.com/64269
135 '-passwords.PasswordTest.testDisplayAndSavePasswordInfobar', 138 '-passwords.PasswordTest.testDisplayAndSavePasswordInfobar',
136 ], 139 ],
137 } 140 }
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