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

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

Issue 10178028: Fix pyauto test: testSpecialURLTab (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add CSP to about:tcmalloc Created 8 years, 7 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 | chrome/test/functional/special_tabs.py » ('j') | 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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/functional/special_tabs.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698