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

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

Issue 6376007: Disable failing search engine 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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 'prefs', 66 'prefs',
67 'search_engines', 67 'search_engines',
68 # crbug.com/67628 68 # crbug.com/67628
69 '-search_engines.SearchEnginesTest.testTabToSearch', 69 '-search_engines.SearchEnginesTest.testTabToSearch',
70 # crbug.com/70439
71 '-search_engines.SearchEnginesTest.testAddSearchEngine',
72 '-search_engines.SearchEnginesTest.testEditSearchEngine',
73 '-search_engines.SearchEnginesTest.testSearchEngineSpecialChars',
70 'special_tabs', 74 'special_tabs',
71 # crbug.com/67851 75 # crbug.com/67851
72 '-special_tabs.SpecialTabsTest.testAboutDNSTab', 76 '-special_tabs.SpecialTabsTest.testAboutDNSTab',
73 # 'sync', crbug.com/60970 77 # 'sync', crbug.com/60970
74 'test_basic.SimpleTest.testCanOpenGoogle', 78 'test_basic.SimpleTest.testCanOpenGoogle',
75 'themes', 79 'themes',
76 ], 80 ],
77 81
78 'win': [ 82 'win': [
79 # testBookmarkBarVisible fails on windows. crbug.com/42823 83 # testBookmarkBarVisible fails on windows. crbug.com/42823
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 'linux': [ 176 'linux': [
173 ], 177 ],
174 178
175 'chromeos': [ 179 'chromeos': [
176 # crosbug.com/6856 180 # crosbug.com/6856
177 '-translate.TranslateTest.testSessionRestore', 181 '-translate.TranslateTest.testSessionRestore',
178 '-translate.TranslateTest.testDownloadsNotTranslated', 182 '-translate.TranslateTest.testDownloadsNotTranslated',
179 ], 183 ],
180 } 184 }
181 } 185 }
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