OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
202 # Autofill on Mac. crbug.com/95165 | 202 # Autofill on Mac. crbug.com/95165 |
203 '-browsing_data.BrowsingDataTest.testClearAutofillData', | 203 '-browsing_data.BrowsingDataTest.testClearAutofillData', |
204 # codesign tests should run *after* signing. crbug.com/50481 | 204 # codesign tests should run *after* signing. crbug.com/50481 |
205 '-codesign', | 205 '-codesign', |
206 # crbug.com/69464 | 206 # crbug.com/69464 |
207 '-crash_reporter.CrashReporterTest.testRendererCrash', | 207 '-crash_reporter.CrashReporterTest.testRendererCrash', |
208 # crbug.com/75724 | 208 # crbug.com/75724 |
209 '-downloads.DownloadsTest.testDeclineDangerousDownload', | 209 '-downloads.DownloadsTest.testDeclineDangerousDownload', |
210 # crbug.com/75724 | 210 # crbug.com/75724 |
211 '-downloads.DownloadsTest.testSaveDangerousFile', | 211 '-downloads.DownloadsTest.testSaveDangerousFile', |
| 212 # crbug.com/124922 |
| 213 '-fullscreen_mouselock.FullscreenMouselockTest.testMouseLockExitWhenBrowse
rLoseFocus', |
212 # Fails on chrome-mac-10_7-qa only: crbug.com/124886 | 214 # Fails on chrome-mac-10_7-qa only: crbug.com/124886 |
213 '-fullscreen_mouselock.FullscreenMouselockTest.testPrefsForFullscreenExit'
, | 215 '-fullscreen_mouselock.FullscreenMouselockTest.testPrefsForFullscreenExit'
, |
214 # crbug.com/119110 | 216 # crbug.com/119110 |
215 '-https.SSLTest.testSSLCertAuthorityOK', | 217 '-https.SSLTest.testSSLCertAuthorityOK', |
216 # crbug.com/114244 | 218 # crbug.com/114244 |
217 '-imports.ImportsTest.testImportSafariDataTwice', | 219 '-imports.ImportsTest.testImportSafariDataTwice', |
218 # Test fails due to keychain popup: crbug.com/124913 | 220 # Test fails due to keychain popup: crbug.com/124913 |
219 '-infobars.OneClickInfobarTest.testNoSameIDSigninForTwoProfiles', | 221 '-infobars.OneClickInfobarTest.testNoSameIDSigninForTwoProfiles', |
220 # crbug.com/121484 | 222 # crbug.com/121484 |
221 '-multiprofile.MultiprofileTest.test20NewProfiles', | 223 '-multiprofile.MultiprofileTest.test20NewProfiles', |
(...skipping 519 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
741 | 743 |
742 # HTML5 media performance tests. | 744 # HTML5 media performance tests. |
743 'AV_PERF': { | 745 'AV_PERF': { |
744 'linux': [ | 746 'linux': [ |
745 'media.media_constrained_network_perf', | 747 'media.media_constrained_network_perf', |
746 'media.media_jerky', | 748 'media.media_jerky', |
747 'media.media_stat_perf', | 749 'media.media_stat_perf', |
748 ], | 750 ], |
749 }, | 751 }, |
750 } | 752 } |
OLD | NEW |