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

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

Issue 7966016: Fix lack of initialization for delegate delayed complete flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix suppressions that should be fixed by this test. Created 9 years, 3 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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 # ================================================== 201 # ==================================================
202 # Keychain popups make autofill/password tests difficult: crbug.com/49378 202 # Keychain popups make autofill/password tests difficult: crbug.com/49378
203 '-autofill', 203 '-autofill',
204 # Autofill on Mac. crbug.com/95165 204 # Autofill on Mac. crbug.com/95165
205 '-browsing_data.BrowsingDataTest.testClearAutofillData', 205 '-browsing_data.BrowsingDataTest.testClearAutofillData',
206 # codesign tests should run *after* signing. crbug.com/50481 206 # codesign tests should run *after* signing. crbug.com/50481
207 '-codesign', 207 '-codesign',
208 '-crash_reporter.CrashReporterTest.testRendererCrash', # crbug.com/69464 208 '-crash_reporter.CrashReporterTest.testRendererCrash', # crbug.com/69464
209 # crbug.com/75724 209 # crbug.com/75724
210 '-downloads.DownloadsTest.testDeclineDangerousDownload', 210 '-downloads.DownloadsTest.testDeclineDangerousDownload',
211 # crbug.com/94468
212 '-downloads.DownloadsTest.testDownloadPercentage',
213 # crbug.com/75724 211 # crbug.com/75724
214 '-downloads.DownloadsTest.testSaveDangerousFile', 212 '-downloads.DownloadsTest.testSaveDangerousFile',
215 '-instant.InstantTest.testInstantNavigation', # crbug.com/69090 213 '-instant.InstantTest.testInstantNavigation', # crbug.com/69090
216 # crbug.com/93956 214 # crbug.com/93956
217 '-find_in_page.FindMatchTests.testSearchInPDF', 215 '-find_in_page.FindMatchTests.testSearchInPDF',
218 # crbug.com/66072 216 # crbug.com/66072
219 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', 217 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne',
220 '-ntp.NTPTest.testLaunchAppNewWindow', # crbug.com/79812 218 '-ntp.NTPTest.testLaunchAppNewWindow', # crbug.com/79812
221 # Causes browser crash. crbug.com/93548 219 # Causes browser crash. crbug.com/93548
222 '-notifications.NotificationsTest.testIncognitoNotification', 220 '-notifications.NotificationsTest.testIncognitoNotification',
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
561 559
562 # HTML5 media functional tests. 560 # HTML5 media functional tests.
563 'AV_FUNC': { 561 'AV_FUNC': {
564 'linux': [ 562 'linux': [
565 'media.media_event_simple_action', 563 'media.media_event_simple_action',
566 'media.media_event_simple_test', 564 'media.media_event_simple_test',
567 'media.media_event_track', 565 'media.media_event_track',
568 ], 566 ],
569 }, 567 },
570 } 568 }
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