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

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

Issue 6375011: Disable pyauto popup tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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) 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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 'notifications', 56 'notifications',
57 # crbug.com/66072 57 # crbug.com/66072
58 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', 58 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne',
59 '-notifications.NotificationsTest.testKillNotificationProcess', 59 '-notifications.NotificationsTest.testKillNotificationProcess',
60 'ntp', 60 'ntp',
61 'omnibox', 61 'omnibox',
62 'passwords', 62 'passwords',
63 'pdf', 63 'pdf',
64 'plugins', 64 'plugins',
65 'popups', 65 'popups',
66 '-popups', # Flaky. crbug.com/70659
66 'prefs', 67 'prefs',
67 'search_engines', 68 'search_engines',
68 # crbug.com/67628 69 # crbug.com/67628
69 '-search_engines.SearchEnginesTest.testTabToSearch', 70 '-search_engines.SearchEnginesTest.testTabToSearch',
70 # crbug.com/70439 71 # crbug.com/70439
71 '-search_engines.SearchEnginesTest.testAddSearchEngine', 72 '-search_engines.SearchEnginesTest.testAddSearchEngine',
72 '-search_engines.SearchEnginesTest.testEditSearchEngine', 73 '-search_engines.SearchEnginesTest.testEditSearchEngine',
73 '-search_engines.SearchEnginesTest.testSearchEngineSpecialChars', 74 '-search_engines.SearchEnginesTest.testSearchEngineSpecialChars',
74 'special_tabs', 75 'special_tabs',
75 # crbug.com/67851 76 # crbug.com/67851
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 'linux': [ 179 'linux': [
179 ], 180 ],
180 181
181 'chromeos': [ 182 'chromeos': [
182 # crosbug.com/6856 183 # crosbug.com/6856
183 '-translate.TranslateTest.testSessionRestore', 184 '-translate.TranslateTest.testSessionRestore',
184 '-translate.TranslateTest.testDownloadsNotTranslated', 185 '-translate.TranslateTest.testDownloadsNotTranslated',
185 ], 186 ],
186 } 187 }
187 } 188 }
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