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

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

Issue 8510073: Include sync.SyncTest specifically to prevent double-inclusion of sync.SyncIntegrationTest (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 'plugins_check', 65 'plugins_check',
66 'policy', 66 'policy',
67 'policy_prefs_ui', 67 'policy_prefs_ui',
68 'popups', 68 'popups',
69 'prefs', 69 'prefs',
70 'process_count', 70 'process_count',
71 'pyauto_webdriver', 71 'pyauto_webdriver',
72 'search_engines', 72 'search_engines',
73 'shortcuts', 73 'shortcuts',
74 'special_tabs', 74 'special_tabs',
75 'sync', 75 'sync.SyncTest',
76 'test_basic', 76 'test_basic',
77 'test_pyauto', 77 'test_pyauto',
78 'themes', 78 'themes',
79 'youtube', 79 'youtube',
80 80
81 # ================================================== 81 # ==================================================
82 # Disabled tests that need to be investigated/fixed. 82 # Disabled tests that need to be investigated/fixed.
83 # ================================================== 83 # ==================================================
84 # crbug.com/83686 84 # crbug.com/83686
85 '-autofill.AutofillTest.testFillProfileCrazyCharacters', 85 '-autofill.AutofillTest.testFillProfileCrazyCharacters',
(...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after
623 623
624 # HTML5 media functional tests. 624 # HTML5 media functional tests.
625 'AV_FUNC': { 625 'AV_FUNC': {
626 'linux': [ 626 'linux': [
627 'media.media_event_simple_action', 627 'media.media_event_simple_action',
628 'media.media_event_simple_test', 628 'media.media_event_simple_test',
629 'media.media_event_track', 629 'media.media_event_track',
630 ], 630 ],
631 }, 631 },
632 } 632 }
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