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