diff options
author | oshima@google.com <oshima@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-15 18:27:53 +0000 |
---|---|---|
committer | oshima@google.com <oshima@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-15 18:27:53 +0000 |
commit | beeb48d94316ca23135020dbab092095de7f4fc4 (patch) | |
tree | ba43cb5e9496d11373e8005858f9592feca14204 /tools | |
parent | 7db7417c5dc907e4667a8ab2161c3b3ba2efae43 (diff) | |
download | chromium_src-beeb48d94316ca23135020dbab092095de7f4fc4.zip chromium_src-beeb48d94316ca23135020dbab092095de7f4fc4.tar.gz chromium_src-beeb48d94316ca23135020dbab092095de7f4fc4.tar.bz2 |
Suppressing memory leak on mac valgrind bots.
BUG=73036
TEST=mac valgrind bots should cycle green
Review URL: http://codereview.chromium.org/6499021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74976 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/memcheck/suppressions_mac.txt | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt index 427a3bd3..356578c 100644 --- a/tools/valgrind/memcheck/suppressions_mac.txt +++ b/tools/valgrind/memcheck/suppressions_mac.txt @@ -1340,3 +1340,29 @@ fun:_ZN12_GLOBAL__N_131MenuButtonTest_OpenOnClick_Test8TestBodyEv fun:_ZN7testingL35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS3_FS2_vEPKc } +{ + bug_73036 + Memcheck:Leak + fun:malloc_zone_calloc + fun:_internal_class_createInstanceFromZone + fun:NSAllocateObject + fun:+[NSHashTable alloc] + fun:+[NSTrackingArea initialize] + fun:_class_initialize + fun:_class_lookupMethodAndLoadCache + fun:objc_msgSend + fun:-[NSView addTrackingRect:owner:userData:assumeInside:] + fun:-[NSThemeFrame _updateMouseTracking] + fun:-[NSThemeFrame _tileTitlebarAndRedisplay:] + fun:-[NSThemeFrame _updateButtons] + fun:-[NSThemeFrame initWithFrame:styleMask:owner:] + fun:-[NSGrayFrame initWithFrame:styleMask:owner:] + fun:-[NSWindow _commonInitFrame:styleMask:backing:defer:] + fun:-[NSWindow _initContent:styleMask:backing:defer:contentView:] + fun:-[NSWindow initWithContentRect:styleMask:backing:defer:] + fun:-[FramedBrowserWindow initWithContentRect:styleMask:backing:defer:] + fun:-[NSWindowTemplate nibInstantiate] + fun:-[NSIBObjectData instantiateObject:] + fun:-[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + fun:loadNib +} |