diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-23 20:59:12 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-23 20:59:12 +0000 |
commit | 9e0a9dc0ba79d02cf5dae46f83c0e97d699f20ba (patch) | |
tree | 9b57d221a3ab86b7138529ce86c3097846bff71d /tools/valgrind | |
parent | cfd7332188b64787a9cb2b110957c0eb60b806a8 (diff) | |
download | chromium_src-9e0a9dc0ba79d02cf5dae46f83c0e97d699f20ba.zip chromium_src-9e0a9dc0ba79d02cf5dae46f83c0e97d699f20ba.tar.gz chromium_src-9e0a9dc0ba79d02cf5dae46f83c0e97d699f20ba.tar.bz2 |
Add a suppression for the Mac Valgrind test_shell_test leak.
BUG=12571
Review URL: http://codereview.chromium.org/115739
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16844 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind')
-rw-r--r-- | tools/valgrind/suppressions_mac.txt | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/tools/valgrind/suppressions_mac.txt b/tools/valgrind/suppressions_mac.txt index a81b5ca..e891e08 100644 --- a/tools/valgrind/suppressions_mac.txt +++ b/tools/valgrind/suppressions_mac.txt @@ -97,7 +97,7 @@ fun:_ZN4skia23BitmapPlatformDeviceMac6CreateEP9CGContextiib } { - # Mac test_shell_tests; skia leak? See http://crbug.com/9563 + # Mac test_shell_tests; skia leak? See http://crbug.com/9563 bug_9563b Memcheck:Leak fun:malloc_zone_calloc @@ -159,7 +159,7 @@ fun:_ZN13CVDisplayLink11runIOThreadEv } { - # Mac leak in CMOpenOrNewAccess in unit_tests PlatformCanvas_SkLayer_Test, + # Mac leak in CMOpenOrNewAccess in unit_tests PlatformCanvas_SkLayer_Test, # ToolbarControllerTest_FocusLocation_Test. See http://crbug.com/11333. # (was: http://crbug.com/9563 ) bug_11333 @@ -193,3 +193,12 @@ fun:ripc_DrawShading fun:CGContextDrawShading } +{ + # Mac test_shell_tests leak. + bug_12571 + Memcheck:Leak + fun:calloc + ... + fun:_Z14MakeTestButtonP7_NSRectP8NSStringP6NSView +} + |