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', | |
466 ], | 464 ], |
467 | 465 |
468 'win': [ | 466 'win': [ |
469 'enterprise', | 467 'enterprise', |
470 'gpu', | 468 'gpu', |
471 | 469 |
472 # =========================== | 470 # =========================== |
473 # Permanently-disabled tests. | 471 # Permanently-disabled tests. |
474 # =========================== | 472 # =========================== |
475 # Can't use automation to change the policy data on Chrome builds. | 473 # Can't use automation to change the policy data on Chrome builds. |
(...skipping 12 matching lines...) Expand all Loading... |
488 # crbug.com/101787 | 486 # crbug.com/101787 |
489 '-enterprise.EnterpriseTestReverse.testDefaultSearchProviderDisabled', | 487 '-enterprise.EnterpriseTestReverse.testDefaultSearchProviderDisabled', |
490 # crbug.com/96896 | 488 # crbug.com/96896 |
491 '-enterprise.EnterpriseTest.testDisabledPlugins', | 489 '-enterprise.EnterpriseTest.testDisabledPlugins', |
492 '-enterprise.EnterpriseTest.testEnabledPlugins', | 490 '-enterprise.EnterpriseTest.testEnabledPlugins', |
493 # crbug.com/105948 | 491 # crbug.com/105948 |
494 '-autofill.AutofillTest.testDisplayLineItemForEntriesWithNoCCNum', | 492 '-autofill.AutofillTest.testDisplayLineItemForEntriesWithNoCCNum', |
495 '-autofill.AutofillTest.testPostalCodeAndStateLabelsBasedOnCountry', | 493 '-autofill.AutofillTest.testPostalCodeAndStateLabelsBasedOnCountry', |
496 # crbug.com/111289 | 494 # crbug.com/111289 |
497 '-extensions.ExtensionsTest.testAllowAccessFileURLs', | 495 '-extensions.ExtensionsTest.testAllowAccessFileURLs', |
| 496 # crbug.com/100893 |
| 497 '-enterprise.EnterpriseTestReverse.testEnableSPDY', |
498 ], | 498 ], |
499 | 499 |
500 'mac': [ | 500 'mac': [ |
501 # =========================== | 501 # =========================== |
502 # Permanently-disabled tests. | 502 # Permanently-disabled tests. |
503 # =========================== | 503 # =========================== |
504 # 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. |
505 '-policy', | 505 '-policy', |
506 '-policy_prefs_ui', | 506 '-policy_prefs_ui', |
507 | 507 |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
543 # Disabled tests that need to be investigated/fixed. | 543 # Disabled tests that need to be investigated/fixed. |
544 # ================================================== | 544 # ================================================== |
545 # crbug.com/101787 | 545 # crbug.com/101787 |
546 '-enterprise.EnterpriseTestReverse.testDefaultSearchProviderDisabled', | 546 '-enterprise.EnterpriseTestReverse.testDefaultSearchProviderDisabled', |
547 # crbug.com/97179 | 547 # crbug.com/97179 |
548 '-enterprise.EnterpriseTest.testAlwaysAuthorizePlugins', | 548 '-enterprise.EnterpriseTest.testAlwaysAuthorizePlugins', |
549 # crbug.com/111289 | 549 # crbug.com/111289 |
550 '-extensions.ExtensionsTest.testAllowAccessFileURLs', | 550 '-extensions.ExtensionsTest.testAllowAccessFileURLs', |
551 # crbug.com/100365 | 551 # crbug.com/100365 |
552 '-autofill.AutofillTest.testDisplayLineItemForEntriesWithNoCCNum', | 552 '-autofill.AutofillTest.testDisplayLineItemForEntriesWithNoCCNum', |
| 553 # crbug.com/100893 |
| 554 '-enterprise.EnterpriseTestReverse.testEnableSPDY', |
553 ], | 555 ], |
554 | 556 |
555 'chromeos': [ | 557 'chromeos': [ |
556 'netflix', | 558 'netflix', |
557 # =========================== | 559 # =========================== |
558 # Permanently-disabled tests. | 560 # Permanently-disabled tests. |
559 # =========================== | 561 # =========================== |
560 # No NaCl support on ChromeOS. | 562 # No NaCl support on ChromeOS. |
561 '-nacl_sdk', | 563 '-nacl_sdk', |
562 # No Web Driver test for ChromeOS. | 564 # No Web Driver test for ChromeOS. |
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
641 ], | 643 ], |
642 }, | 644 }, |
643 | 645 |
644 # HTML5 media performance tests. | 646 # HTML5 media performance tests. |
645 'AV_PERF': { | 647 'AV_PERF': { |
646 'linux': [ | 648 'linux': [ |
647 'media.media_constrained_network_perf', | 649 'media.media_constrained_network_perf', |
648 ], | 650 ], |
649 }, | 651 }, |
650 } | 652 } |
OLD | NEW |