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

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

Issue 7740009: Fix typo in PYAUTO_TESTS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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) 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 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 '-autofill', 178 '-autofill',
179 # codesign tests should run *after* signing. crbug.com/50481 179 # codesign tests should run *after* signing. crbug.com/50481
180 '-codesign', 180 '-codesign',
181 '-crash_reporter.CrashReporterTest.testRendererCrash', # crbug.com/69464 181 '-crash_reporter.CrashReporterTest.testRendererCrash', # crbug.com/69464
182 # crbug.com/75724 182 # crbug.com/75724
183 '-downloads.DownloadsTest.testDeclineDangerousDownload', 183 '-downloads.DownloadsTest.testDeclineDangerousDownload',
184 # crbug.com/75724 184 # crbug.com/75724
185 '-downloads.DownloadsTest.testSaveDangerousFile', 185 '-downloads.DownloadsTest.testSaveDangerousFile',
186 '-instant.InstantTest.testInstantNavigation', # crbug.com/69090 186 '-instant.InstantTest.testInstantNavigation', # crbug.com/69090
187 # crbug.com/93956 187 # crbug.com/93956
188 '-find_in_page.FindMatchTests.testSearchInPDF' 188 '-find_in_page.FindMatchTests.testSearchInPDF',
189 # crbug.com/66072 189 # crbug.com/66072
190 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', 190 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne',
191 '-ntp.NTPTest.testLaunchAppNewWindow', # crbug.com/79812 191 '-ntp.NTPTest.testLaunchAppNewWindow', # crbug.com/79812
192 # crbug.com/70437 192 # crbug.com/70437
193 '-omnibox.OmniboxTest.testHistoryResult', 193 '-omnibox.OmniboxTest.testHistoryResult',
194 # crbug.com/91617 194 # crbug.com/91617
195 '-omnibox.OmniboxTest.testContentHistory', 195 '-omnibox.OmniboxTest.testContentHistory',
196 '-omnibox.OmniboxTest.testOmniboxSearchHistory', 196 '-omnibox.OmniboxTest.testOmniboxSearchHistory',
197 # Keychain popups make autofill/password tests difficult: crbug.com/49378 197 # Keychain popups make autofill/password tests difficult: crbug.com/49378
198 '-passwords', 198 '-passwords',
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 498
499 # HTML5 media functional tests. 499 # HTML5 media functional tests.
500 'AV_FUNC': { 500 'AV_FUNC': {
501 'linux': [ 501 'linux': [
502 'media.media_event_simple_action', 502 'media.media_event_simple_action',
503 'media.media_event_simple_test', 503 'media.media_event_simple_test',
504 'media.media_event_track', 504 'media.media_event_track',
505 ], 505 ],
506 }, 506 },
507 } 507 }
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