summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbradchen@google.com <bradchen@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-12 16:51:21 +0000
committerbradchen@google.com <bradchen@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-12 16:51:21 +0000
commitd7961f3450da68a523e38a3eaaaed23e3a75ad46 (patch)
treeecbaa3e123a30af5dee9c97c5b98d2d0db200dfe
parent3c5f4a73e1402df54c2222ef3af8a526448b7831 (diff)
downloadchromium_src-d7961f3450da68a523e38a3eaaaed23e3a75ad46.zip
chromium_src-d7961f3450da68a523e38a3eaaaed23e3a75ad46.tar.gz
chromium_src-d7961f3450da68a523e38a3eaaaed23e3a75ad46.tar.bz2
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
-rw-r--r--tools/heapcheck/suppressions.txt37
-rw-r--r--tools/valgrind/memcheck/suppressions.txt18
2 files changed, 55 insertions, 0 deletions
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
+}