diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-22 14:41:37 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-22 14:41:37 +0000 |
commit | 5f6e7d4b8219f35763c97be3dbbff6dc3d3cddb9 (patch) | |
tree | b008b95c693e609af97c5048e65c6f96f184627a | |
parent | 1d0a5b8df31d5fc724e9a1b4ee3914c43ee351a3 (diff) | |
download | chromium_src-5f6e7d4b8219f35763c97be3dbbff6dc3d3cddb9.zip chromium_src-5f6e7d4b8219f35763c97be3dbbff6dc3d3cddb9.tar.gz chromium_src-5f6e7d4b8219f35763c97be3dbbff6dc3d3cddb9.tar.bz2 |
Upstreamed a Mac valgrind issue; updating suppressions list.
BUG=http://crbug.com/18189
TEST=valgrind should stay green; no real change in suppressions
Review URL: http://codereview.chromium.org/212038
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26808 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | tools/valgrind/memcheck/suppressions_mac.txt | 40 |
1 files changed, 14 insertions, 26 deletions
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt index ab402bd..6fdce14 100644 --- a/tools/valgrind/memcheck/suppressions_mac.txt +++ b/tools/valgrind/memcheck/suppressions_mac.txt @@ -234,7 +234,20 @@ fun:IsDataAvailableInImageRef fun:IsDataAvailableInIconRef } - +{ + # Nasty invalid write. Reported to Apple as rdar://7240303. + bug_18189 + Memcheck:Addr8 + fun:sseCGSFill8by1 + fun:argb32_mark_constshape + fun:argb32_mark + fun:ripl_BltShape + fun:ripc_Render + fun:ripc_DrawRects + fun:CGContextFillRects + fun:CGContextFillRect + fun:NSRectFill +} # 2. Intentional unit test errors, stuff that is somehow a false positive # in our own code, or stuff that is so trivial it's not worth fixing. @@ -374,31 +387,6 @@ fun:-[NSColor initWithCoder:] } { - # Nasty invalid write. Should we even suppress this? - bug_18189 - Memcheck:Addr8 - fun:sseCGSFill8by1 - fun:argb32_mark_constshape - fun:argb32_mark - fun:ripl_BltShape - fun:ripc_Render - fun:ripc_DrawRects - fun:CGContextFillRects - fun:CGContextFillRect - fun:NSRectFill - fun:-[NSView _drawRect:clip:] - fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] - fun:-[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] - fun:-[NSNextStepFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] - fun:-[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] - fun:-[NSView displayIfNeeded] - fun:-[NSWindow displayIfNeeded] - fun:-[NSWindow _reallyDoOrderWindow:relativeTo:findKey:forCounter:force:isModal:] - fun:-[NSWindow orderWindow:relativeTo:] - fun:-[NSWindow addChildWindow:ordered:] - fun:_ZN15StatusBubbleMac6CreateEv -} -{ bug_18218 Memcheck:Leak fun:malloc |