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

Side by Side Diff: functional/PYAUTO_TESTS

Issue 6269011: Enabling pdf search test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/test/
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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 ], 94 ],
95 95
96 'mac': [ 96 'mac': [
97 # Keychain popups make password & autofill tests difficult. 97 # Keychain popups make password & autofill tests difficult.
98 # crbug.com/49378 98 # crbug.com/49378
99 '-passwords', 99 '-passwords',
100 '-autofill', 100 '-autofill',
101 # codesign tests should run *after* signing. crbug.com/50481 101 # codesign tests should run *after* signing. crbug.com/50481
102 '-codesign', 102 '-codesign',
103 '-content.ContentTest.testThreeWindows', # crbug.com/47457 103 '-content.ContentTest.testThreeWindows', # crbug.com/47457
104 '-find_in_page.FindMatchTests.testSearchInPDF', # crbug.com/68645
105 '-instant.InstantTest.testInstantNavigation', # crbug.com/69090 104 '-instant.InstantTest.testInstantNavigation', # crbug.com/69090
106 '-crash_reporter.CrashReporterTest.testRendererCrash', # crbug.com/69464 105 '-crash_reporter.CrashReporterTest.testRendererCrash', # crbug.com/69464
107 ], 106 ],
108 107
109 'linux': [ # linux != chromeos 108 'linux': [ # linux != chromeos
110 '-browser.BrowserTest.testWindowResize', # crbug.com/44963 109 '-browser.BrowserTest.testWindowResize', # crbug.com/44963
111 '-browser.BrowserTest.testFlashLoadsAfterKill', # crbug.com/63039 110 '-browser.BrowserTest.testFlashLoadsAfterKill', # crbug.com/63039
112 '-content.ContentTest.testThreeWindows', # crbug.com/47457 111 '-content.ContentTest.testThreeWindows', # crbug.com/47457
113 # crbug.com/64664 112 # crbug.com/64664
114 '-databases.DatabasesTest.testReloadActiveTab', 113 '-databases.DatabasesTest.testReloadActiveTab',
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 'linux': [ 170 'linux': [
172 ], 171 ],
173 172
174 'chromeos': [ 173 'chromeos': [
175 # crosbug.com/6856 174 # crosbug.com/6856
176 '-translate.TranslateTest.testSessionRestore', 175 '-translate.TranslateTest.testSessionRestore',
177 '-translate.TranslateTest.testDownloadsNotTranslated', 176 '-translate.TranslateTest.testDownloadsNotTranslated',
178 ], 177 ],
179 } 178 }
180 } 179 }
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