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', | |
112 # crbug.com/86524 | 110 # crbug.com/86524 |
113 '-plugins.PluginsTest.testAllowPluginException', | 111 '-plugins.PluginsTest.testAllowPluginException', |
114 # crbug.com/97140 | 112 # crbug.com/97140 |
115 '-plugins.PluginsTest.testDisableEnableAllPlugins', | 113 '-plugins.PluginsTest.testDisableEnableAllPlugins', |
116 # crbug.com/85307 | 114 # crbug.com/85307 |
117 '-plugins.PluginsTest.testKillAndReloadAllPlugins', | 115 '-plugins.PluginsTest.testKillAndReloadAllPlugins', |
118 # crbug.com/115427 | 116 # crbug.com/115427 |
119 '-policy.PolicyTest.testAlwaysAuthorizePlugins', | 117 '-policy.PolicyTest.testAlwaysAuthorizePlugins', |
120 # crbug.com/118054 | 118 # crbug.com/118054 |
121 '-policy.PolicyTest.testApplicationLocaleValue', | 119 '-policy.PolicyTest.testApplicationLocaleValue', |
(...skipping 611 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
733 | 731 |
734 # WebRTC MediaStream tests. Requires webcam and audio device to be present on | 732 # WebRTC MediaStream tests. Requires webcam and audio device to be present on |
735 # the test machine. | 733 # the test machine. |
736 'WEBRTC': { | 734 'WEBRTC': { |
737 'all': [ | 735 'all': [ |
738 'media_stream_infobar', | 736 'media_stream_infobar', |
739 'webrtc_call', | 737 'webrtc_call', |
740 ], | 738 ], |
741 }, | 739 }, |
742 } | 740 } |
OLD | NEW |