OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |