| 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 20 matching lines...) Expand all Loading... |
| 31 # The CONTINUOUS suite includes tests that we expect to pass on a | 31 # The CONTINUOUS suite includes tests that we expect to pass on a |
| 32 # continuous builder. | 32 # continuous builder. |
| 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 'bookmarks', | 39 'bookmarks', |
| 40 'browser', | 40 'browser', |
| 41 'browsing_data', | |
| 42 'chromoting.it2me_basic', | 41 'chromoting.it2me_basic', |
| 43 'codesign', | 42 'codesign', |
| 44 'content', | 43 'content', |
| 45 'cookies', | 44 'cookies', |
| 46 'crash_reporter', | 45 'crash_reporter', |
| 47 'databases', | 46 'databases', |
| 48 'downloads', | 47 'downloads', |
| 49 'execute_javascript', | 48 'execute_javascript', |
| 50 'extensions', | 49 'extensions', |
| 51 'flash', | 50 'flash', |
| (...skipping 23 matching lines...) Expand all Loading... |
| 75 'shortcuts', | 74 'shortcuts', |
| 76 'special_tabs', | 75 'special_tabs', |
| 77 'sync.SyncTest', | 76 'sync.SyncTest', |
| 78 'test_basic', | 77 'test_basic', |
| 79 'test_pyauto', | 78 'test_pyauto', |
| 80 'themes', | 79 'themes', |
| 81 | 80 |
| 82 # ================================================== | 81 # ================================================== |
| 83 # Disabled tests that need to be investigated/fixed. | 82 # Disabled tests that need to be investigated/fixed. |
| 84 # ================================================== | 83 # ================================================== |
| 85 # crbug.com/141443 | |
| 86 '-browsing_data.BrowsingDataTest.testClearAutofillData', | |
| 87 # crbug.com/123396 | 84 # crbug.com/123396 |
| 88 '-fullscreen_mouselock.FullscreenMouselockTest.testPatternsForFSAndML', | 85 '-fullscreen_mouselock.FullscreenMouselockTest.testPatternsForFSAndML', |
| 89 # crbug.com/132665 | 86 # crbug.com/132665 |
| 90 '-fullscreen_mouselock.FullscreenMouselockTest.testTabFSExitWhenNavBackToP
revPage', | 87 '-fullscreen_mouselock.FullscreenMouselockTest.testTabFSExitWhenNavBackToP
revPage', |
| 91 '-fullscreen_mouselock.FullscreenMouselockTest.testTabFSExitWhenNavToNewPa
ge', | 88 '-fullscreen_mouselock.FullscreenMouselockTest.testTabFSExitWhenNavToNewPa
ge', |
| 92 '-fullscreen_mouselock.FullscreenMouselockTest.testMLExitWhenNavBackToPrev
Page', | 89 '-fullscreen_mouselock.FullscreenMouselockTest.testMLExitWhenNavBackToPrev
Page', |
| 93 '-fullscreen_mouselock.FullscreenMouselockTest.testMLExitWhenNavToNewPage'
, | 90 '-fullscreen_mouselock.FullscreenMouselockTest.testMLExitWhenNavToNewPage'
, |
| 94 # crbug.com/140460 | 91 # crbug.com/140460 |
| 95 '-fullscreen_mouselock.FullscreenMouselockTest.testNoTabFSExitWhenJSExitMo
useLock', | 92 '-fullscreen_mouselock.FullscreenMouselockTest.testNoTabFSExitWhenJSExitMo
useLock', |
| 96 | 93 |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 190 '-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser', | 187 '-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser', |
| 191 '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox', | 188 '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox', |
| 192 # crbug.com/95031 | 189 # crbug.com/95031 |
| 193 '-notifications.NotificationsTest.testOriginPrefsNotSavedInIncognito', | 190 '-notifications.NotificationsTest.testOriginPrefsNotSavedInIncognito', |
| 194 ], | 191 ], |
| 195 | 192 |
| 196 'mac': [ | 193 'mac': [ |
| 197 # ================================================== | 194 # ================================================== |
| 198 # Disabled tests that need to be investigated/fixed. | 195 # Disabled tests that need to be investigated/fixed. |
| 199 # ================================================== | 196 # ================================================== |
| 200 # Keychain popups make autofill/password tests difficult: crbug.com/49378 | |
| 201 '-autofill', | |
| 202 # Autofill on Mac. crbug.com/95165 | |
| 203 '-browsing_data.BrowsingDataTest.testClearAutofillData', | |
| 204 # codesign tests should run *after* signing. crbug.com/50481 | 197 # codesign tests should run *after* signing. crbug.com/50481 |
| 205 '-codesign', | 198 '-codesign', |
| 206 # crbug.com/124922 | 199 # crbug.com/124922 |
| 207 '-fullscreen_mouselock.FullscreenMouselockTest.testMouseLockExitWhenBrowse
rLoseFocus', | 200 '-fullscreen_mouselock.FullscreenMouselockTest.testMouseLockExitWhenBrowse
rLoseFocus', |
| 208 # crbug.com/125989 | 201 # crbug.com/125989 |
| 209 '-fullscreen_mouselock.FullscreenMouselockTest.testMouseLockExitWhenAlertD
ialogShow', | 202 '-fullscreen_mouselock.FullscreenMouselockTest.testMouseLockExitWhenAlertD
ialogShow', |
| 210 # Fails on chrome-mac-10_7-qa only: crbug.com/124886 | 203 # Fails on chrome-mac-10_7-qa only: crbug.com/124886 |
| 211 '-fullscreen_mouselock.FullscreenMouselockTest.testPrefsForFullscreenExit'
, | 204 '-fullscreen_mouselock.FullscreenMouselockTest.testPrefsForFullscreenExit'
, |
| 212 '-fullscreen_mouselock.FullscreenMouselockTest.testNoMouseLockWhenCancelFS
', | 205 '-fullscreen_mouselock.FullscreenMouselockTest.testNoMouseLockWhenCancelFS
', |
| 213 # crbug.com/114244 | 206 # crbug.com/114244 |
| (...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 574 'omnibox.OmniboxTest.testSuggest', | 567 'omnibox.OmniboxTest.testSuggest', |
| 575 'omnibox.OmniboxTest.testSuggestPref', | 568 'omnibox.OmniboxTest.testSuggestPref', |
| 576 | 569 |
| 577 # ================================================== | 570 # ================================================== |
| 578 # Disabled tests that need to be investigated/fixed. | 571 # Disabled tests that need to be investigated/fixed. |
| 579 # ================================================== | 572 # ================================================== |
| 580 # crbug.com/111289 | 573 # crbug.com/111289 |
| 581 '-extensions.ExtensionsTest.testAllowAccessFileURLs', | 574 '-extensions.ExtensionsTest.testAllowAccessFileURLs', |
| 582 # crbug.com/100365 | 575 # crbug.com/100365 |
| 583 '-autofill.AutofillTest.testDisplayLineItemForEntriesWithNoCCNum', | 576 '-autofill.AutofillTest.testDisplayLineItemForEntriesWithNoCCNum', |
| 584 # crbug.com/123419 | |
| 585 '-browsing_data.BrowsingDataTest.testClearCookies', | |
| 586 '-databases.DatabasesTest.testDeleteAndUpdateDatabase', | |
| 587 # crbug.com/109035 | 577 # crbug.com/109035 |
| 588 '-youtube.YoutubeTest.testPlayerBytes', | 578 '-youtube.YoutubeTest.testPlayerBytes', |
| 589 '-youtube.YoutubeTest.testPlayerResolution', | 579 '-youtube.YoutubeTest.testPlayerResolution', |
| 590 ], | 580 ], |
| 591 | 581 |
| 592 'chromeos': [ | 582 'chromeos': [ |
| 593 # =========================== | 583 # =========================== |
| 594 # Permanently-disabled tests. | 584 # Permanently-disabled tests. |
| 595 # =========================== | 585 # =========================== |
| 596 # No NaCl support on ChromeOS. | 586 # No NaCl support on ChromeOS. |
| (...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 872 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', | 862 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', |
| 873 '-ntp.NTPTest.testUninstallApp', | 863 '-ntp.NTPTest.testUninstallApp', |
| 874 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', | 864 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', |
| 875 '-ntp.NTPTest.testLaunchAppRegularTab', | 865 '-ntp.NTPTest.testLaunchAppRegularTab', |
| 876 '-ntp.NTPTest.testLaunchAppPinnedTab', | 866 '-ntp.NTPTest.testLaunchAppPinnedTab', |
| 877 '-ntp.NTPTest.testGetAppsWhenInstallApp', | 867 '-ntp.NTPTest.testGetAppsWhenInstallApp', |
| 878 '-ntp.NTPTest.testLaunchAppNewWindow', | 868 '-ntp.NTPTest.testLaunchAppNewWindow', |
| 879 ], | 869 ], |
| 880 }, | 870 }, |
| 881 } | 871 } |
| OLD | NEW |