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 441 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
452 '-process_count', | 452 '-process_count', |
453 # Disable sync.SyncIntegrationTest on the QA bots in FULL, | 453 # Disable sync.SyncIntegrationTest on the QA bots in FULL, |
454 # until sync protobufs are copied over. | 454 # until sync protobufs are copied over. |
455 '-sync.SyncIntegrationTest', | 455 '-sync.SyncIntegrationTest', |
456 | 456 |
457 # ================================================== | 457 # ================================================== |
458 # Disabled tests that need to be investigated/fixed. | 458 # Disabled tests that need to be investigated/fixed. |
459 # ================================================== | 459 # ================================================== |
460 # crbug.com/101787 | 460 # crbug.com/101787 |
461 '-enterprise.EnterpriseTestReverse.testDefaultSearchProviderDisabled', | 461 '-enterprise.EnterpriseTestReverse.testDefaultSearchProviderDisabled', |
462 # crbug.com/98500 | |
463 '-enterprise.EnterpriseTestReverse.testAlwaysAuthorizePluginsDisabled', | |
464 # crbug.com/96896 | 462 # crbug.com/96896 |
465 '-enterprise.EnterpriseTest.testDisabledPlugins', | 463 '-enterprise.EnterpriseTest.testDisabledPlugins', |
466 '-enterprise.EnterpriseTest.testEnabledPlugins', | 464 '-enterprise.EnterpriseTest.testEnabledPlugins', |
467 # crbug.com/100893 | 465 # crbug.com/100893 |
468 '-enterprise.EnterpriseTestReverse.testEnableSPDY', | 466 '-enterprise.EnterpriseTestReverse.testEnableSPDY', |
469 # crbug.com/105948 | 467 # crbug.com/105948 |
470 '-autofill.AutofillTest.testDisplayLineItemForEntriesWithNoCCNum', | 468 '-autofill.AutofillTest.testDisplayLineItemForEntriesWithNoCCNum', |
471 '-autofill.AutofillTest.testPostalCodeAndStateLabelsBasedOnCountry', | 469 '-autofill.AutofillTest.testPostalCodeAndStateLabelsBasedOnCountry', |
472 ], | 470 ], |
473 | 471 |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
511 # =========================== | 509 # =========================== |
512 # Can't use automation to change the policy data on Chrome builds. | 510 # Can't use automation to change the policy data on Chrome builds. |
513 '-policy', | 511 '-policy', |
514 '-policy_prefs_ui', | 512 '-policy_prefs_ui', |
515 | 513 |
516 # ================================================== | 514 # ================================================== |
517 # Disabled tests that need to be investigated/fixed. | 515 # Disabled tests that need to be investigated/fixed. |
518 # ================================================== | 516 # ================================================== |
519 # crbug.com/101787 | 517 # crbug.com/101787 |
520 '-enterprise.EnterpriseTestReverse.testDefaultSearchProviderDisabled', | 518 '-enterprise.EnterpriseTestReverse.testDefaultSearchProviderDisabled', |
521 # crbug.com/98500 | |
522 '-enterprise.EnterpriseTestReverse.testAlwaysAuthorizePluginsDisabled', | |
523 # crbug.com/97179 | 519 # crbug.com/97179 |
524 '-enterprise.EnterpriseTest.testAlwaysAuthorizePlugins', | 520 '-enterprise.EnterpriseTest.testAlwaysAuthorizePlugins', |
525 ], | 521 ], |
526 | 522 |
527 'chromeos': [ | 523 'chromeos': [ |
528 'netflix', | 524 'netflix', |
529 # =========================== | 525 # =========================== |
530 # Permanently-disabled tests. | 526 # Permanently-disabled tests. |
531 # =========================== | 527 # =========================== |
532 # No NaCl support on ChromeOS. | 528 # No NaCl support on ChromeOS. |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
622 | 618 |
623 # HTML5 media functional tests. | 619 # HTML5 media functional tests. |
624 'AV_FUNC': { | 620 'AV_FUNC': { |
625 'linux': [ | 621 'linux': [ |
626 'media.media_event_simple_action', | 622 'media.media_event_simple_action', |
627 'media.media_event_simple_test', | 623 'media.media_event_simple_test', |
628 'media.media_event_track', | 624 'media.media_event_track', |
629 ], | 625 ], |
630 }, | 626 }, |
631 } | 627 } |
OLD | NEW |