diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-19 21:40:37 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-19 21:40:37 +0000 |
commit | 72b1783f335eb17b717f108fd8961a6878d5ef94 (patch) | |
tree | e20582fcfc095bf6427f2b3f8d807aee571e2f05 /tools | |
parent | b341614ad6a848aef8417166d8eeda06cad139e7 (diff) | |
download | chromium_src-72b1783f335eb17b717f108fd8961a6878d5ef94.zip chromium_src-72b1783f335eb17b717f108fd8961a6878d5ef94.tar.gz chromium_src-72b1783f335eb17b717f108fd8961a6878d5ef94.tar.bz2 |
Valgrind Mac: Widen a couple of suppressions to accommodate OOM changes.
BUG=12673,20459,20504
TEST=Valgrind Mac UI tests go green.
Review URL: http://codereview.chromium.org/1107009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42151 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/memcheck/suppressions_mac.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt index 10e8932..e9a472f 100644 --- a/tools/valgrind/memcheck/suppressions_mac.txt +++ b/tools/valgrind/memcheck/suppressions_mac.txt @@ -148,7 +148,7 @@ # Filed with Apple as rdar://7255382 bug_20459a Memcheck:Leak - fun:malloc_zone_malloc + ... fun:_CFRuntimeCreateInstance fun:CFRunLoopSourceCreate fun:CFMachPortCreateRunLoopSource @@ -228,6 +228,7 @@ fun:malloc_zone_calloc fun:_internal_class_createInstanceFromZone fun:+[NSObject allocWithZone:] + ... fun:-[NSCustomObject nibInstantiate] fun:-[NSIBObjectData instantiateObject:] fun:-[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] |