From 01eb620427371f5f720391b3e0130058497a7ad6 Mon Sep 17 00:00:00 2001 From: "jochen@chromium.org" Date: Mon, 1 Aug 2011 09:10:14 +0000 Subject: Disable tests crashing valgrind on mac Invalid read on ParallelAuthenticator::Resolve Suppress leak in DownloadManager::OnPathExistenceAvailable BUG=51716,91179,91174 TEST=none TBR=glider Review URL: http://codereview.chromium.org/7544013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94886 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/valgrind/gtest_exclude/ui_tests.gtest_mac.txt | 7 +++++++ tools/valgrind/memcheck/suppressions.txt | 5 +++++ 2 files changed, 12 insertions(+) (limited to 'tools/valgrind') diff --git a/tools/valgrind/gtest_exclude/ui_tests.gtest_mac.txt b/tools/valgrind/gtest_exclude/ui_tests.gtest_mac.txt index b11985c..9793bb5 100644 --- a/tools/valgrind/gtest_exclude/ui_tests.gtest_mac.txt +++ b/tools/valgrind/gtest_exclude/ui_tests.gtest_mac.txt @@ -99,9 +99,12 @@ AutomationProxyTest.AcceleratorDownloads AutomationProxyTest.AcceleratorExtensions AutomationProxyTest.ActivateTab AutomationProxyTest.BlockedPopupTest +AutomationProxyTest.Cookies AutomationProxyTest.GetActiveTabIndex +AutomationProxyTest.GetBrowserWindow AutomationProxyTest.GetBrowserWindowCount AutomationProxyTest.GetCurrentURL +AutomationProxyTest.GoBackForward AutomationProxyTest2.GetActiveTabIndex AutomationProxyTest2.GetTabTitle AutomationProxyTest4.NumberValueIsEchoedByDomAutomationController @@ -122,6 +125,7 @@ OutOfProcessPPAPITest.Memory OutOfProcessPPAPITest.PaintAggregator OutOfProcessPPAPITest.URLUtil PPAPITest.Buffer +PPAPITest.CharSet PPAPITest.FileIO PPAPITest.FileRef PPAPITest.FileSystem @@ -143,12 +147,15 @@ ResourceDispatcherTest.ContentDispositionInline ResourceDispatcherTest.SyncXMLHttpRequest ResourceDispatcherTest.SniffNoContentTypeNoData SearchProviderTest.TestIsSearchProviderInstalledWithException +SecurityTest.DisallowFileUrlUniversalAccessTest SessionHistoryTest.BasicBackForward SessionHistoryTest.LocationChangeInSubframe ShowModalDialogTest.BasicTest V8BenchmarkTest.Perf ViewSourceTest.DoesBrowserConsumeViewSourcePrefix WorkerFileSystemTest.FileEntryToURISync +WorkerFileSystemTest.FileFromFileEntry +WorkerFileSystemTest.FileWriterSyncTruncateExtend # Valgrind dies on bszB assertion, see http://crbug.com/58145 AutomatedUITestBase.Home diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index e9308455..30bce09 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -5143,6 +5143,11 @@ fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE fun:_ZN11MessageLoop6DoWorkEv } +{ + bug_91179 + Memcheck:Addr1 + fun:_ZN8chromeos21ParallelAuthenticator7ResolveEv +} #----------------------------------------------------------------------- # These only occur on our Google workstations -- cgit v1.1