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

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

Issue 8440009: Disable prefs.PrefsTest.testHaveLocalStatePrefs from running on Google Chrome bots (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 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 }, 419 },
420 420
421 # The FULL suite includes CONTINUOUS, and more. 421 # The FULL suite includes CONTINUOUS, and more.
422 # This the suite that gets run on 'Google Chrome' builds. 422 # This the suite that gets run on 'Google Chrome' builds.
423 'FULL': { 423 'FULL': {
424 'all': [ 424 'all': [
425 '@CONTINUOUS', 425 '@CONTINUOUS',
426 'nacl_sdk', 426 'nacl_sdk',
427 'translate', 427 'translate',
428 428
429 # Disabled until the changes reach the Google Chrome builders.
430 # Re-enable on 11/02/2011.
431 '-prefs.PrefsTest.testHaveLocalStatePrefs',
432
429 # =========================== 433 # ===========================
430 # Permanently-disabled tests. 434 # Permanently-disabled tests.
431 # =========================== 435 # ===========================
432 # Can't use automation to change the policy data on Chrome builds. 436 # Can't use automation to change the policy data on Chrome builds.
433 '-policy', 437 '-policy',
434 '-policy_prefs_ui', 438 '-policy_prefs_ui',
435 439
436 # ================================================== 440 # ==================================================
437 # Disabled tests that need to be investigated/fixed. 441 # Disabled tests that need to be investigated/fixed.
438 # ================================================== 442 # ==================================================
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
582 586
583 # HTML5 media functional tests. 587 # HTML5 media functional tests.
584 'AV_FUNC': { 588 'AV_FUNC': {
585 'linux': [ 589 'linux': [
586 'media.media_event_simple_action', 590 'media.media_event_simple_action',
587 'media.media_event_simple_test', 591 'media.media_event_simple_test',
588 'media.media_event_track', 592 'media.media_event_track',
589 ], 593 ],
590 }, 594 },
591 } 595 }
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