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

Side by Side Diff: functional/PYAUTO_TESTS

Issue 6338012: Disabling pyauto test translate.TranslateTest.testSeveralLanguages... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/test/
Patch Set: Created 9 years, 11 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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 152
153 # The FULL suite includes CONTINUOUS, and more. 153 # The FULL suite includes CONTINUOUS, and more.
154 'FULL': { 154 'FULL': {
155 'all': [ 155 'all': [
156 '@CONTINUOUS', 156 '@CONTINUOUS',
157 'translate', 157 'translate',
158 # This test fails due to crbug.com/35485 158 # This test fails due to crbug.com/35485
159 '-translate.TranslateTest.testBarNotVisibleOnSSLErrorPage', 159 '-translate.TranslateTest.testBarNotVisibleOnSSLErrorPage',
160 # This test fails due to crbug.com/50706 160 # This test fails due to crbug.com/50706
161 '-translate.TranslateTest.testToggleTranslateOption', 161 '-translate.TranslateTest.testToggleTranslateOption',
162 # crbug.com/70280
163 '-translate.TranslateTest.testSeveralLanguages',
162 ], 164 ],
163 165
164 'win': [ 166 'win': [
165 ], 167 ],
166 168
167 'mac': [ 169 'mac': [
168 ], 170 ],
169 171
170 'linux': [ 172 'linux': [
171 ], 173 ],
172 174
173 'chromeos': [ 175 'chromeos': [
174 # crosbug.com/6856 176 # crosbug.com/6856
175 '-translate.TranslateTest.testSessionRestore', 177 '-translate.TranslateTest.testSessionRestore',
176 '-translate.TranslateTest.testDownloadsNotTranslated', 178 '-translate.TranslateTest.testDownloadsNotTranslated',
177 ], 179 ],
178 } 180 }
179 } 181 }
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