diff options
-rw-r--r-- | tools/valgrind/memcheck/suppressions_mac.txt | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt index aaa81eb..26a9432 100644 --- a/tools/valgrind/memcheck/suppressions_mac.txt +++ b/tools/valgrind/memcheck/suppressions_mac.txt @@ -798,3 +798,30 @@ fun:view_display_link fun:link_callback } +{ + bug_55773 + 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:-[GTMWindowSheetController(PrivateMethods) beginSystemSheet:withInfo:modalForView:withParameters:] + fun:-[GTMWindowSheetController beginSystemSheet:modalForView:withParameters:] + fun:-[GTMWindowSheetController beginSheet:modalForView:modalDelegate:didEndSelector:contextInfo:] +} + |