diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-21 02:06:53 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-21 02:06:53 +0000 |
commit | 435fb2073909d409b0358add560acc7d17adf0bf (patch) | |
tree | 806a8bda7ccd9d392a340981fdb4f429d9641ce0 | |
parent | 5f04ff2455f6e1653f13bce60926742cd124d6d0 (diff) | |
download | chromium_src-435fb2073909d409b0358add560acc7d17adf0bf.zip chromium_src-435fb2073909d409b0358add560acc7d17adf0bf.tar.gz chromium_src-435fb2073909d409b0358add560acc7d17adf0bf.tar.bz2 |
Remove valgrind ui_test files since they're not used anymore.
Review URL: https://chromiumcodereview.appspot.com/10559103
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143332 0039d316-1c4b-4281-b951-d872f2087c98
6 files changed, 0 insertions, 525 deletions
diff --git a/tools/valgrind/gtest_exclude/ui_tests.gtest-drmemory_win32.txt b/tools/valgrind/gtest_exclude/ui_tests.gtest-drmemory_win32.txt deleted file mode 100644 index 40ad3f53..0000000 --- a/tools/valgrind/gtest_exclude/ui_tests.gtest-drmemory_win32.txt +++ /dev/null @@ -1,16 +0,0 @@ -# TODO(bruening): analyze -# http://code.google.com/p/drmemory/issues/detail?id=555 -IndexedDBUILayoutTest.LayoutTests -IndexedDBUILayoutTest.WorkerLayoutTests -UILayoutTest.MediaUILayoutTest -AudioUILayoutTest.AudioDataUrl -AudioUILayoutTest.AudioOnlyVideoIntrinsicSize -AudioUILayoutTest.MediaDocumentAudioSize -AudioUILayoutTest.AudioOnlyVideoIntrinsicSize -NPAPIVisiblePluginTester.VerifyNPObjectLifetimeTest -ResourceDispatcherTest.SniffHTMLWithNoContentType -SearchProviderTest.TestIsSearchProviderInstalledWithException -PreferenceServiceTest.PreservedWindowPlacementIsLoaded -PreferenceServiceTest.PreservedWindowPlacementIsMigrated -HostRulesTest.TestMap -BookmarksUITest.CommandAgainGoesBackToBookmarksTab diff --git a/tools/valgrind/gtest_exclude/ui_tests.gtest-tsan.txt b/tools/valgrind/gtest_exclude/ui_tests.gtest-tsan.txt deleted file mode 100644 index c3a8cca..0000000 --- a/tools/valgrind/gtest_exclude/ui_tests.gtest-tsan.txt +++ /dev/null @@ -1,40 +0,0 @@ -# Don't run FLAKY ui tests under TSan - they tend to hang the ui test runner -*FLAKY_* - -# These tests hang under ThreadSanitizer on x64 bot, -# see http://crbug.com/28115 -TabRestoreUITest.* - -# These tests fail due to timeouts under TSan, http://crbug.com/32529 -ChromeMainTest.SecondLaunch -ChromeMainTest.ReuseBrowserInstanceWhenOpeningFile -ResourceDispatcherTest.CrossSiteOnunloadCookie -ResourceDispatcherTest.CrossSiteNavigationErrorPage -NewTabUITest.NTPHasThumbnails -UnloadTest.CrossSiteInfiniteUnloadSync - -# ErrorPageTest hang flakily, see http://crbug.com/46643 -ErrorPageTest.DNSError_Basic -ErrorPageTest.DNSError_GoBack1 -ErrorPageTest.DNSError_GoBack2 - -# Fail flakily only under TSan, see http://crbug.com/103020 -DOMStorageTest.LocalStorageLayoutTests -DOMStorageTest.RootLayoutTests -DOMStorageTest.SessionStorageLayoutTests - -# Flaky under TSan and natively, see http://crbug.com/103707 -NPAPITesterBase.GetJavaScriptURL -NPAPITesterBase.NPObjectIdentity -NPAPITesterBase.NPObjectProxy -NPAPITesterBase.PluginThreadAsyncCall -NPAPITesterBase.ScheduleTimer -NPAPIVisiblePluginTester.DeletePluginInDeallocate -NPAPIVisiblePluginTester.GetURLRequestFailWrite -NPAPIVisiblePluginTester.PluginReferrerTest - -# Flaky under TSan, see http://crbug.com/118365 -AudioUILayoutTest.AudioConstructor -AudioUILayoutTest.AudioConstructorSrc -AudioUILayoutTest.AudioPlayEvent -AudioUILayoutTest.MediaDocumentAudioSize diff --git a/tools/valgrind/gtest_exclude/ui_tests.gtest-tsan_mac.txt b/tools/valgrind/gtest_exclude/ui_tests.gtest-tsan_mac.txt deleted file mode 100644 index 72d1195..0000000 --- a/tools/valgrind/gtest_exclude/ui_tests.gtest-tsan_mac.txt +++ /dev/null @@ -1,2 +0,0 @@ -# See crbug.com/46639 -AutomatedUITestBase.SelectTab diff --git a/tools/valgrind/gtest_exclude/ui_tests.gtest.txt b/tools/valgrind/gtest_exclude/ui_tests.gtest.txt deleted file mode 100644 index 188141b..0000000 --- a/tools/valgrind/gtest_exclude/ui_tests.gtest.txt +++ /dev/null @@ -1,146 +0,0 @@ -# Don't run FLAKY or FAILS ui tests under Valgrind. -# They tend to generate way too many flaky Valgrind reports. -*FLAKY_* -*FAILS_* - -# Takes too long to valgrind, causes timeouts -BrowserTest.ThirtyFourTabs -# FIXME: these tests hang frequently in valgrind -SessionRestoreUITest.* -# Buggy test; see http://crbug.com/6522 -DownloadTest.UnknownSize -# Flakily hang on Linux, Mac. See http://crbug.com/46643 and -# http://crbug.com/29598. -ErrorPageTest.DNSError_GoBack2AndForward -ErrorPageTest.DNSError_GoBack2Forward2 -ErrorPageTest.DNSError_GoBack1 -ErrorPageTest.DNSError_GoBack2 - -# Flaky timeout on Linux; see http://crbug.com/46781 -UnloadTest.* - -# Don't run reference tests under Valgrind -# On the Mac, they don't have symbols, even, so suppressions don't work -# They probably don't have ThreadSanitizer annotations TODO(timurrrr): check -*ReferenceTest.Perf - -# Dromaeo's reference tests are split up into multiple *Perf sections. -DromaeoReferenceTest.* - -# This test hangs under valgrind -# See http://crbug.com/27764 -NewTabUITest.HomePageLink - -# Hangs frequently under valgrind on Mac -# See http://crbug.com/29208 -TabRestoreUITest.* - -# Running these tests under valgrind and produces errors about "valgrind didn't -# finish writing 2 files" since the tests kill the browser process (which is -# actually the valgrind wrapper) in the middle of execution. -# See http://crbug.com/25176 -ProcessSingletonLinuxTest.NotifyOtherProcessFailure -ProcessSingletonLinuxTest.NotifyOtherProcessDifferingHost -ProcessSingletonLinuxTest.NotifyOtherProcessOrCreate_DifferingHost - -# These tests fail under valgrind. -# See http://crbug.com/29579 -AutomationProxyTest.NavigateToURLWithTimeout1 -AutomationProxyTest.NavigateToURLWithTimeout2 -# See http://crbug.com/29586 -NewTabUITest.ChromeInternalLoadsNTP -# See http://crbug.com/38575 -WorkerTest.* -# See http://crbug.com/42205 -DownloadTest.* -# See http://crbug.com/45792 -DefaultPluginUITest.DefaultPluginLoadTest -# See http://crbug.com/46643 -ErrorPageTest.DNSError_Basic -# See http://crbug.com/59659 -NewTabUITest.NTPHasLoginName -# See http://crbug.com/30367 -NewTabUITest.UpdateUserPrefsVersion - -# Mac: See http://crbug.com/30661, Linux/CrOS: http://crbug.com/49576. -LayoutPluginTester.NPObjectReleasedOnDestruction -LayoutPluginTester.NPObjectSetException - -# This doesn't pass under valgrind, because the valgrind helper prevents us -# from properly SIGTERMing the browser process. -# See http://crbug.com/39500 -BrowserUITestEnd.SessionEnd - -# Fails flakily, http://crbug.com/70323 -AutomatedUITestBase.ShowBookmarkBar - -# Fail, see http://crbug.com/75250 -NewTabUITest.AboutHangInNTP -NewTabUITest.ChromeHangInNTP -NewTabUIProcessPerTabTest.NavBeforeNTPCommits - -# Video decoding under valgrind is really slow, see http://crbug.com/53825 -MediaTest.VideoBear* - -# Flakily times out, http://crbug.com/85865 -AppCacheUITest.AppCacheLayoutTests_NoPHP - -# Fails flakily, http://crbug.com/46783 -SessionHistoryTest.FrameBackForward -SessionHistoryTest.JavascriptHistory - -# Fails flakily, http://crbug.com/86783 -ResourceDispatcherTest.CrossSiteImmediateLoadOnunloadCookie - -# http://crbug.com/88244 -NoStartupWindowTest.NoStartupWindowBasicTest - -# http://crbug.com/89173 -FastShutdown.SlowTermination - -# Out-of-process PPAPI tests fail on buildbots http://crbug.com/89961 -OutOfProcessPPAPITest.Instance -OutOfProcessPPAPITest.CursorControl -OutOfProcessPPAPITest.PostMessage* - -# Failing, may not be related to the tests above. http://crbug.com/109336 -OutOfProcessPPAPITest.View_PageHideShow - -# Flakily times out, http://crbug.com/92527 -NamedInterfaceTest.BasicNamedInterface - -# These tests fail due to timeouts and hang the UI test runner, -# http://crbug.com/61579 -LocaleTestsDa.TestStart -LocaleTestsHe.TestStart -LocaleTestsZhTw.TestStart - -# Times out flakily, http://crbug.com/96312 -AutomatedUITestBase.CloseBrowserWindow -AutomatedUITestBase.CloseTab -AutomatedUITestBase.OpenCloseBrowserWindowWithAccelerator - -# Times out flakily, http://crbug.com/96313 -AutomatedUITestBase.DuplicateTab - -# Flaky failure on Linux/ChromeOS, http://crbug.com/96553 -GuestModeOptionsUITest.LoadOptionsByURL -OptionsUITest.LoadOptionsByURL - -# Flaky failure on Linux/ChromeOS, http://crbug.com/100031 -IFrameTest.InEmptyFrame - -# Fails consistently on ChromeOS, http://crbug.com/104938 -WidgetOwnershipTest.Ownership_ViewsNativeWidgetOwnsWidget -WidgetOwnershipTest.Ownership_ViewsNativeWidgetOwnsWidget_NativeDestroy - -# Leaks in audio tests http://crbug.com/106036 -PPAPITest.Audio_* -OutOfProcessPPAPITest.Audio_* - -# Started failing since r114924 http://crbug.com/108014 -OutOfProcessPPAPITest.InputEvent - -# Fails on valgrind bots http://crbug.com/96767 -OutOfProcessPPAPITest.FlashFullscreen - diff --git a/tools/valgrind/gtest_exclude/ui_tests.gtest_linux.txt b/tools/valgrind/gtest_exclude/ui_tests.gtest_linux.txt deleted file mode 100644 index d8b58b9..0000000 --- a/tools/valgrind/gtest_exclude/ui_tests.gtest_linux.txt +++ /dev/null @@ -1,32 +0,0 @@ -# These tests fail under valgrind. -# See http://crbug.com/29583. -ChromeMainTest.AppLaunch -# See http://crbug.com/29585. -MetricsServiceTest.CrashRenderers -# See http://crbug.com/40584 -ExtensionProxyUITest.* -# 4GB of RAM is not enough. See http://crbug.com/42921 -ResourceDispatcherTest.CrossSiteAfterCrash -NewTabUITest.NTPHasThumbnails -# http://crbug.com/45574 Unhappy on ChromeOS valgrind -LayoutPluginTester.UnloadNoCrash -# Fails on chromeos. http://crbug.com/84294. -PPAPITest.Transport -# Leaking memory due to flakiness. http://crbug.com/77442 -WorkerFileSystemTest.ResolveURLHttpTests -# Leaking memory due to flakiness. http://crbug.com/31739 -SessionHistoryTest.BasicBackForward -# Times out on CrOS pretty often. http://crbug.com/92535 -AutomatedUITestBase.FindInPage -# Fails consistently. http://crbug.com/97107 -RunInBackgroundTest.RunInBackgroundBasicTest -# Fails consistently on chromeos. http://crbug.com/113308 -DOMStorageTest.RootLayoutTests -# Fails consistently on ChromeOS. http://crbug.com/113828 -KioskModeTest.EnableKioskModeTest -# Flakey on Chromium OS UI (valgrind)(9). http://crbug.com/114093 -BookmarksUITest.BookmarksLoaded -# Flaky on Linux UI. http://crbug.com/91843 -BookmarksUITest.CommandAgainGoesBackToBookmarksTab -# Flaky on Chromium OS UI (valgrind)(2). http://crbug.com/39401 -BookmarksUITest.ShouldRedirectToExtension diff --git a/tools/valgrind/gtest_exclude/ui_tests.gtest_mac.txt b/tools/valgrind/gtest_exclude/ui_tests.gtest_mac.txt deleted file mode 100644 index c47487f..0000000 --- a/tools/valgrind/gtest_exclude/ui_tests.gtest_mac.txt +++ /dev/null @@ -1,289 +0,0 @@ -# Hangs on mac at exit, during final valgrind leak checking? (valgrind bug?) -ErrorPageTest.DNSError_GoBack2Forward2 -# Flakily hangs on Mac -ErrorPageTest.IFrameDNSError_GoBack -# Hung several times locally on mac -ErrorPageTest.DNSError_GoBack1 -# Hung one each on the mac bots -AutomatedUITestBase.CloseBrowserWindow -AutomatedUITestBase.DuplicateTab -AutomatedUITestBase.OpenBrowserWindow -ErrorPageTest.DNSError_GoBack2 -ResourceDispatcherTest.CrossSiteNavigationErrorPage -TabRestoreUITest.RestoreCrossSiteWithExistingSiteInstance -# Hung 7 times on the mac bots! -ResourceDispatcherTest.SyncXMLHttpRequest_DuringUnload -# Hung 4 times on the mac bots! -TabRestoreUITest.BasicRestoreFromClosedWindow -# All these hung multiple times on the mac bots: -BrowserTest.OtherRedirectsDontForkProcess -DownloadTest.ContentDisposition -DownloadTest.DownloadMimeType -DownloadTest.IncognitoDownload -DownloadTest.NoDownload -DownloadTest.PerWindowShelf -ErrorPageTest.IFrameDNSError_GoBackAndForward - -# Following tests fail on valgrind. -# See http://crbug.com/30366. -BrowserEncodingTest.TestEncodingAutoDetect -# See http://crbug.com/29598. -DOMStorageTest.LocalStorageLayoutTests -# See http://crbug.com/30367. -NewTabUITest.NTPHasThumbnails -# http://crbug.com/69040 -ErrorPageTest.Page404 - -# Appears to time out on valgrind. -# http://crbug.com/32818 -VisibleBrowserTest.WindowOpenClose - -# See http://crbug.com/30661 and http://crbug.com/27447. -LayoutPluginTester.NPObjectReleasedOnDestruction -LayoutPluginTester.NPObjectSetException -LayoutPluginTester.SelfDeletePluginGetUrl -LayoutPluginTester.SelfDeletePluginInvoke -LayoutPluginTester.UnloadNoCrash -NPAPIIncognitoTester.PrivateEnabled -NPAPITesterBase.Arguments -NPAPITesterBase.GetJavaScriptURL -NPAPITesterBase.GetJavaScriptURL2 -NPAPITesterBase.GetURL -NPAPITesterBase.GetURLRedirectNotification -NPAPITesterBase.ManyPlugins -NPAPITesterBase.NPObjectIdentity -NPAPITesterBase.NPObjectProxy -NPAPITesterBase.PluginThreadAsyncCall -NPAPITesterBase.PrivateDisabled -NPAPITesterBase.ScheduleTimer -NPAPITesterBase.SelfDeletePluginGetUrl -NPAPITesterBase.SelfDeletePluginInvoke -NPAPIVisiblePluginTester.ClickToPlay -NPAPIVisiblePluginTester.GetURLRequestFailWrite -NPAPIVisiblePluginTester.MultipleInstancesSyncCalls -NPAPIVisiblePluginTester.OpenPopupWindowWithPlugin -NPAPIVisiblePluginTester.PluginConvertPointTest -NPAPIVisiblePluginTester.PluginReferrerTest -NPAPIVisiblePluginTester.SelfDeletePluginInNewStream -NPAPIVisiblePluginTester.SelfDeletePluginInvokeInSynchronousPaint - -# Possible timing related failure triggered only on mac valgrind bots. -# http://crbug.com/39401 -BookmarksUITest.BookmarksLoaded -BookmarksUITest.ShouldRedirectToExtension - -# See http://crbug.com/40587 -BookmarksUITest.CommandAgainGoesBackToBookmarksTab - -# See http://crbug.com/45564 -ChromeMainTest.AppLaunch - -# See http://crbug.com/46783 -SessionHistoryTest.LocationReplace -SessionHistoryTest.FragmentBackForward - -# UNIMPLEMENTED reached, see http://crbug.com/51387 -AutomatedUITestBase.CloseTab - -# See http://crbug.com/57717 -ResourceDispatcherTest.CrossSiteFailedRequest -ResourceDispatcherTest.RespectNoSniffDirective - -# Valgrind internal error: received SIGSEGV. http://crbug.com/51716 -AutomatedUITestBase.FindInPage -AutomatedUITestBase.IncognitoWindow -AutomatedUITestBase.Navigate -AutomatedUITestBase.OpenNewTab -AutomatedUITestBase.ShowDownloads -AutomationProxySnapshotTest.LargeSnapshot -AutomationProxyTest.AcceleratorDownloads -AutomationProxyTest.AcceleratorExtensions -AutomationProxyTest.AcceleratorHistory -AutomationProxyTest.ActivateTab -AutomationProxyTest.BlockedPopupTest -AutomationProxyTest.Cookies -AutomationProxyTest.GetActiveTabIndex -AutomationProxyTest.GetBrowserWindow -AutomationProxyTest.GetBrowserWindowCount -AutomationProxyTest.GetCurrentURL -AutomationProxyTest.GoBackForward -AutomationProxyTest.NavigateToURLAsync -AutomationProxyTest2.GetActiveTabIndex -AutomationProxyTest2.GetTabTitle -AutomationProxyTest4.NumberValueIsEchoedByDomAutomationController -AutomationProxyTest4.StringValueIsEchoedByDomAutomationController -AutomationProxyTest5.TestLifetimeOfDomAutomationController -DOMStorageTest.EventLayoutTests -DOMStorageTest.SessionStorageLayoutTests -ErrorPageTest.IFrameDNSError_Basic -ExtensionProxyUITest.EnableDisable -HistoryTester.ConsiderSlowRedirectAsUserInitiated -HistoryTester.VerifyHistoryLength3 -HostRulesTest.TestMap -IFrameTest.Crash -IFrameTest.InEmptyFrame -LoginPromptTest.SupplyRedundantAuths -LoginPromptTest.TestCancelAuth -MetricsServiceTest.CrashRenderers -PreferenceServiceTest.PreservedWindowPlacementIsLoaded - -# http://crbug.com/116403 -RedirectTest.ClientCancelled -RedirectTest.Server -RedirectTest.ServerReference -RepostFormWarningTest.TestDoubleReload -ResourceDispatcherTest.ContentDispositionEmpty -ResourceDispatcherTest.ContentDispositionInline -ResourceDispatcherTest.SniffNoContentTypeNoData -ResourceDispatcherTest.SyncXMLHttpRequest -SearchProviderTest.TestIsSearchProviderInstalledWithException -SecurityTest.DisallowFileUrlUniversalAccessTest -SessionHistoryTest.BasicBackForward -SessionHistoryTest.LocationChangeInSubframe -ShowModalDialogTest.BasicTest -V8BenchmarkTest.Perf -ViewSourceTest.DoesBrowserConsumeViewSourcePrefix -WorkerFileSystemTest.FileEntryToURISync -WorkerFileSystemTest.FileFromFileEntry -WorkerFileSystemTest.FileFromFileEntrySync -WorkerFileSystemTest.FileWriterSyncTruncateExtend -WorkerFileSystemTest.FileWriterTruncateExtend -WorkerFileSystemTest.Temporary - -# Valgrind dies on bszB assertion, see http://crbug.com/58145 -AutomatedUITestBase.Home -AutomationProxyTest.GetTabCount -AutomationProxyTest3.FrameDocumentCanBeAccessed -DromaeoTest.DOMCorePerf -LoginPromptTest.CancelRedundantAuths -MetricsServiceTest.CloseRenderersNormally -ResourceDispatcherTest.DoNotSniffHTMLFromImageGIF -SunSpiderTest.Perf - -# Valgrind dies on arena assertion, see http://crbug.com/58146 -LoginPromptTest.TestTwoAuths -UILayoutTest.MediaUILayoutTest - -# Can't load a nib under Valgrind, see http://crbug.com/58124 -ImagesTest.AnimatedGIFs - -# Valgrind dies on assertion, see http://crbug.com/58146 -DomStorageEmptyDatabaseTest.NonEmptyDirAfterSet - -# Valgrind fails, see http://crbug.com/79827 -DomStorageEmptyDatabaseTest.EmptyDirAfterClear -DomStorageEmptyDatabaseTest.EmptyDirAfterGet - -# Hangs; See http://crbug.com/58569 -SearchProviderTest.TestIsSearchProviderInstalled - -# Times out, see http://crbug.com/50297 -DOMStorageTest.RootLayoutTests - -# Hangs, see http://crbug.com/63514 -ErrorPageTest.Page404_GoBack - -# Hangs, see http://crbug.com/66414 -# > connect /var/tmp/ChromeTestingInterface: Connection refused -NamedInterfaceTest.BasicNamedInterface - -# Fails to start the browser, see http://crbug.com/75249 -AppModeTest.EnableAppModeTest -AutomationProxySnapshotTest.ContentLargerThanView -AutomationProxyTest.AcceleratorNewTab -AutomationProxyTest.GetTab -AutomationProxyTest.NavigateToURL -BookmarksUITest.CommandOpensBookmarksTab -BookmarksUITest.TwoCommandsOneTab -ExtensionProxyUITest.NoSuchExtension -ExtensionProxyUITest.Uninstall -HistoryTester.VerifyHistoryLength1 -HistoryTester.VerifyHistoryLength2 -RedirectTest.ClientServerServer -DomCheckerTest.File -OptionsUITest.LoadOptionsByURL -PreferenceServiceTest.PreservedWindowPlacementIsMigrated -RedirectTest.Client -RedirectTest.ClientFragments -ResourceDispatcherTest.CrossSiteNavigationNonBuffered -ResourceDispatcherTest.CrossSiteNoUnloadOn204 -ResourceDispatcherTest.CrossSiteOnunloadCookie -ResourceDispatcherTest.CrossOriginRedirectBlocked -ResourceDispatcherTest.SniffHTMLWithNoContentType -WorkerFileSystemTest.Persistent -WorkerFileSystemTest.SyncTemporary - -# Fails with valgrind assertion, see http://crbug.com/75396 -ViewSourceTest.ViewSourceInMenuEnabledOnANormalPage - -# Fails, see http://crbug.com/79803 -RepostFormWarningTest.TestLoginAfterRepost - -# Fails, see http://crbug.com/79831 -WorkerFileSystemTest.SyncOperations -WorkerFileSystemTest.FileWriterSyncWriteOverlapped -WorkerFileSystemTest.AsyncOperations - -# Fails, see http://crbug.com/81657 -AutomationProxyVisibleTest.AppendTab - -# NavigateToURL fails, see http://crbug.com/81658 -BrowserEncodingTest.TestEncodingAliasMapping -LoginPromptTest.TestBasicAuth -LoginPromptTest.TestDigestAuth -ResourceDispatcherTest.DoNotSniffHTMLFromTextPlain - -# Timing out, see http://crbug.com/83565 -NPAPIAutomationEnabledTest.LoadAllBlockedPlugins - -# Flaky on valgrind test. See http://crbug.com/84257. -AutomatedUITestBase.RestoreTab -AutomationProxyTest4.BooleanValueIsEchoedByDomAutomationController - -# http://crbug.com/88068 -LocaleTestsHe.TestStart - -# http://crbug.com/88238 -NewTabUITest.ChromeHangInNTP - -# http://crbug.com/88244 -RunInBackgroundTest.RunInBackgroundBasicTest - -# Flakiness leading to leak reports. http://crbug.com/31739 -SessionHistoryTest.BasicBackForward - -# http://crbug.com/91163 -AutomatedUITestBase.OpenCloseBrowserWindowWithAccelerator - -# http://crbug.com/92177 -CustomHandlerMailStartupTest.CustomHandlerMailStartup -CustomHandlerWebcalStartupTest.CustomHandlerWebcalStartup - -# Crash when loading plugin. http://crbug.com/99828 -OutOfProcessPPAPITest.Crypto -PPAPITest.Crypto - -# Fails intermittently. http://crbug.com/104534. -PrintPreviewUITest.PrintCommands - -# PPAPI and OutOfProcessPPAPPI tests fail on Mac WebKit. -# Doing a blanket exclusion for all of them. -PPAPITest.* -OutOfProcessPPAPITest.* - -# Crashes intermittently. -LoadtimesExtensionBindingsUITest.LoadTimesSameAfterClientInDocNavigation -LoadtimesExtensionBindingsUITest.LoadTimesSameAfterUserInDocNavigation - -# crbug.com/110612 -IndexedDBUILayoutTest.LayoutTests -IndexedDBUILayoutTest.WorkerLayoutTests - -# crbug.com/113675 -WorkerFileSystemTest.SyncPersistent - -# Blanket exlusion of AudioUILayoutTest. At this point we are running almost -# zero ui_tests on Mac Valgrind. They always fail with the above symptoms, -# possibly related to crbug.om/51716 (valgrind impossible happened), although -# the logs don't contain that particular message. -AudioUILayoutTest.* |