| 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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 # crbug.com/102798 | 90 # crbug.com/102798 |
| 91 '-autofill.AutofillTest.testMergeAggregatedProfilesWithSameAddress', | 91 '-autofill.AutofillTest.testMergeAggregatedProfilesWithSameAddress', |
| 92 # crbug.com/99475 | 92 # crbug.com/99475 |
| 93 '-autofill.AutofillTest.testNoDuplicatePhoneNumsInPrefs', | 93 '-autofill.AutofillTest.testNoDuplicatePhoneNumsInPrefs', |
| 94 # crbug.com/131702 | 94 # crbug.com/131702 |
| 95 '-fullscreen_mouselock.FullscreenMouselockTest.testNoMLBubbleWhenTabLoseFo
cus', | 95 '-fullscreen_mouselock.FullscreenMouselockTest.testNoMLBubbleWhenTabLoseFo
cus', |
| 96 # crbug.com/130301 | 96 # crbug.com/130301 |
| 97 '-fullscreen_mouselock.FullscreenMouselockTest.testMouseLockLostOnReload', | 97 '-fullscreen_mouselock.FullscreenMouselockTest.testMouseLockLostOnReload', |
| 98 # crbug.com/123396 | 98 # crbug.com/123396 |
| 99 '-fullscreen_mouselock.FullscreenMouselockTest.testPatternsForFSAndML', | 99 '-fullscreen_mouselock.FullscreenMouselockTest.testPatternsForFSAndML', |
| 100 # crbug.com/132665 |
| 101 '-fullscreen_mouselock.FullscreenMouselockTest.testTabFSExitWhenNavBackToP
revPage', |
| 102 '-fullscreen_mouselock.FullscreenMouselockTest.testTabFSExitWhenNavToNewPa
ge', |
| 103 '-fullscreen_mouselock.FullscreenMouselockTest.testMLExitWhenNavBackToPrev
Page', |
| 104 '-fullscreen_mouselock.FullscreenMouselockTest.testMLExitWhenNavToNewPage'
, |
| 100 # crbug.com/131874 | 105 # crbug.com/131874 |
| 101 '-infobars.OneClickInfobarTest.testNoOneClickInfobarAfterCancel', | 106 '-infobars.OneClickInfobarTest.testNoOneClickInfobarAfterCancel', |
| 102 # crbug.com/105560 | 107 # crbug.com/105560 |
| 103 '-notifications', | 108 '-notifications', |
| 104 # crbug.com/99506 | 109 # crbug.com/99506 |
| 105 '-notifications.NotificationsTest.testSpecialURLNotification', | 110 '-notifications.NotificationsTest.testSpecialURLNotification', |
| 106 # crbug.com/71715 | 111 # crbug.com/71715 |
| 107 '-omnibox.OmniboxTest.testHistoryResult', | 112 '-omnibox.OmniboxTest.testHistoryResult', |
| 108 # crbug.com/123019 | 113 # crbug.com/123019 |
| 109 '-omnibox.OmniboxTest.testAutoCompleteForNonAsciiSearch', | 114 '-omnibox.OmniboxTest.testAutoCompleteForNonAsciiSearch', |
| (...skipping 709 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 819 '@FULL', | 824 '@FULL', |
| 820 ], | 825 ], |
| 821 'linux': [ | 826 'linux': [ |
| 822 # test_clean_exit does not execute the destruction codepaths by design, | 827 # test_clean_exit does not execute the destruction codepaths by design, |
| 823 # thereby confusing the coverage bots to think that it's a leak. Ignore | 828 # thereby confusing the coverage bots to think that it's a leak. Ignore |
| 824 # it. | 829 # it. |
| 825 '-test_clean_exit', | 830 '-test_clean_exit', |
| 826 ], | 831 ], |
| 827 }, | 832 }, |
| 828 } | 833 } |
| OLD | NEW |