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

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

Issue 8222020: Merge 102535 - Fix lack of initialization for delegate delayed complete flag. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/874/src/
Patch Set: Created 9 years, 2 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 | content/browser/download/download_item.cc » ('j') | 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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 # ================================================== 198 # ==================================================
199 # Keychain popups make autofill/password tests difficult: crbug.com/49378 199 # Keychain popups make autofill/password tests difficult: crbug.com/49378
200 '-autofill', 200 '-autofill',
201 # Autofill on Mac. crbug.com/95165 201 # Autofill on Mac. crbug.com/95165
202 '-browsing_data.BrowsingDataTest.testClearAutofillData', 202 '-browsing_data.BrowsingDataTest.testClearAutofillData',
203 # codesign tests should run *after* signing. crbug.com/50481 203 # codesign tests should run *after* signing. crbug.com/50481
204 '-codesign', 204 '-codesign',
205 '-crash_reporter.CrashReporterTest.testRendererCrash', # crbug.com/69464 205 '-crash_reporter.CrashReporterTest.testRendererCrash', # crbug.com/69464
206 # crbug.com/75724 206 # crbug.com/75724
207 '-downloads.DownloadsTest.testDeclineDangerousDownload', 207 '-downloads.DownloadsTest.testDeclineDangerousDownload',
208 # crbug.com/94468
209 '-downloads.DownloadsTest.testDownloadPercentage',
210 # crbug.com/75724 208 # crbug.com/75724
211 '-downloads.DownloadsTest.testSaveDangerousFile', 209 '-downloads.DownloadsTest.testSaveDangerousFile',
212 '-instant.InstantTest.testInstantNavigation', # crbug.com/69090 210 '-instant.InstantTest.testInstantNavigation', # crbug.com/69090
213 # crbug.com/93956 211 # crbug.com/93956
214 '-find_in_page.FindMatchTests.testSearchInPDF', 212 '-find_in_page.FindMatchTests.testSearchInPDF',
215 # crbug.com/66072 213 # crbug.com/66072
216 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', 214 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne',
217 '-ntp.NTPTest.testLaunchAppNewWindow', # crbug.com/79812 215 '-ntp.NTPTest.testLaunchAppNewWindow', # crbug.com/79812
218 # Causes browser crash. crbug.com/93548 216 # Causes browser crash. crbug.com/93548
219 '-notifications.NotificationsTest.testIncognitoNotification', 217 '-notifications.NotificationsTest.testIncognitoNotification',
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
546 544
547 # HTML5 media functional tests. 545 # HTML5 media functional tests.
548 'AV_FUNC': { 546 'AV_FUNC': {
549 'linux': [ 547 'linux': [
550 'media.media_event_simple_action', 548 'media.media_event_simple_action',
551 'media.media_event_simple_test', 549 'media.media_event_simple_test',
552 'media.media_event_track', 550 'media.media_event_track',
553 ], 551 ],
554 }, 552 },
555 } 553 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/download/download_item.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698