| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |