| 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 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 178 '-autofill', | 178 '-autofill', |
| 179 # codesign tests should run *after* signing. crbug.com/50481 | 179 # codesign tests should run *after* signing. crbug.com/50481 |
| 180 '-codesign', | 180 '-codesign', |
| 181 '-crash_reporter.CrashReporterTest.testRendererCrash', # crbug.com/69464 | 181 '-crash_reporter.CrashReporterTest.testRendererCrash', # crbug.com/69464 |
| 182 # crbug.com/75724 | 182 # crbug.com/75724 |
| 183 '-downloads.DownloadsTest.testDeclineDangerousDownload', | 183 '-downloads.DownloadsTest.testDeclineDangerousDownload', |
| 184 # crbug.com/75724 | 184 # crbug.com/75724 |
| 185 '-downloads.DownloadsTest.testSaveDangerousFile', | 185 '-downloads.DownloadsTest.testSaveDangerousFile', |
| 186 '-instant.InstantTest.testInstantNavigation', # crbug.com/69090 | 186 '-instant.InstantTest.testInstantNavigation', # crbug.com/69090 |
| 187 # crbug.com/93956 | 187 # crbug.com/93956 |
| 188 '-find_in_page.FindMatchTests.testSearchInPDF' | 188 '-find_in_page.FindMatchTests.testSearchInPDF', |
| 189 # crbug.com/66072 | 189 # crbug.com/66072 |
| 190 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', | 190 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', |
| 191 '-ntp.NTPTest.testLaunchAppNewWindow', # crbug.com/79812 | 191 '-ntp.NTPTest.testLaunchAppNewWindow', # crbug.com/79812 |
| 192 # crbug.com/70437 | 192 # crbug.com/70437 |
| 193 '-omnibox.OmniboxTest.testHistoryResult', | 193 '-omnibox.OmniboxTest.testHistoryResult', |
| 194 # crbug.com/91617 | 194 # crbug.com/91617 |
| 195 '-omnibox.OmniboxTest.testContentHistory', | 195 '-omnibox.OmniboxTest.testContentHistory', |
| 196 '-omnibox.OmniboxTest.testOmniboxSearchHistory', | 196 '-omnibox.OmniboxTest.testOmniboxSearchHistory', |
| 197 # Keychain popups make autofill/password tests difficult: crbug.com/49378 | 197 # Keychain popups make autofill/password tests difficult: crbug.com/49378 |
| 198 '-passwords', | 198 '-passwords', |
| (...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 498 | 498 |
| 499 # HTML5 media functional tests. | 499 # HTML5 media functional tests. |
| 500 'AV_FUNC': { | 500 'AV_FUNC': { |
| 501 'linux': [ | 501 'linux': [ |
| 502 'media.media_event_simple_action', | 502 'media.media_event_simple_action', |
| 503 'media.media_event_simple_test', | 503 'media.media_event_simple_test', |
| 504 'media.media_event_track', | 504 'media.media_event_track', |
| 505 ], | 505 ], |
| 506 }, | 506 }, |
| 507 } | 507 } |
| OLD | NEW |