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

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

Issue 8679018: Re-enable testIncognitoNotification,testOriginPrefsNotSavedInIncognito in FULL suite (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 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 }, 426 },
427 427
428 # The FULL suite includes CONTINUOUS, and more. 428 # The FULL suite includes CONTINUOUS, and more.
429 # This the suite that gets run on 'Google Chrome' builds. 429 # This the suite that gets run on 'Google Chrome' builds.
430 'FULL': { 430 'FULL': {
431 'all': [ 431 'all': [
432 '@CONTINUOUS', 432 '@CONTINUOUS',
433 'nacl_sdk', 433 'nacl_sdk',
434 'translate', 434 'translate',
435 435
436 # crbug.com/103427 has been fixed on trunk.
437 # Disabled until r110327 reaches Google Chrome builds.
438 # Re-enable on 11/17/2011
439 '-notifications.NotificationsTest.testIncognitoNotification',
440 '-notifications.NotificationsTest.testOriginPrefsNotSavedInIncognito',
441
442 # =========================== 436 # ===========================
443 # Permanently-disabled tests. 437 # Permanently-disabled tests.
444 # =========================== 438 # ===========================
445 # Can't use automation to change the policy data on Chrome builds. 439 # Can't use automation to change the policy data on Chrome builds.
446 '-policy', 440 '-policy',
447 '-policy_prefs_ui', 441 '-policy_prefs_ui',
448 442
449 # ================================================== 443 # ==================================================
450 # Disabled tests that need to be investigated/fixed. 444 # Disabled tests that need to be investigated/fixed.
451 # ================================================== 445 # ==================================================
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
616 610
617 # HTML5 media functional tests. 611 # HTML5 media functional tests.
618 'AV_FUNC': { 612 'AV_FUNC': {
619 'linux': [ 613 'linux': [
620 'media.media_event_simple_action', 614 'media.media_event_simple_action',
621 'media.media_event_simple_test', 615 'media.media_event_simple_test',
622 'media.media_event_track', 616 'media.media_event_track',
623 ], 617 ],
624 }, 618 },
625 } 619 }
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