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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
142 # crbug.com/102517 -- external webpage throws 500 | 142 # crbug.com/102517 -- external webpage throws 500 |
143 '-special_tabs.SpecialTabsTest.testAboutAppCacheTab', | 143 '-special_tabs.SpecialTabsTest.testAboutAppCacheTab', |
144 # Flaky: crbug.com/67851 | 144 # Flaky: crbug.com/67851 |
145 '-special_tabs.SpecialTabsTest.testAboutDNSTab', | 145 '-special_tabs.SpecialTabsTest.testAboutDNSTab', |
146 # crbug.com/88574 | 146 # crbug.com/88574 |
147 '-special_tabs.SpecialTabsTest.testSpecialURLTabs', | 147 '-special_tabs.SpecialTabsTest.testSpecialURLTabs', |
148 # crbug.com/88593 | 148 # crbug.com/88593 |
149 '-sync.SyncTest.testPersonalStuffSyncSection', | 149 '-sync.SyncTest.testPersonalStuffSyncSection', |
150 # crbug.com/95140 | 150 # crbug.com/95140 |
151 '-translate.TranslateTest.testGoBackAndForwardToTranslatePage', | 151 '-translate.TranslateTest.testGoBackAndForwardToTranslatePage', |
| 152 # crbug.com/123402 |
| 153 '-gtalk.test_basic.BasicTest.testBasicFunctionality', |
152 ], | 154 ], |
153 | 155 |
154 'win': [ | 156 'win': [ |
155 # Enable sync.SyncIntegrationTest only for windows CONTINUIOUS, | 157 # Enable sync.SyncIntegrationTest only for windows CONTINUIOUS, |
156 # which contains the sync protobufs. | 158 # which contains the sync protobufs. |
157 #'sync.SyncIntegrationTest', | 159 #'sync.SyncIntegrationTest', |
158 | 160 |
159 # ================================================== | 161 # ================================================== |
160 # Disabled tests that need to be investigated/fixed. | 162 # Disabled tests that need to be investigated/fixed. |
161 # ================================================== | 163 # ================================================== |
(...skipping 557 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
719 | 721 |
720 # HTML5 media performance tests. | 722 # HTML5 media performance tests. |
721 'AV_PERF': { | 723 'AV_PERF': { |
722 'linux': [ | 724 'linux': [ |
723 'media.media_constrained_network_perf', | 725 'media.media_constrained_network_perf', |
724 'media.media_jerky', | 726 'media.media_jerky', |
725 'media.media_stat_perf', | 727 'media.media_stat_perf', |
726 ], | 728 ], |
727 }, | 729 }, |
728 } | 730 } |
OLD | NEW |