| 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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 172 '-autofill', | 172 '-autofill', |
| 173 # Autofill on Mac. crbug.com/95165 | 173 # Autofill on Mac. crbug.com/95165 |
| 174 '-browsing_data.BrowsingDataTest.testClearAutofillData', | 174 '-browsing_data.BrowsingDataTest.testClearAutofillData', |
| 175 # codesign tests should run *after* signing. crbug.com/50481 | 175 # codesign tests should run *after* signing. crbug.com/50481 |
| 176 '-codesign', | 176 '-codesign', |
| 177 '-crash_reporter.CrashReporterTest.testRendererCrash', # crbug.com/69464 | 177 '-crash_reporter.CrashReporterTest.testRendererCrash', # crbug.com/69464 |
| 178 # crbug.com/75724 | 178 # crbug.com/75724 |
| 179 '-downloads.DownloadsTest.testDeclineDangerousDownload', | 179 '-downloads.DownloadsTest.testDeclineDangerousDownload', |
| 180 # crbug.com/75724 | 180 # crbug.com/75724 |
| 181 '-downloads.DownloadsTest.testSaveDangerousFile', | 181 '-downloads.DownloadsTest.testSaveDangerousFile', |
| 182 # crbug.com/93956 | |
| 183 '-find_in_page.FindMatchTests.testSearchInPDF', | |
| 184 '-ntp.NTPTest.testLaunchAppNewWindow', # crbug.com/79812 | 182 '-ntp.NTPTest.testLaunchAppNewWindow', # crbug.com/79812 |
| 185 # Causes browser crash. crbug.com/93548 | 183 # Causes browser crash. crbug.com/93548 |
| 186 '-notifications.NotificationsTest.testIncognitoNotification', | 184 '-notifications.NotificationsTest.testIncognitoNotification', |
| 187 '-notifications.NotificationsTest.testOriginPrefsNotSavedInIncognito', | 185 '-notifications.NotificationsTest.testOriginPrefsNotSavedInIncognito', |
| 188 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', | 186 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', |
| 189 # crbug.com/70437 | 187 # crbug.com/70437 |
| 190 '-omnibox.OmniboxTest.testHistoryResult', | 188 '-omnibox.OmniboxTest.testHistoryResult', |
| 191 # crbug.com/91617 | 189 # crbug.com/91617 |
| 192 '-omnibox.OmniboxTest.testContentHistory', | 190 '-omnibox.OmniboxTest.testContentHistory', |
| 193 # Keychain popups make autofill/password tests difficult: crbug.com/49378 | 191 # Keychain popups make autofill/password tests difficult: crbug.com/49378 |
| (...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 624 | 622 |
| 625 # HTML5 media functional tests. | 623 # HTML5 media functional tests. |
| 626 'AV_FUNC': { | 624 'AV_FUNC': { |
| 627 'linux': [ | 625 'linux': [ |
| 628 'media.media_event_simple_action', | 626 'media.media_event_simple_action', |
| 629 'media.media_event_simple_test', | 627 'media.media_event_simple_test', |
| 630 'media.media_event_track', | 628 'media.media_event_track', |
| 631 ], | 629 ], |
| 632 }, | 630 }, |
| 633 } | 631 } |
| OLD | NEW |