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

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

Issue 8564031: Disabling sync.SyncIntegreationTest in FULL windows section. (Closed) Base URL: svn://chrome-svn/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 458 matching lines...) Expand 10 before | Expand all | Expand 10 after
469 # crbug.com/98681 469 # crbug.com/98681
470 '-nacl_sdk.NaClSDKTest.testNaClSDK', 470 '-nacl_sdk.NaClSDKTest.testNaClSDK',
471 '-nacl_sdk.NaClSDKTest.testVerifyPrereleaseGallery', 471 '-nacl_sdk.NaClSDKTest.testVerifyPrereleaseGallery',
472 ], 472 ],
473 473
474 'win': [ 474 'win': [
475 'enterprise', 475 'enterprise',
476 'gpu', 476 'gpu',
477 # Preloaded extensions affect process count: crbug.com/94350 477 # Preloaded extensions affect process count: crbug.com/94350
478 '-process_count', 478 '-process_count',
479 # Disable sync.SyncIntegrationTest on the QA bots in FULL,
480 # until sync protobufs are copied over.
481 '-sync.SyncIntegrationTest',
479 482
480 # ================================================== 483 # ==================================================
481 # Disabled tests that need to be investigated/fixed. 484 # Disabled tests that need to be investigated/fixed.
482 # ================================================== 485 # ==================================================
483 # crbug.com/101787 486 # crbug.com/101787
484 '-enterprise.EnterpriseTestReverse.testDefaultSearchProviderDisabled', 487 '-enterprise.EnterpriseTestReverse.testDefaultSearchProviderDisabled',
485 # crbug.com/98500 488 # crbug.com/98500
486 '-enterprise.EnterpriseTestReverse.testAlwaysAuthorizePluginsDisabled', 489 '-enterprise.EnterpriseTestReverse.testAlwaysAuthorizePluginsDisabled',
487 # crbug.com/96896 490 # crbug.com/96896
488 '-enterprise.EnterpriseTest.testDisabledPlugins', 491 '-enterprise.EnterpriseTest.testDisabledPlugins',
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
620 623
621 # HTML5 media functional tests. 624 # HTML5 media functional tests.
622 'AV_FUNC': { 625 'AV_FUNC': {
623 'linux': [ 626 'linux': [
624 'media.media_event_simple_action', 627 'media.media_event_simple_action',
625 'media.media_event_simple_test', 628 'media.media_event_simple_test',
626 'media.media_event_track', 629 'media.media_event_track',
627 ], 630 ],
628 }, 631 },
629 } 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