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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
123 # crbug.com/118123 | 123 # crbug.com/118123 |
124 '-policy.PolicyTest.testExtensionInstallFromForceList', | 124 '-policy.PolicyTest.testExtensionInstallFromForceList', |
125 # crbug.com/47935 | 125 # crbug.com/47935 |
126 '-popups.PopupsTest.testBlockedPopupNotShowInHistory', | 126 '-popups.PopupsTest.testBlockedPopupNotShowInHistory', |
127 # crbug.com/83827 | 127 # crbug.com/83827 |
128 '-popups.PopupsTest.testUnblockedPopupAddedToOmnibox', | 128 '-popups.PopupsTest.testUnblockedPopupAddedToOmnibox', |
129 # crbug.com/85600 | 129 # crbug.com/85600 |
130 '-prefs.PrefsTest.testNavigationStateOnSessionRestore', | 130 '-prefs.PrefsTest.testNavigationStateOnSessionRestore', |
131 # crbug.com/112051 | 131 # crbug.com/112051 |
132 '-prefs_ui.PrefsUITest.testChangeExceptionBehaviorUI', | 132 '-prefs_ui.PrefsUITest.testChangeExceptionBehaviorUI', |
| 133 # crbug.com/128300 |
| 134 '-prefs_ui.BasicSettingsUITest.testSetStartupPages', |
133 # crbug.com/88593 | 135 # crbug.com/88593 |
134 '-sync.SyncTest.testPersonalStuffSyncSection', | 136 '-sync.SyncTest.testPersonalStuffSyncSection', |
135 # crbug.com/95140 | 137 # crbug.com/95140 |
136 '-translate.TranslateTest.testGoBackAndForwardToTranslatePage', | 138 '-translate.TranslateTest.testGoBackAndForwardToTranslatePage', |
137 ], | 139 ], |
138 | 140 |
139 'win': [ | 141 'win': [ |
140 # Enable sync.SyncIntegrationTest only for windows CONTINUIOUS, | 142 # Enable sync.SyncIntegrationTest only for windows CONTINUIOUS, |
141 # which contains the sync protobufs. | 143 # which contains the sync protobufs. |
142 #'sync.SyncIntegrationTest', | 144 #'sync.SyncIntegrationTest', |
(...skipping 583 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
726 | 728 |
727 # WebRTC MediaStream tests. Requires webcam and audio device to be present on | 729 # WebRTC MediaStream tests. Requires webcam and audio device to be present on |
728 # the test machine. | 730 # the test machine. |
729 'WEBRTC': { | 731 'WEBRTC': { |
730 'all': [ | 732 'all': [ |
731 'media_stream_infobar', | 733 'media_stream_infobar', |
732 'webrtc_call', | 734 'webrtc_call', |
733 ], | 735 ], |
734 }, | 736 }, |
735 } | 737 } |
OLD | NEW |