| 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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 | 86 |
| 87 # ================================================== | 87 # ================================================== |
| 88 # Disabled tests that need to be investigated/fixed. | 88 # Disabled tests that need to be investigated/fixed. |
| 89 # ================================================== | 89 # ================================================== |
| 90 # crbug.com/83686 | 90 # crbug.com/83686 |
| 91 '-autofill.AutofillTest.testFillProfileCrazyCharacters', | 91 '-autofill.AutofillTest.testFillProfileCrazyCharacters', |
| 92 # crbug.com/102798 | 92 # crbug.com/102798 |
| 93 '-autofill.AutofillTest.testMergeAggregatedProfilesWithSameAddress', | 93 '-autofill.AutofillTest.testMergeAggregatedProfilesWithSameAddress', |
| 94 # crbug.com/99475 | 94 # crbug.com/99475 |
| 95 '-autofill.AutofillTest.testNoDuplicatePhoneNumsInPrefs', | 95 '-autofill.AutofillTest.testNoDuplicatePhoneNumsInPrefs', |
| 96 # crbug.com/123396 |
| 97 '-fullscreen_mouselock.FullscreenMouselockTest.testPatternsForAllowFullscr
eenAndPointerLock', |
| 96 # crbug.com/119173 | 98 # crbug.com/119173 |
| 97 '-https.SSLTest', | 99 '-https.SSLTest', |
| 98 # crbug.com/119110 | 100 # crbug.com/119110 |
| 99 '-https.SSLTest.testSSLCertOK', | 101 '-https.SSLTest.testSSLCertOK', |
| 100 # crbug.com/100593 | 102 # crbug.com/100593 |
| 101 '-nacl_sdk.NaClSDKTest.testVerifyNaClPlugin', | 103 '-nacl_sdk.NaClSDKTest.testVerifyNaClPlugin', |
| 102 # crbug.com/105560 | 104 # crbug.com/105560 |
| 103 '-notifications', | 105 '-notifications', |
| 104 # crbug.com/99506 | 106 # crbug.com/99506 |
| 105 '-notifications.NotificationsTest.testSpecialURLNotification', | 107 '-notifications.NotificationsTest.testSpecialURLNotification', |
| (...skipping 616 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 722 | 724 |
| 723 # HTML5 media performance tests. | 725 # HTML5 media performance tests. |
| 724 'AV_PERF': { | 726 'AV_PERF': { |
| 725 'linux': [ | 727 'linux': [ |
| 726 'media.media_constrained_network_perf', | 728 'media.media_constrained_network_perf', |
| 727 'media.media_jerky', | 729 'media.media_jerky', |
| 728 'media.media_stat_perf', | 730 'media.media_stat_perf', |
| 729 ], | 731 ], |
| 730 }, | 732 }, |
| 731 } | 733 } |
| OLD | NEW |