summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-20 18:08:35 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-20 18:08:35 +0000
commit62d8bdc62d60fc6d09ea2c4628d8c0d7e4b5ef3a (patch)
tree9c73620493dc540e23c5f9e382f01a4803050e55
parentbc124aabfb137195eea9a37c7b0401ee7c83798d (diff)
downloadchromium_src-62d8bdc62d60fc6d09ea2c4628d8c0d7e4b5ef3a.zip
chromium_src-62d8bdc62d60fc6d09ea2c4628d8c0d7e4b5ef3a.tar.gz
chromium_src-62d8bdc62d60fc6d09ea2c4628d8c0d7e4b5ef3a.tar.bz2
Valgrind Mac: Update a suppression for a leak.
BUG=52681 TEST=none Review URL: http://codereview.chromium.org/3156042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56888 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--tools/valgrind/memcheck/suppressions_mac.txt18
1 files changed, 13 insertions, 5 deletions
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt
index d73d804..a3d7b5f 100644
--- a/tools/valgrind/memcheck/suppressions_mac.txt
+++ b/tools/valgrind/memcheck/suppressions_mac.txt
@@ -1528,7 +1528,7 @@
fun:CGColorTransformConvertData
}
{
- bug_52681
+ bug_52681_a
Memcheck:Leak
fun:_Znw*
fun:_ZN16ChildProcessHost13CreateChannelEv
@@ -1536,8 +1536,16 @@
fun:_ZN18UtilityProcessHost22StartExtensionUnpackerERK8FilePath
fun:_ZN14RunnableMethodI26SandboxedExtensionUnpackerMS0_FvRK8FilePathE6Tuple1IS1_EE3RunEv
fun:_ZN11MessageLoop7RunTaskEP4Task
- fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE
- fun:_ZN11MessageLoop6DoWorkEv
- fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE
- fun:_ZN11MessageLoop11RunInternalEv
+}
+{
+ bug_52681_b
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN16ChildProcessHost13CreateChannelEv
+ fun:_ZN18UtilityProcessHost12StartProcessERK8FilePath
+ fun:_ZN18UtilityProcessHost22StartExtensionUnpackerERK8FilePath
+ fun:_ZN26SandboxedExtensionUnpacker22StartProcessOnIOThreadERK8FilePath
+ fun:_Z16DispatchToMethodI26SandboxedExtensionUnpackerMS0_FvRK8FilePathES1_EvPT_T0_RK6Tuple1IT1_E
+ fun:_ZN14RunnableMethodI26SandboxedExtensionUnpackerMS0_FvRK8FilePathE6Tuple1IS1_EE3RunEv
+ fun:_ZN11MessageLoop7RunTaskEP4Task
}