Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Unified Diff: functional/PYAUTO_TESTS

Issue 9836121: Disable tests that fail because of Flash infobar. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/test/
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: functional/PYAUTO_TESTS
===================================================================
--- functional/PYAUTO_TESTS (revision 129228)
+++ functional/PYAUTO_TESTS (working copy)
@@ -111,69 +111,91 @@
'-downloads.DownloadsTest.testZip',
'-downloads.DownloadsTest.testZipInIncognito',
'-find_in_page.FindMatchTests.testSearchWithinSpecialURL',
+ # crbug.com/120358
+ '-flash.FlashTest.testCanLoadFlash',
+ '-flash.FlashTest.testFlashIncognitoMode',
+ '-flash.FlashTest.testFlashLoadsAfterKill',
+ '-flash.FlashTest.testFlashWithMultipleTabs',
+ '-flash.FlashTest.testSingleFlashPluginProcess',
# crbug.com/115534
'-gtalk.test_basic',
# crbug.com/120280
'-history.HistoryTest.testDownloadNoHistory',
+ # crbug.com/119173
+ '-https.SSLTest',
# crbug.com/119110
'-https.SSLTest.testSSLCertOK',
# crbug.com/120280
'-infobars.InfobarTest.testMultipleDownloadsInfobar',
+ # crbug.com/120358
+ '-infobars.InfobarTest.testPluginCrashForMultiTabs',
+ '-infobars.InfobarTest.testPluginCrashInfobar',
+ # crbug.com/100593
+ '-nacl_sdk.NaClSDKTest.testVerifyNaClPlugin',
+ # crbug.com/105560
+ '-notifications',
# crbug.com/99506
'-notifications.NotificationsTest.testSpecialURLNotification',
# crbug.com/71715
'-omnibox.OmniboxTest.testHistoryResult',
+ # crbug.com/86524
+ '-plugins.PluginsTest.testAllowPluginException',
+ # crbug.com/120358
+ '-plugins.PluginsTest.testBlockAllPlugins',
+ '-plugins.PluginsTest.testBlockPluginException',
# crbug.com/97140
'-plugins.PluginsTest.testDisableEnableAllPlugins',
+ # crbug.com/85307
+ '-plugins.PluginsTest.testKillAndReloadAllPlugins',
+ # crbug.com/115427
+ '-policy.PolicyTest.testAlwaysAuthorizePlugins',
+ # crbug.com/118054
+ '-policy.PolicyTest.testApplicationLocaleValue',
+ # crbug.com/103379
+ '-policy.PolicyTest.testDisable3DAPIs',
+ # crbug.com/96896
+ '-policy.PolicyTest.testEnabledPlugins',
+ # crbug.com/118123
+ '-policy.PolicyTest.testExtensionInstallFromForceList',
+ # crbug.com/47935
+ '-popups.PopupsTest.testBlockedPopupNotShowInHistory',
# crbug.com/82629 - real bug.
'-popups.PopupsTest.testPopupsLaunchUponBrowserBackButton',
- # crbug.com/47935
- '-popups.PopupsTest.testBlockedPopupNotShowInHistory',
# crbug.com/83827
'-popups.PopupsTest.testUnblockedPopupAddedToOmnibox',
# crbug.com/120280
'-prefs.PrefsTest.testDownloadDirPref',
# crbug.com/85600
'-prefs.PrefsTest.testNavigationStateOnSessionRestore',
+ # crbug.com/112051
+ '-prefs_ui.PrefsUITest.testChangeExceptionBehaviorUI',
+ # crbug.com/120358
+ '-process_count.ProcessCountTest.testProcessCountCombination',
+ '-process_count.ProcessCountTest.testProcessCountFlashProcess',
+ # crbug.com/119183
+ '-protector.ProtectorSessionStartupTest.testDetectSessionStartupChangeAndApply',
+ # crbug.com/119326
+ '-protector.ProtectorSessionStartupTest.testSessionStartupChangeDismissedOnEdit',
+ # crbug.com/119183
+ '-protector.ProtectorSessionStartupTest.testSessionStartupPrefMigration',
+ # crbug.com/102517 -- external webpage throws 500
+ '-special_tabs.SpecialTabsTest.testAboutAppCacheTab',
# Flaky: crbug.com/67851
'-special_tabs.SpecialTabsTest.testAboutDNSTab',
- # crbug.com/102517 -- external webpage throws 500
- '-special_tabs.SpecialTabsTest.testAboutAppCacheTab',
- # crbug.com/95140
- '-translate.TranslateTest.testGoBackAndForwardToTranslatePage',
- # crbug.com/86524
- '-plugins.PluginsTest.testAllowPluginException',
- # crbug.com/85307
- '-plugins.PluginsTest.testKillAndReloadAllPlugins',
# crbug.com/88574
'-special_tabs.SpecialTabsTest.testSpecialURLTabs',
# crbug.com/88593
'-sync.SyncTest.testPersonalStuffSyncSection',
# crbug.com/120280
'-translate.TranslateTest.testDownloadsNotTranslated',
- # crbug.com/100593
- '-nacl_sdk.NaClSDKTest.testVerifyNaClPlugin',
- # crbug.com/105560
- '-notifications',
- # crbug.com/112051
- '-prefs_ui.PrefsUITest.testChangeExceptionBehaviorUI',
- # crbug.com/103379
- '-policy.PolicyTest.testDisable3DAPIs',
- # crbug.com/96896
- '-policy.PolicyTest.testEnabledPlugins',
- # crbug.com/115427
- '-policy.PolicyTest.testAlwaysAuthorizePlugins',
- # crbug.com/118054
- '-policy.PolicyTest.testApplicationLocaleValue',
- # crbug.com/118123
- '-policy.PolicyTest.testExtensionInstallFromForceList',
- # crbug.com/119173
- '-https.SSLTest',
- # crbug.com/119183
- '-protector.ProtectorSessionStartupTest.testDetectSessionStartupChangeAndApply',
- '-protector.ProtectorSessionStartupTest.testSessionStartupPrefMigration',
- # crbug.com/119326
- '-protector.ProtectorSessionStartupTest.testSessionStartupChangeDismissedOnEdit',
+ # crbug.com/95140
+ '-translate.TranslateTest.testGoBackAndForwardToTranslatePage',
+ # crbug.com/120358
+ '-translate.TranslateTest.testSeveralLanguages',
+ # crbug.com/120358
+ '-youtube.YoutubeTest.testPlayerBytes',
+ '-youtube.YoutubeTest.testPlayerResolution',
+ '-youtube.YoutubeTest.testPlayerStatus',
],
'win': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698