diff options
author | dhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-24 04:30:43 +0000 |
---|---|---|
committer | dhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-24 04:30:43 +0000 |
commit | 54371feaa7f5719180eaeb7e22a460b570f10b30 (patch) | |
tree | 73852b8cbfdac3f33752e03af21718850baf3f03 | |
parent | 0a6f0d804a9b1dafc5f11e02a4dbf73e286d93a9 (diff) | |
download | chromium_src-54371feaa7f5719180eaeb7e22a460b570f10b30.zip chromium_src-54371feaa7f5719180eaeb7e22a460b570f10b30.tar.gz chromium_src-54371feaa7f5719180eaeb7e22a460b570f10b30.tar.bz2 |
Adding a valgrind suppression for mac. This is a duplicate of suppression 35625. A known (and reported) Apple leak. It is getting triggered again due to a new unit test added today.
BUG=35625
TEST=valgrind on mac
Review URL: http://codereview.chromium.org/652214
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39866 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | tools/valgrind/memcheck/suppressions_mac.txt | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt index 538c7ec..fc2b38c 100644 --- a/tools/valgrind/memcheck/suppressions_mac.txt +++ b/tools/valgrind/memcheck/suppressions_mac.txt @@ -774,7 +774,7 @@ fun:_ZN7WebCore11RenderBlock13paintContentsERNS_12RenderObject9PaintInfoEii } { - bug_35625 + bug_35625a Memcheck:Leak fun:malloc_zone_malloc fun:_CFRuntimeCreateInstance @@ -800,6 +800,32 @@ fun:-[NSWindow displayIfNeeded] } { + bug_35625b + Memcheck:Leak + fun:malloc_zone_malloc + fun:_CFRuntimeCreateInstance + fun:CGTypeCreateInstanceWithAllocator + fun:CGTypeCreateInstance + fun:CGFunctionCreate + fun:CGGradientGetFunction + fun:CGContextDrawLinearGradient + fun:-[SectionSeparatorView(PrivateMethods) drawGradientRect:] + fun:-[SectionSeparatorView drawRect:] + fun:-[NSView _drawRect:clip:] + fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + fun:-[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + fun:-[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + fun:-[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + fun:-[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + fun:-[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + fun:-[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + fun:-[NSView displayIfNeeded] + fun:-[NSWindow displayIfNeeded] +} +{ bug_36605 Memcheck:Leak fun:malloc |