summaryrefslogtreecommitdiffstats
path: root/tools/valgrind/memcheck
diff options
context:
space:
mode:
authoroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-05 17:10:01 +0000
committeroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-05 17:10:01 +0000
commit76d0aef6a44b5892b8c2cf47ed857d3beb4117c3 (patch)
tree603ce31c1cde09241b104e643105fac5273f0512 /tools/valgrind/memcheck
parent726bdbd79ab870b8f2d1b37ba72895cb68447a14 (diff)
downloadchromium_src-76d0aef6a44b5892b8c2cf47ed857d3beb4117c3.zip
chromium_src-76d0aef6a44b5892b8c2cf47ed857d3beb4117c3.tar.gz
chromium_src-76d0aef6a44b5892b8c2cf47ed857d3beb4117c3.tar.bz2
Suppressiong mac valgrind error.
BUG=40429 TEST=mac valgrind bot should cycle green. TBR=aa@chromium.org Review URL: http://codereview.chromium.org/1539019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43621 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind/memcheck')
-rw-r--r--tools/valgrind/memcheck/suppressions_mac.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt
index f010288..0fb9a42 100644
--- a/tools/valgrind/memcheck/suppressions_mac.txt
+++ b/tools/valgrind/memcheck/suppressions_mac.txt
@@ -857,3 +857,29 @@
fun:_ZN3net16HostResolverImpl13OnJobCompleteEPNS0_3JobEiRKNS_11AddressListE
fun:_ZN3net16HostResolverImpl3Job16OnLookupCompleteEv
}
+{
+ bug_40429
+ Memcheck:Leak
+ fun:calloc
+ fun:_internal_class_createInstanceFromZone
+ fun:_internal_class_createInstance
+ fun:+[NSObject allocWithZone:]
+ fun:_decodeObjectBinary
+ fun:_decodeObject
+ fun:-[NSButtonCell initWithCoder:]
+ fun:_decodeObjectBinary
+ fun:_decodeObject
+ fun:-[NSControl initWithCoder:]
+ fun:-[NSButton initWithCoder:]
+ fun:_decodeObjectBinary
+ fun:-[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:]
+ fun:-[NSArray(NSArray) initWithCoder:]
+ fun:_decodeObjectBinary
+ fun:_decodeObject
+ fun:-[NSView initWithCoder:]
+ fun:_decodeObjectBinary
+ fun:_decodeObject
+ fun:-[NSWindowTemplate initWithCoder:]
+ fun:_decodeObjectBinary
+ fun:_decodeObject
+}