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

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

Issue 8863005: Re-enable testSearchInPDF (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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) 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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 ], 124 ],
125 125
126 'win': [ 126 'win': [
127 # Enable sync.SyncIntegrationTest only for windows CONTINUIOUS, 127 # Enable sync.SyncIntegrationTest only for windows CONTINUIOUS,
128 # which contains the sync protobufs. 128 # which contains the sync protobufs.
129 #'sync.SyncIntegrationTest', 129 #'sync.SyncIntegrationTest',
130 130
131 # ================================================== 131 # ==================================================
132 # Disabled tests that need to be investigated/fixed. 132 # Disabled tests that need to be investigated/fixed.
133 # ================================================== 133 # ==================================================
134 # Some download test fails on win official builder, only thru buildbot
135 # when downloading the small zip file.
136 # crbug.com/91225
137 '-find_in_page.FindMatchTests.testSearchInPDF',
138 # Disabled on vista in the actual test. crbug.com/89767 134 # Disabled on vista in the actual test. crbug.com/89767
139 # -imports.ImportsTest.testImportFirefoxDataTwice 135 # -imports.ImportsTest.testImportFirefoxDataTwice
140 # Disabled on vista in the actual test. crbug.com/89767 136 # Disabled on vista in the actual test. crbug.com/89767
141 # -imports.ImportsTest.testFirefoxImportFromPrefs 137 # -imports.ImportsTest.testFirefoxImportFromPrefs
142 # Disabled on vista in the actual test. crbug.com/89767 138 # Disabled on vista in the actual test. crbug.com/89767
143 # -imports.ImportsTest.testImportFirefoxPasswordsFromPrefs 139 # -imports.ImportsTest.testImportFirefoxPasswordsFromPrefs
144 # crbug.com/70694, crbug.com/73078 140 # crbug.com/70694, crbug.com/73078
145 '-passwords.PasswordTest.testInfoBarDisappearByReload', 141 '-passwords.PasswordTest.testInfoBarDisappearByReload',
146 '-passwords.PasswordTest.testNeverSavePasswords', 142 '-passwords.PasswordTest.testNeverSavePasswords',
147 # crbug.com/91887 143 # crbug.com/91887
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 '-omnibox.OmniboxTest.testSelect', 233 '-omnibox.OmniboxTest.testSelect',
238 '-omnibox.OmniboxTest.testSuggest', 234 '-omnibox.OmniboxTest.testSuggest',
239 '-omnibox.OmniboxTest.testSuggestPref', 235 '-omnibox.OmniboxTest.testSuggestPref',
240 236
241 # System password manager obstructs password automation. 237 # System password manager obstructs password automation.
242 '-passwords', 238 '-passwords',
243 239
244 # ================================================== 240 # ==================================================
245 # Disabled tests that need to be investigated/fixed. 241 # Disabled tests that need to be investigated/fixed.
246 # ================================================== 242 # ==================================================
247 # crbug.com/91225
248 '-find_in_page.FindMatchTests.testSearchInPDF',
249 # crbug.com/85310 243 # crbug.com/85310
250 '-instant', 244 '-instant',
251 # crbug.com/91033 245 # crbug.com/91033
252 '-omnibox.OmniboxTest.testOmniboxSearchHistory', 246 '-omnibox.OmniboxTest.testOmniboxSearchHistory',
253 # Gnome / kwallet popups on linux break sync tests. crbug.com/80329 247 # Gnome / kwallet popups on linux break sync tests. crbug.com/80329
254 '-sync', 248 '-sync',
255 # crbug.com/87837 249 # crbug.com/87837
256 '-plugins.PluginsTest.testKillAndReloadAllPlugins', 250 '-plugins.PluginsTest.testKillAndReloadAllPlugins',
257 # crbug.com/66072 251 # crbug.com/66072
258 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', 252 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne',
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
615 609
616 # HTML5 media functional tests. 610 # HTML5 media functional tests.
617 'AV_FUNC': { 611 'AV_FUNC': {
618 'linux': [ 612 'linux': [
619 'media.media_event_simple_action', 613 'media.media_event_simple_action',
620 'media.media_event_simple_test', 614 'media.media_event_simple_test',
621 'media.media_event_track', 615 'media.media_event_track',
622 ], 616 ],
623 }, 617 },
624 } 618 }
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