Chromium Code Reviews| 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 22 matching lines...) Expand all Loading... | |
| 33 # This is the suite that gets run on 'Chromium' builds. | 33 # This is the suite that gets run on 'Chromium' builds. |
| 34 'CONTINUOUS': { | 34 'CONTINUOUS': { |
| 35 'all': [ | 35 'all': [ |
| 36 'about_plugins_ui.AboutPluginsUITest', | 36 'about_plugins_ui.AboutPluginsUITest', |
| 37 'apptest', | 37 'apptest', |
| 38 'autofill', | 38 'autofill', |
| 39 'bookmark_bar', | 39 'bookmark_bar', |
| 40 'bookmarks', | 40 'bookmarks', |
| 41 'browser', | 41 'browser', |
| 42 'browsing_data', | 42 'browsing_data', |
| 43 'chromoting_basic', | |
|
Nirnimesh
2012/05/09 19:48:36
Please re-sync. These should not be in your CL
Pooja Nihalani
2012/05/09 23:31:41
Done.
| |
| 44 'codesign', | 43 'codesign', |
| 45 'content', | 44 'content', |
| 46 'cookies', | 45 'cookies', |
| 47 'crash_reporter', | 46 'crash_reporter', |
| 48 'databases', | 47 'databases', |
| 49 'downloads', | 48 'downloads', |
| 50 'execute_javascript', | 49 'execute_javascript', |
| 51 'extensions', | 50 'extensions', |
| 52 'find_in_page', | 51 'find_in_page', |
| 53 'flash', | 52 'flash', |
| (...skipping 24 matching lines...) Expand all Loading... | |
| 78 'pyauto_webdriver', | 77 'pyauto_webdriver', |
| 79 'search_engines', | 78 'search_engines', |
| 80 'shortcuts', | 79 'shortcuts', |
| 81 'special_tabs', | 80 'special_tabs', |
| 82 'sync.SyncTest', | 81 'sync.SyncTest', |
| 83 'test_basic', | 82 'test_basic', |
| 84 'test_pyauto', | 83 'test_pyauto', |
| 85 'themes', | 84 'themes', |
| 86 'youtube', | 85 'youtube', |
| 87 | 86 |
| 88 # One-click infobars disabled on M20 by r135749. | |
| 89 # Re-enable for M21 after branch point. | |
| 90 '-infobars.OneClickInfobarTest', | |
| 91 | |
| 92 # ================================================== | 87 # ================================================== |
| 93 # Disabled tests that need to be investigated/fixed. | 88 # Disabled tests that need to be investigated/fixed. |
| 94 # ================================================== | 89 # ================================================== |
| 95 # crbug.com/83686 | 90 # crbug.com/83686 |
| 96 '-autofill.AutofillTest.testFillProfileCrazyCharacters', | 91 '-autofill.AutofillTest.testFillProfileCrazyCharacters', |
| 97 # crbug.com/102798 | 92 # crbug.com/102798 |
| 98 '-autofill.AutofillTest.testMergeAggregatedProfilesWithSameAddress', | 93 '-autofill.AutofillTest.testMergeAggregatedProfilesWithSameAddress', |
| 99 # crbug.com/99475 | 94 # crbug.com/99475 |
| 100 '-autofill.AutofillTest.testNoDuplicatePhoneNumsInPrefs', | 95 '-autofill.AutofillTest.testNoDuplicatePhoneNumsInPrefs', |
| 101 # crbug.com/123396 | 96 # crbug.com/123396 |
| 102 '-fullscreen_mouselock.FullscreenMouselockTest.testPatternsForFSAndML', | 97 '-fullscreen_mouselock.FullscreenMouselockTest.testPatternsForFSAndML', |
| 103 # crbug.com/100593 | 98 # crbug.com/126388 |
| 104 '-nacl_sdk.NaClSDKTest.testVerifyNaClPlugin', | 99 '-indexeddb.IndexedDBTest.testIndexedDBNullKeyPathPersistence', |
| 100 # crbug.com/126311 | |
| 101 '-infobars.OneClickInfobarTest.testDisplayOneClickInfobarPerProfile', | |
| 102 # crbug.com/126261 | |
| 103 '-instant.InstantSettingsTest.testEnableDisableInstant', | |
| 104 '-instant.InstantTest.testExtnPageCanDismissInstant', | |
| 105 '-instant.InstantTest.testFindInCanDismissInstant', | |
| 106 '-instant.InstantTest.testInstantDisabledForJavaScript', | |
| 107 '-instant.InstantTest.testInstantDisabledForURLs', | |
| 108 '-instant.InstantTest.testInstantDisabledInIncognito', | |
| 109 '-instant.InstantTest.testInstantLoadsFor100CharsLongQuery', | |
| 110 '-instant.InstantTest.testInstantNavigation', | |
| 111 '-instant.InstantTest.testInstantWithSearchEngineOtherThanGoogle', | |
| 112 '-instant.InstantTest.testNTPCanDismissInstant', | |
| 113 '-instant.InstantTest.testNewWindowCanDismissInstant', | |
| 114 '-instant.InstantTest.testPreFetchInstantURLNotInHistory', | |
| 115 # crbug.com/126311 | |
| 116 '-multiprofile.MultiprofileTest.test20NewProfiles', | |
| 117 '-multiprofile.MultiprofileTest.testBasic', | |
| 105 # crbug.com/105560 | 118 # crbug.com/105560 |
| 106 '-notifications', | 119 '-notifications', |
| 107 # crbug.com/99506 | 120 # crbug.com/99506 |
| 108 '-notifications.NotificationsTest.testSpecialURLNotification', | 121 '-notifications.NotificationsTest.testSpecialURLNotification', |
| 122 # crbug.com/126311 | |
| 123 '-ntp.NTPTest.testDifferentProfileNotAppearInMostVisited', | |
| 109 # crbug.com/71715 | 124 # crbug.com/71715 |
| 110 '-omnibox.OmniboxTest.testHistoryResult', | 125 '-omnibox.OmniboxTest.testHistoryResult', |
| 111 # crbug.com/123019 | 126 # crbug.com/123019 |
| 112 '-omnibox.OmniboxTest.testAutoCompleteForNonAsciiSearch', | 127 '-omnibox.OmniboxTest.testAutoCompleteForNonAsciiSearch', |
| 113 # crbug.com/117720 | |
| 114 '-passwords.PasswordTest.testPasswordAutofilledInIncognito', | |
| 115 # crbug.com/86524 | 128 # crbug.com/86524 |
| 116 '-plugins.PluginsTest.testAllowPluginException', | 129 '-plugins.PluginsTest.testAllowPluginException', |
| 117 # crbug.com/97140 | 130 # crbug.com/97140 |
| 118 '-plugins.PluginsTest.testDisableEnableAllPlugins', | 131 '-plugins.PluginsTest.testDisableEnableAllPlugins', |
| 119 # crbug.com/85307 | 132 # crbug.com/85307 |
| 120 '-plugins.PluginsTest.testKillAndReloadAllPlugins', | 133 '-plugins.PluginsTest.testKillAndReloadAllPlugins', |
| 121 # crbug.com/115427 | 134 # crbug.com/115427 |
| 122 '-policy.PolicyTest.testAlwaysAuthorizePlugins', | 135 '-policy.PolicyTest.testAlwaysAuthorizePlugins', |
| 123 # crbug.com/118054 | 136 # crbug.com/118054 |
| 124 '-policy.PolicyTest.testApplicationLocaleValue', | 137 '-policy.PolicyTest.testApplicationLocaleValue', |
| (...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 301 'chromeos_security', | 314 'chromeos_security', |
| 302 'chromeos_time', | 315 'chromeos_time', |
| 303 'chromeos_update', | 316 'chromeos_update', |
| 304 'chromeos_wifi_sanity', | 317 'chromeos_wifi_sanity', |
| 305 | 318 |
| 306 # =========================== | 319 # =========================== |
| 307 # Permanently-disabled tests. | 320 # Permanently-disabled tests. |
| 308 # =========================== | 321 # =========================== |
| 309 # You cannot resize the browser window on ChromeOS. | 322 # You cannot resize the browser window on ChromeOS. |
| 310 '-browser.BrowserTest.testWindowResize', | 323 '-browser.BrowserTest.testWindowResize', |
| 311 # ChromeOS doesn't yet support the chromoting host. | |
| 312 '-chromoting_basic', | |
| 313 # No codesign verification on ChromeOS. | 324 # No codesign verification on ChromeOS. |
| 314 '-codesign', | 325 '-codesign', |
| 315 # Import tests are invalid on ChromeOS since Chrome is the only browser. | 326 # Import tests are invalid on ChromeOS since Chrome is the only browser. |
| 316 '-imports', | 327 '-imports', |
| 317 # Sync is already signed in with the login account. | 328 # Sync is already signed in with the login account. |
| 318 # So one-click infobar tests do tno apply to chromeos. | 329 # So one-click infobar tests do tno apply to chromeos. |
| 319 '-infobars.OneClickInfobarTest', | 330 '-infobars.OneClickInfobarTest', |
| 320 # Multi-profile doesn't apply to chromeos yet. | 331 # Multi-profile doesn't apply to chromeos yet. |
| 321 '-multiprofile', | 332 '-multiprofile', |
| 322 '-ntp.NTPTest.testDifferentProfileNotAppearInMostVisited', | 333 '-ntp.NTPTest.testDifferentProfileNotAppearInMostVisited', |
| (...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 478 # This the suite that gets run on 'Google Chrome' builds. | 489 # This the suite that gets run on 'Google Chrome' builds. |
| 479 'FULL': { | 490 'FULL': { |
| 480 'all': [ | 491 'all': [ |
| 481 '@CONTINUOUS', | 492 '@CONTINUOUS', |
| 482 'about_plugins_ui.ChromeAboutPluginsUITest', | 493 'about_plugins_ui.ChromeAboutPluginsUITest', |
| 483 'https.SSLTest', | 494 'https.SSLTest', |
| 484 'media.media_basic_playback', | 495 'media.media_basic_playback', |
| 485 'nacl_sdk', | 496 'nacl_sdk', |
| 486 'translate', | 497 'translate', |
| 487 | 498 |
| 488 # =========================== | |
| 489 # Permanently-disabled tests. | |
| 490 # =========================== | |
| 491 # The chromoting webapp isn't currently available when FULL is run. | |
| 492 '-chromoting_basic', | |
| 493 | |
| 494 # ================================================== | 499 # ================================================== |
| 495 # Disabled tests that need to be investigated/fixed. | 500 # Disabled tests that need to be investigated/fixed. |
| 496 # ================================================== | 501 # ================================================== |
| 497 # The source is behind. Waiting for dev to automate the update. | 502 # The source is behind. Waiting for dev to automate the update. |
| 498 '-nacl_sdk.NaClSDKTest.testVerifyNaClSDKChecksum', | |
| 499 # crbug.com/98681 | |
| 500 '-nacl_sdk.NaClSDKTest.testNaClSDK', | |
| 501 '-nacl_sdk.NaClSDKTest.testVerifyPrereleaseGallery', | |
| 502 # crbug.com/109160 | 503 # crbug.com/109160 |
| 503 '-execute_javascript.ExecuteJavascriptTest.testExecuteJavascriptInExtensio n', | 504 '-execute_javascript.ExecuteJavascriptTest.testExecuteJavascriptInExtensio n', |
| 504 ], | 505 ], |
| 505 | 506 |
| 506 'win': [ | 507 'win': [ |
| 507 'gpu', | 508 'gpu', |
| 508 | 509 |
| 509 # =========================== | 510 # =========================== |
| 510 # Permanently-disabled tests. | 511 # Permanently-disabled tests. |
| 511 # =========================== | 512 # =========================== |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 574 '-browsing_data.BrowsingDataTest.testClearCookies', | 575 '-browsing_data.BrowsingDataTest.testClearCookies', |
| 575 '-databases.DatabasesTest.testDeleteAndUpdateDatabase', | 576 '-databases.DatabasesTest.testDeleteAndUpdateDatabase', |
| 576 ], | 577 ], |
| 577 | 578 |
| 578 'chromeos': [ | 579 'chromeos': [ |
| 579 # =========================== | 580 # =========================== |
| 580 # Permanently-disabled tests. | 581 # Permanently-disabled tests. |
| 581 # =========================== | 582 # =========================== |
| 582 # No NaCl support on ChromeOS. | 583 # No NaCl support on ChromeOS. |
| 583 '-nacl_sdk', | 584 '-nacl_sdk', |
| 584 | |
| 585 # ================================================== | 585 # ================================================== |
| 586 # Disabled tests that need to be investigated/fixed. | 586 # Disabled tests that need to be investigated/fixed. |
| 587 # ================================================== | 587 # ================================================== |
| 588 # Session restore not working with PyAuto. crosbug.com/12648 | 588 # Session restore not working with PyAuto. crosbug.com/12648 |
| 589 '-translate.TranslateTest.testSessionRestore', | 589 '-translate.TranslateTest.testSessionRestore', |
| 590 # Deal with i18n chars. crosbug.com/12639 | 590 # Deal with i18n chars. crosbug.com/12639 |
| 591 '-translate.TranslateTest.testDownloadsNotTranslated', | 591 '-translate.TranslateTest.testDownloadsNotTranslated', |
| 592 ], | 592 ], |
| 593 }, | 593 }, |
| 594 | 594 |
| 595 # Performance tests. | |
| 596 # TODO(dennisjeffrey): Modify desktopui_PyAutoPerfTests autotest to use this | |
| 597 # suite instead of CHROMEOS_PERF. | |
| 598 'PERFORMANCE': { | |
| 599 'all': [ | |
| 600 'perf', | |
| 601 ], | |
| 602 'win': [ | |
| 603 '-perf.GPUPerfTest', # Fails. Discuss with prachij@. | |
| 604 '-perf.LiveGamePerfTest', # Requires linux /proc/stat. | |
| 605 '-perf.MemoryTest', # Designed only for ChromeOS. | |
| 606 '-perf.NetflixPerfTest', # Netflix plugin not available. | |
| 607 '-perf.PageCyclerTest', # Requires page cycler data files on QA bots. | |
| 608 '-perf.YoutubePerfTest', # AttributeError: AssertPlayingState. | |
| 609 ], | |
| 610 'mac': [ | |
| 611 '-perf.GPUPerfTest', # Fails. Discuss with prachij@. | |
| 612 '-perf.LiveGamePerfTest', # Requires linux /proc/stat. | |
| 613 '-perf.MemoryTest', # Designed only for ChromeOS. | |
| 614 '-perf.NetflixPerfTest', # Netflix plugin not available. | |
| 615 '-perf.PageCyclerTest', # Requires page cycler data files on QA bots. | |
| 616 '-perf.YoutubePerfTest', # AttributeError: AssertPlayingState. | |
| 617 ], | |
| 618 'linux': [ | |
| 619 '-perf.GPUPerfTest', # Fails. Discuss with prachij@. | |
| 620 '-perf.MemoryTest', # Designed only for ChromeOS. | |
| 621 '-perf.NetflixPerfTest', # Netflix plugin not available. | |
| 622 '-perf.PageCyclerTest', # Requires page cycler data files on QA bots. | |
| 623 '-perf.WebGLTest', # May not render WebGL; need to verify on QA bot. | |
| 624 '-perf.YoutubePerfTest', # AttributeError: AssertPlayingState. | |
| 625 ], | |
| 626 'chromeos': [ | |
| 627 '-perf.GPUPerfTest', # Not designed for ChromeOS. | |
| 628 ], | |
| 629 }, | |
| 630 | |
| 631 'PERFORMANCE_LAB': { | 595 'PERFORMANCE_LAB': { |
| 632 'all': [ | 596 'all': [ |
| 633 'perf.BenchmarkPerfTest.testV8BenchmarkSuite', | 597 'perf.BenchmarkPerfTest.testV8BenchmarkSuite', |
| 634 'perf.FlashTest.testFlashGaming', | 598 'perf.FlashTest.testFlashGaming', |
| 635 'perf.ScrollTest.testGooglePlusScroll', | 599 'perf.ScrollTest.testGooglePlusScroll', |
| 636 'perf.TabPerfTest.test20Tabs', | 600 'perf.TabPerfTest.test20Tabs', |
| 637 'perf.WebGLTest.testWebGLSpaceRocks', | 601 'perf.WebGLTest.testWebGLSpaceRocks', |
| 638 ], | 602 ], |
| 639 }, | 603 }, |
| 640 | 604 |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 676 }, | 640 }, |
| 677 | 641 |
| 678 # ChromeOS policy tests. These are shared with Desktop Chrome tests, but | 642 # ChromeOS policy tests. These are shared with Desktop Chrome tests, but |
| 679 # require custom setup on ChromeOS. | 643 # require custom setup on ChromeOS. |
| 680 'CHROMEOS_POLICY': { | 644 'CHROMEOS_POLICY': { |
| 681 'chromeos': [ | 645 'chromeos': [ |
| 682 'chromeos_ephemeral', | 646 'chromeos_ephemeral', |
| 683 'chromeos_onc', | 647 'chromeos_onc', |
| 684 'policy', | 648 'policy', |
| 685 'policy_prefs_ui', | 649 'policy_prefs_ui', |
| 686 # TODO(craigdh): Determine why this test is crashing PyAuto. | |
| 687 '-chromeos_onc.ChromeosONC.testAddBacktoBackONC', | |
| 688 # crbug.com/115427 | 650 # crbug.com/115427 |
| 689 '-policy.PolicyTest.testAlwaysAuthorizePlugins', | 651 '-policy.PolicyTest.testAlwaysAuthorizePlugins', |
| 690 # crbug.com/118054 | 652 # crbug.com/118054 |
| 691 '-policy.PolicyTest.testApplicationLocaleValue', | 653 '-policy.PolicyTest.testApplicationLocaleValue', |
| 692 # crbug.com/118123 | 654 # crbug.com/118123 |
| 693 '-policy.PolicyTest.testExtensionInstallFromForceList', | 655 '-policy.PolicyTest.testExtensionInstallFromForceList', |
| 694 '-policy.PolicyTest.testSetDownloadDirectory', | 656 '-policy.PolicyTest.testSetDownloadDirectory', |
| 695 # This tests the value "0" for the RestoreOnStartup policy, which is not | 657 # This tests the value "0" for the RestoreOnStartup policy, which is not |
| 696 # supported on ChromeOS. | 658 # supported on ChromeOS. |
| 697 '-policy.PolicyTest.testStartupOptionsHomepage', | 659 '-policy.PolicyTest.testStartupOptionsHomepage', |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 747 'media.media_stat_perf', | 709 'media.media_stat_perf', |
| 748 'media.media_seek_perf', | 710 'media.media_seek_perf', |
| 749 ], | 711 ], |
| 750 }, | 712 }, |
| 751 | 713 |
| 752 # WebRTC MediaStream tests. Requires webcam and audio device to be present on | 714 # WebRTC MediaStream tests. Requires webcam and audio device to be present on |
| 753 # the test machine. | 715 # the test machine. |
| 754 'WEBRTC': { | 716 'WEBRTC': { |
| 755 'all': [ | 717 'all': [ |
| 756 'media_stream_infobar', | 718 'media_stream_infobar', |
| 719 ], | |
| 720 'linux': [ | |
| 757 'webrtc_call', | 721 'webrtc_call', |
| 758 ], | 722 ], |
| 759 }, | 723 }, |
| 760 } | 724 } |
| OLD | NEW |