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