OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 443 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
454 '-nacl_sdk.NaClSDKTest.testNaClSDK', | 454 '-nacl_sdk.NaClSDKTest.testNaClSDK', |
455 '-nacl_sdk.NaClSDKTest.testVerifyPrereleaseGallery', | 455 '-nacl_sdk.NaClSDKTest.testVerifyPrereleaseGallery', |
456 # crbug.com/109148 | 456 # crbug.com/109148 |
457 '-extensions.ExtensionsTest.testTriggerBrowserAction', | 457 '-extensions.ExtensionsTest.testTriggerBrowserAction', |
458 '-extensions.ExtensionsTest.testTriggerPageAction', | 458 '-extensions.ExtensionsTest.testTriggerPageAction', |
459 '-extensions.ExtensionsTest.testTriggerPageActionWithPopup', | 459 '-extensions.ExtensionsTest.testTriggerPageActionWithPopup', |
460 # crbug.com/109160 | 460 # crbug.com/109160 |
461 '-execute_javascript.ExecuteJavascriptTest.testExecuteJavascriptInExtensio
n', | 461 '-execute_javascript.ExecuteJavascriptTest.testExecuteJavascriptInExtensio
n', |
462 # crbug.com/111407 | 462 # crbug.com/111407 |
463 '-indexeddb.IndexedDBTest.testConnectionsClosedOnTabClose', | 463 '-indexeddb.IndexedDBTest.testConnectionsClosedOnTabClose', |
| 464 # crbug.com/100893 |
| 465 '-enterprise.EnterpriseTestReverse.testEnableSPDY', |
464 ], | 466 ], |
465 | 467 |
466 'win': [ | 468 'win': [ |
467 'enterprise', | 469 'enterprise', |
468 'gpu', | 470 'gpu', |
469 | 471 |
470 # =========================== | 472 # =========================== |
471 # Permanently-disabled tests. | 473 # Permanently-disabled tests. |
472 # =========================== | 474 # =========================== |
473 # Can't use automation to change the policy data on Chrome builds. | 475 # Can't use automation to change the policy data on Chrome builds. |
474 '-policy', | 476 '-policy', |
475 '-policy_prefs_ui', | 477 '-policy_prefs_ui', |
476 | 478 |
477 # Preloaded extensions affect process count: crbug.com/94350 | 479 # Preloaded extensions affect process count: crbug.com/94350 |
478 '-process_count', | 480 '-process_count', |
479 # Disable sync.SyncIntegrationTest on the QA bots in FULL, | 481 # Disable sync.SyncIntegrationTest on the QA bots in FULL, |
480 # until sync protobufs are copied over. | 482 # until sync protobufs are copied over. |
481 '-sync.SyncIntegrationTest', | 483 '-sync.SyncIntegrationTest', |
482 | 484 |
483 # ================================================== | 485 # ================================================== |
484 # Disabled tests that need to be investigated/fixed. | 486 # Disabled tests that need to be investigated/fixed. |
485 # ================================================== | 487 # ================================================== |
486 # crbug.com/101787 | 488 # crbug.com/101787 |
487 '-enterprise.EnterpriseTestReverse.testDefaultSearchProviderDisabled', | 489 '-enterprise.EnterpriseTestReverse.testDefaultSearchProviderDisabled', |
488 # crbug.com/96896 | 490 # crbug.com/96896 |
489 '-enterprise.EnterpriseTest.testDisabledPlugins', | 491 '-enterprise.EnterpriseTest.testDisabledPlugins', |
490 '-enterprise.EnterpriseTest.testEnabledPlugins', | 492 '-enterprise.EnterpriseTest.testEnabledPlugins', |
491 # crbug.com/100893 | |
492 '-enterprise.EnterpriseTestReverse.testEnableSPDY', | |
493 # crbug.com/105948 | 493 # crbug.com/105948 |
494 '-autofill.AutofillTest.testDisplayLineItemForEntriesWithNoCCNum', | 494 '-autofill.AutofillTest.testDisplayLineItemForEntriesWithNoCCNum', |
495 '-autofill.AutofillTest.testPostalCodeAndStateLabelsBasedOnCountry', | 495 '-autofill.AutofillTest.testPostalCodeAndStateLabelsBasedOnCountry', |
| 496 # crbug.com/111289 |
| 497 '-extensions.ExtensionsTest.testAllowAccessFileURLs', |
496 ], | 498 ], |
497 | 499 |
498 'mac': [ | 500 'mac': [ |
499 # =========================== | 501 # =========================== |
500 # Permanently-disabled tests. | 502 # Permanently-disabled tests. |
501 # =========================== | 503 # =========================== |
502 # Can't use automation to change the policy data on Chrome builds. | 504 # Can't use automation to change the policy data on Chrome builds. |
503 '-policy', | 505 '-policy', |
504 '-policy_prefs_ui', | 506 '-policy_prefs_ui', |
505 | 507 |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
539 | 541 |
540 # ================================================== | 542 # ================================================== |
541 # Disabled tests that need to be investigated/fixed. | 543 # Disabled tests that need to be investigated/fixed. |
542 # ================================================== | 544 # ================================================== |
543 # crbug.com/101787 | 545 # crbug.com/101787 |
544 '-enterprise.EnterpriseTestReverse.testDefaultSearchProviderDisabled', | 546 '-enterprise.EnterpriseTestReverse.testDefaultSearchProviderDisabled', |
545 # crbug.com/97179 | 547 # crbug.com/97179 |
546 '-enterprise.EnterpriseTest.testAlwaysAuthorizePlugins', | 548 '-enterprise.EnterpriseTest.testAlwaysAuthorizePlugins', |
547 # crbug.com/111289 | 549 # crbug.com/111289 |
548 '-extensions.ExtensionsTest.testAllowAccessFileURLs', | 550 '-extensions.ExtensionsTest.testAllowAccessFileURLs', |
| 551 # crbug.com/100365 |
| 552 '-autofill.AutofillTest.testDisplayLineItemForEntriesWithNoCCNum', |
549 ], | 553 ], |
550 | 554 |
551 'chromeos': [ | 555 'chromeos': [ |
552 'netflix', | 556 'netflix', |
553 # =========================== | 557 # =========================== |
554 # Permanently-disabled tests. | 558 # Permanently-disabled tests. |
555 # =========================== | 559 # =========================== |
556 # No NaCl support on ChromeOS. | 560 # No NaCl support on ChromeOS. |
557 '-nacl_sdk', | 561 '-nacl_sdk', |
558 # No Web Driver test for ChromeOS. | 562 # No Web Driver test for ChromeOS. |
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
637 ], | 641 ], |
638 }, | 642 }, |
639 | 643 |
640 # HTML5 media performance tests. | 644 # HTML5 media performance tests. |
641 'AV_PERF': { | 645 'AV_PERF': { |
642 'linux': [ | 646 'linux': [ |
643 'media.media_constrained_network_perf', | 647 'media.media_constrained_network_perf', |
644 ], | 648 ], |
645 }, | 649 }, |
646 } | 650 } |
OLD | NEW |