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

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

Issue 10105001: Re-enable gtalk pyauto test since related bug was fixed. (Closed) Base URL: http://src.chromium.org/svn/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',
154 ], 152 ],
155 153
156 'win': [ 154 'win': [
157 # Enable sync.SyncIntegrationTest only for windows CONTINUIOUS, 155 # Enable sync.SyncIntegrationTest only for windows CONTINUIOUS,
158 # which contains the sync protobufs. 156 # which contains the sync protobufs.
159 #'sync.SyncIntegrationTest', 157 #'sync.SyncIntegrationTest',
160 158
161 # ================================================== 159 # ==================================================
162 # Disabled tests that need to be investigated/fixed. 160 # Disabled tests that need to be investigated/fixed.
163 # ================================================== 161 # ==================================================
(...skipping 558 matching lines...) Expand 10 before | Expand all | Expand 10 after
722 720
723 # HTML5 media performance tests. 721 # HTML5 media performance tests.
724 'AV_PERF': { 722 'AV_PERF': {
725 'linux': [ 723 'linux': [
726 'media.media_constrained_network_perf', 724 'media.media_constrained_network_perf',
727 'media.media_jerky', 725 'media.media_jerky',
728 'media.media_stat_perf', 726 'media.media_stat_perf',
729 ], 727 ],
730 }, 728 },
731 } 729 }
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