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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
134 # crbug.com/112051 | 134 # crbug.com/112051 |
135 '-prefs_ui.PrefsUITest.testChangeExceptionBehaviorUI', | 135 '-prefs_ui.PrefsUITest.testChangeExceptionBehaviorUI', |
136 # crbug.com/119183 | 136 # crbug.com/119183 |
137 '-protector.ProtectorSessionStartupTest.testDetectSessionStartupChangeAndA
pply', | 137 '-protector.ProtectorSessionStartupTest.testDetectSessionStartupChangeAndA
pply', |
138 # crbug.com/119326 | 138 # crbug.com/119326 |
139 '-protector.ProtectorSessionStartupTest.testSessionStartupChangeDismissedO
nEdit', | 139 '-protector.ProtectorSessionStartupTest.testSessionStartupChangeDismissedO
nEdit', |
140 # crbug.com/102517 -- external webpage throws 500 | 140 # crbug.com/102517 -- external webpage throws 500 |
141 '-special_tabs.SpecialTabsTest.testAboutAppCacheTab', | 141 '-special_tabs.SpecialTabsTest.testAboutAppCacheTab', |
142 # Flaky: crbug.com/67851 | 142 # Flaky: crbug.com/67851 |
143 '-special_tabs.SpecialTabsTest.testAboutDNSTab', | 143 '-special_tabs.SpecialTabsTest.testAboutDNSTab', |
144 # crbug.com/88574 | |
145 '-special_tabs.SpecialTabsTest.testSpecialURLTabs', | |
146 # crbug.com/88593 | 144 # crbug.com/88593 |
147 '-sync.SyncTest.testPersonalStuffSyncSection', | 145 '-sync.SyncTest.testPersonalStuffSyncSection', |
148 # crbug.com/95140 | 146 # crbug.com/95140 |
149 '-translate.TranslateTest.testGoBackAndForwardToTranslatePage', | 147 '-translate.TranslateTest.testGoBackAndForwardToTranslatePage', |
150 ], | 148 ], |
151 | 149 |
152 'win': [ | 150 'win': [ |
153 # Enable sync.SyncIntegrationTest only for windows CONTINUIOUS, | 151 # Enable sync.SyncIntegrationTest only for windows CONTINUIOUS, |
154 # which contains the sync protobufs. | 152 # which contains the sync protobufs. |
155 #'sync.SyncIntegrationTest', | 153 #'sync.SyncIntegrationTest', |
(...skipping 556 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
712 | 710 |
713 # HTML5 media performance tests. | 711 # HTML5 media performance tests. |
714 'AV_PERF': { | 712 'AV_PERF': { |
715 'linux': [ | 713 'linux': [ |
716 'media.media_constrained_network_perf', | 714 'media.media_constrained_network_perf', |
717 'media.media_stat_perf', | 715 'media.media_stat_perf', |
718 'media.media_seek_perf', | 716 'media.media_seek_perf', |
719 ], | 717 ], |
720 }, | 718 }, |
721 } | 719 } |
OLD | NEW |