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

Side by Side Diff: functional/PYAUTO_TESTS

Issue 6469058: Disabling Autofill test, autofill.AutoFillTest.testFilterMalformedEmailAddres... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/test/
Patch Set: Created 9 years, 10 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 15 matching lines...) Expand all
26 # continuous builder. 26 # continuous builder.
27 'CONTINUOUS': { 27 'CONTINUOUS': {
28 'all': [ 28 'all': [
29 'autofill', 29 'autofill',
30 # Not part of the continous build. 30 # Not part of the continous build.
31 # Used for testing Autofill crowdsourcing. 31 # Used for testing Autofill crowdsourcing.
32 '-autofill.AutoFillTest.testAutofillCrowdsourcing', 32 '-autofill.AutoFillTest.testAutofillCrowdsourcing',
33 # Not part of the continous build. 33 # Not part of the continous build.
34 # Used for testing Autofill duplicate profile merging. 34 # Used for testing Autofill duplicate profile merging.
35 '-autofill.AutoFillTest.testMergeDuplicateProfilesInAutofill', 35 '-autofill.AutoFillTest.testMergeDuplicateProfilesInAutofill',
36 # crbug.com/73439
37 '-autofill.AutoFillTest.testFilterMalformedEmailAddresses',
36 'bookmark_bar', 38 'bookmark_bar',
37 'bookmarks', 39 'bookmarks',
38 'browser', 40 'browser',
39 'browsing_data', 41 'browsing_data',
40 'codesign', 42 'codesign',
41 'content', 43 'content',
42 '-content.ContentTest.testTopSitesContent', # crbug.com/71824 44 '-content.ContentTest.testTopSitesContent', # crbug.com/71824
43 'cookies', 45 'cookies',
44 'crash_reporter', 46 'crash_reporter',
45 'databases', 47 'databases',
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 'linux': [ 200 'linux': [
199 ], 201 ],
200 202
201 'chromeos': [ 203 'chromeos': [
202 # crosbug.com/6856 204 # crosbug.com/6856
203 '-translate.TranslateTest.testSessionRestore', 205 '-translate.TranslateTest.testSessionRestore',
204 '-translate.TranslateTest.testDownloadsNotTranslated', 206 '-translate.TranslateTest.testDownloadsNotTranslated',
205 ], 207 ],
206 } 208 }
207 } 209 }
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