Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(405)

Side by Side Diff: chrome/test/functional/PYAUTO_TESTS

Issue 10073021: Disable pyauto test: gtalk.test_basic.BasicTest.testBasicFunctionality (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698