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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
100 # crbug.com/123396 | 100 # crbug.com/123396 |
101 '-fullscreen_mouselock.FullscreenMouselockTest.testPatternsForFSAndML', | 101 '-fullscreen_mouselock.FullscreenMouselockTest.testPatternsForFSAndML', |
102 # crbug.com/105560 | 102 # crbug.com/105560 |
103 '-notifications', | 103 '-notifications', |
104 # crbug.com/99506 | 104 # crbug.com/99506 |
105 '-notifications.NotificationsTest.testSpecialURLNotification', | 105 '-notifications.NotificationsTest.testSpecialURLNotification', |
106 # crbug.com/71715 | 106 # crbug.com/71715 |
107 '-omnibox.OmniboxTest.testHistoryResult', | 107 '-omnibox.OmniboxTest.testHistoryResult', |
108 # crbug.com/123019 | 108 # crbug.com/123019 |
109 '-omnibox.OmniboxTest.testAutoCompleteForNonAsciiSearch', | 109 '-omnibox.OmniboxTest.testAutoCompleteForNonAsciiSearch', |
| 110 # crbug.com/117720 |
| 111 '-passwords.PasswordTest.testPasswordAutofilledInIncognito', |
110 # crbug.com/86524 | 112 # crbug.com/86524 |
111 '-plugins.PluginsTest.testAllowPluginException', | 113 '-plugins.PluginsTest.testAllowPluginException', |
112 # crbug.com/97140 | 114 # crbug.com/97140 |
113 '-plugins.PluginsTest.testDisableEnableAllPlugins', | 115 '-plugins.PluginsTest.testDisableEnableAllPlugins', |
114 # crbug.com/85307 | 116 # crbug.com/85307 |
115 '-plugins.PluginsTest.testKillAndReloadAllPlugins', | 117 '-plugins.PluginsTest.testKillAndReloadAllPlugins', |
116 # crbug.com/115427 | 118 # crbug.com/115427 |
117 '-policy.PolicyTest.testAlwaysAuthorizePlugins', | 119 '-policy.PolicyTest.testAlwaysAuthorizePlugins', |
118 # crbug.com/118054 | 120 # crbug.com/118054 |
119 '-policy.PolicyTest.testApplicationLocaleValue', | 121 '-policy.PolicyTest.testApplicationLocaleValue', |
(...skipping 611 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
731 | 733 |
732 # WebRTC MediaStream tests. Requires webcam and audio device to be present on | 734 # WebRTC MediaStream tests. Requires webcam and audio device to be present on |
733 # the test machine. | 735 # the test machine. |
734 'WEBRTC': { | 736 'WEBRTC': { |
735 'all': [ | 737 'all': [ |
736 'media_stream_infobar', | 738 'media_stream_infobar', |
737 'webrtc_call', | 739 'webrtc_call', |
738 ], | 740 ], |
739 }, | 741 }, |
740 } | 742 } |
OLD | NEW |