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 485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
496 'nacl_sdk', | 496 'nacl_sdk', |
497 'translate', | 497 'translate', |
498 | 498 |
499 # Re-enable when r124240 reaches builds on QA bots. | 499 # Re-enable when r124240 reaches builds on QA bots. |
500 # crbug.com/125386 | 500 # crbug.com/125386 |
501 '-gtalk.test_basic.BasicTest.testBasicFunctionality', | 501 '-gtalk.test_basic.BasicTest.testBasicFunctionality', |
502 | 502 |
503 # ================================================== | 503 # ================================================== |
504 # Disabled tests that need to be investigated/fixed. | 504 # Disabled tests that need to be investigated/fixed. |
505 # ================================================== | 505 # ================================================== |
506 # This test fails due to crbug.com/35485 | |
507 '-translate.TranslateTest.testBarNotVisibleOnSSLErrorPage', | |
508 # This test fails due to crbug.com/50706 | |
509 '-translate.TranslateTest.testToggleTranslateOption', | |
510 # crbug.com/85601 | |
511 '-translate.TranslateTest.testAlwaysTranslateInIncognito', | |
512 # This test fails due to crbug.com/85633 | |
513 '-translate.TranslateTest.testSessionRestore', | |
514 # The source is behind. Waiting for dev to automate the update. | 506 # The source is behind. Waiting for dev to automate the update. |
515 '-nacl_sdk.NaClSDKTest.testVerifyNaClSDKChecksum', | 507 '-nacl_sdk.NaClSDKTest.testVerifyNaClSDKChecksum', |
516 # crbug.com/98681 | 508 # crbug.com/98681 |
517 '-nacl_sdk.NaClSDKTest.testNaClSDK', | 509 '-nacl_sdk.NaClSDKTest.testNaClSDK', |
518 '-nacl_sdk.NaClSDKTest.testVerifyPrereleaseGallery', | 510 '-nacl_sdk.NaClSDKTest.testVerifyPrereleaseGallery', |
519 # crbug.com/109148 | |
520 '-extensions.ExtensionsTest.testTriggerBrowserAction', | |
521 '-extensions.ExtensionsTest.testTriggerPageAction', | |
522 '-extensions.ExtensionsTest.testTriggerPageActionWithPopup', | |
523 # crbug.com/109160 | 511 # crbug.com/109160 |
524 '-execute_javascript.ExecuteJavascriptTest.testExecuteJavascriptInExtensio
n', | 512 '-execute_javascript.ExecuteJavascriptTest.testExecuteJavascriptInExtensio
n', |
525 # crbug.com/119605 | |
526 '-protector.ProtectorPreferencesTest.testPreferencesBackupInvalid', | |
527 '-protector.ProtectorPreferencesTest.testPreferencesBackupInvalidChangeDis
missedOnEdit', | |
528 # crbug.com/123899 | |
529 '-protector.ProtectorHomepageTest.testDetectHomepageChangeAndApply', | |
530 '-protector.ProtectorHomepageTest.testDetectHomepageChangeAndDiscard', | |
531 '-protector.ProtectorHomepageTest.testDetectHomepageChangeWhenButtonNotSho
wn', | |
532 ], | 513 ], |
533 | 514 |
534 'win': [ | 515 'win': [ |
535 'gpu', | 516 'gpu', |
536 | 517 |
537 # =========================== | 518 # =========================== |
538 # Permanently-disabled tests. | 519 # Permanently-disabled tests. |
539 # =========================== | 520 # =========================== |
540 # Preloaded extensions affect process count: crbug.com/94350 | 521 # Preloaded extensions affect process count: crbug.com/94350 |
541 '-process_count', | 522 '-process_count', |
(...skipping 16 matching lines...) Expand all Loading... |
558 # crbug.com/115646 | 539 # crbug.com/115646 |
559 '-translate.TranslateTest.testSeveralLanguages', | 540 '-translate.TranslateTest.testSeveralLanguages', |
560 ], | 541 ], |
561 | 542 |
562 'mac': [ | 543 'mac': [ |
563 # =========================== | 544 # =========================== |
564 # Permanently-disabled tests. | 545 # Permanently-disabled tests. |
565 # =========================== | 546 # =========================== |
566 # Consistently failing on Mac QA bots only: crbug.com/97810 | 547 # Consistently failing on Mac QA bots only: crbug.com/97810 |
567 '-process_count', | 548 '-process_count', |
568 # crbug.com/115646 | |
569 '-translate.TranslateTest.testSeveralLanguages', | |
570 ], | 549 ], |
571 | 550 |
572 'linux': [ | 551 'linux': [ |
573 # Add back the omnibox tests excluded from the CONTINUOUS suite above | 552 # Add back the omnibox tests excluded from the CONTINUOUS suite above |
574 # because they do not produce omnibox results under virtual X on linux. | 553 # because they do not produce omnibox results under virtual X on linux. |
575 # crbug.com/85310 | 554 # crbug.com/85310 |
576 'instant', | 555 'instant', |
577 'omnibox.OmniboxTest.testAppComboNameWithSpecialCharSearch', | 556 'omnibox.OmniboxTest.testAppComboNameWithSpecialCharSearch', |
578 'omnibox.OmniboxTest.testAppNameWithNumberSearch', | 557 'omnibox.OmniboxTest.testAppNameWithNumberSearch', |
579 'omnibox.OmniboxTest.testAppNameWithSpaceSearch', | 558 'omnibox.OmniboxTest.testAppNameWithSpaceSearch', |
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
739 | 718 |
740 # HTML5 media performance tests. | 719 # HTML5 media performance tests. |
741 'AV_PERF': { | 720 'AV_PERF': { |
742 'linux': [ | 721 'linux': [ |
743 'media.media_constrained_network_perf', | 722 'media.media_constrained_network_perf', |
744 'media.media_stat_perf', | 723 'media.media_stat_perf', |
745 'media.media_seek_perf', | 724 'media.media_seek_perf', |
746 ], | 725 ], |
747 }, | 726 }, |
748 } | 727 } |
OLD | NEW |