diff options
author | dhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-25 17:35:22 +0000 |
---|---|---|
committer | dhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-25 17:35:22 +0000 |
commit | 05f35a402ae7289970cb5f902f7316818b784a0b (patch) | |
tree | 4622d9de51ec39474589203b6e351f79848b4afb /tools | |
parent | fa1c33787f900c15b17b31b261f1883f8348355c (diff) | |
download | chromium_src-05f35a402ae7289970cb5f902f7316818b784a0b.zip chromium_src-05f35a402ae7289970cb5f902f7316818b784a0b.tar.gz chromium_src-05f35a402ae7289970cb5f902f7316818b784a0b.tar.bz2 |
Merging two similar valgrind suppressions on Mac. A single known memory leak on Mac was getting triggered with two different unit tests. Changing from two separate valgrind suppressions to a single suppression with wild cards in areas of the stack trace that differ.
BUG=35625
TEST=Manually monitor Mac valgrind bots.
Review URL: http://codereview.chromium.org/661042
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40029 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/memcheck/suppressions_mac.txt | 32 |
1 files changed, 2 insertions, 30 deletions
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt index 5799782..4d69aa6 100644 --- a/tools/valgrind/memcheck/suppressions_mac.txt +++ b/tools/valgrind/memcheck/suppressions_mac.txt @@ -774,7 +774,7 @@ fun:_ZN7WebCore11RenderBlock13paintContentsERNS_12RenderObject9PaintInfoEii } { - bug_35625a + bug_35625 Memcheck:Leak fun:malloc_zone_malloc fun:_CFRuntimeCreateInstance @@ -790,35 +790,7 @@ fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] - fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] - fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] - fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] - fun:-[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] - fun:-[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] - fun:-[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] - fun:-[NSView displayIfNeeded] - 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:] |