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

Side by Side Diff: functional/PYAUTO_TESTS

Issue 6280014: Disabling find_in_page.FindMatchTests.testSearchInPDF (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 29 matching lines...) Expand all
40 '-databases.DatabasesTest.testIncognitoDBPersistentAcrossTabs', 40 '-databases.DatabasesTest.testIncognitoDBPersistentAcrossTabs',
41 'downloads', 41 'downloads',
42 # crbug.com/67233 42 # crbug.com/67233
43 '-downloads.DownloadsTest.testDownloadIncognitoAndRegular', 43 '-downloads.DownloadsTest.testDownloadIncognitoAndRegular',
44 # crbug.com/68656 44 # crbug.com/68656
45 '-downloads.DownloadsTest.testAlwaysOpenFileType', 45 '-downloads.DownloadsTest.testAlwaysOpenFileType',
46 '-downloads.DownloadsTest.testOpenWhenDone', 46 '-downloads.DownloadsTest.testOpenWhenDone',
47 'find_in_page', 47 'find_in_page',
48 # Turkish I problem. crbug.com/60638 48 # Turkish I problem. crbug.com/60638
49 '-find_in_page.FindMatchTests.testLocalizationAndCaseOrder', 49 '-find_in_page.FindMatchTests.testLocalizationAndCaseOrder',
50 # crbug.com/70454
51 '-find_in_page.FindMatchTests.testSearchInPDF',
50 'execute_javascript', 52 'execute_javascript',
51 'history', 53 'history',
52 'imports', 54 'imports',
53 'infobars', 55 'infobars',
54 'instant', 56 'instant',
55 'navigation', 57 'navigation',
56 'notifications', 58 'notifications',
57 # crbug.com/66072 59 # crbug.com/66072
58 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', 60 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne',
59 '-notifications.NotificationsTest.testKillNotificationProcess', 61 '-notifications.NotificationsTest.testKillNotificationProcess',
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 'linux': [ 174 'linux': [
173 ], 175 ],
174 176
175 'chromeos': [ 177 'chromeos': [
176 # crosbug.com/6856 178 # crosbug.com/6856
177 '-translate.TranslateTest.testSessionRestore', 179 '-translate.TranslateTest.testSessionRestore',
178 '-translate.TranslateTest.testDownloadsNotTranslated', 180 '-translate.TranslateTest.testDownloadsNotTranslated',
179 ], 181 ],
180 } 182 }
181 } 183 }
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