From d7961f3450da68a523e38a3eaaaed23e3a75ad46 Mon Sep 17 00:00:00 2001 From: "bradchen@google.com" Date: Sat, 12 Jan 2013 16:51:21 +0000 Subject: Suppressions for bug 169675 TBR=thestig BUG=169675 Review URL: https://codereview.chromium.org/11883007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176545 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/heapcheck/suppressions.txt | 37 ++++++++++++++++++++++++++++++++ tools/valgrind/memcheck/suppressions.txt | 18 ++++++++++++++++ 2 files changed, 55 insertions(+) diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index 24028e3..06eed8f 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -1687,3 +1687,40 @@ ... fun:::BookmarkUIUtilsTest_HasBookmarkURLs_Test::TestBody } +{ + bug_169675a + Heapcheck:Leak + fun:fileapi::IsolatedMountPointProvider::CreateFileSystemOperation + fun:fileapi::FileSystemContext::CreateFileSystemOperation + fun:NativeMediaFileUtilTest::NewOperation +} +{ + bug_169675b + Heapcheck:Leak + ... + fun:fileapi::MediaPathFilter::EnsureInitialized + fun:fileapi::MediaPathFilter::Match + fun:fileapi::NativeMediaFileUtil::GetFileInfo + fun:fileapi::FileUtilHelper::PathExists + fun:fileapi::::CrossFileUtilHelper::PerformErrorCheckAndPreparation + fun:fileapi::::CrossFileUtilHelper::DoWork + fun:fileapi::FileUtilHelper::* +} +{ + bug_169675c + Heapcheck:Leak + ... + fun:fileapi::MediaPathFilter::EnsureInitialized + fun:fileapi::MediaPathFilter::Match + fun:fileapi::NativeMediaFileUtil::GetFileInfo + fun:fileapi::FileUtilHelper::PathExists + fun:fileapi::::CrossFileUtilHelper::PerformErrorCheckAndPreparation + fun:fileapi::::CrossFileUtilHelper::DoWork + fun:fileapi::FileUtilHelper::* +} +{ + bug_169675d + Heapcheck:Leak + ... + fun:NativeMediaFileUtilTest::SetUp +} diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index f835598..4f63d0f 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -6470,3 +6470,21 @@ fun:_Znw* fun:_ZN12_GLOBAL__N_140BookmarkUIUtilsTest_HasBookmarkURLs_Test8TestBodyEv } +{ + bug_169675a + Memcheck:Leak + fun:_Znw* + fun:_ZNK7fileapi26IsolatedMountPointProvider25CreateFileSystemOperationERKNS_13FileSystemURLEPNS_17FileSystemContextEPN4base17PlatformFileErrorE + fun:_ZN7fileapi17FileSystemContext25CreateFileSystemOperationERKNS_13FileSystemURLEPN4base17PlatformFileErrorE + fun:_ZN23NativeMediaFileUtilTest12NewOperationERKN7fileapi13FileSystemURLE +} +{ + bug_169675b + Memcheck:Leak + ... + fun:_ZN7fileapi27TaskRunnerBoundObserverListINS_18FileUpdateObserverEPS1_E6SourceaSERKS4_ + fun:_ZN7fileapi27TaskRunnerBoundObserverListINS_18FileUpdateObserverEPS1_EaSERKS3_ + fun:_ZN7fileapi25SandboxMountPointProviderC1EPN5quota17QuotaManagerProxyEPN4base19SequencedTaskRunnerERK8FilePathRKNS_17FileSystemOptionsE + fun:_ZN7fileapi17FileSystemContextC1E10scoped_ptrINS_21FileSystemTaskRunnersEN4base14DefaultDeleterIS2_EEEPN5quota20SpecialStoragePolicyEPNS7_17QuotaManagerProxyERK8FilePathRKNS_17FileSystemOptionsE + fun:_ZN23NativeMediaFileUtilTest5SetUpEv +} -- cgit v1.1