Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(571)

Unified Diff: tools/valgrind/memcheck/suppressions_mac.txt

Issue 8564025: Widen the suppression rule for Bug 47949. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/memcheck/suppressions_mac.txt
===================================================================
--- tools/valgrind/memcheck/suppressions_mac.txt (revision 109887)
+++ tools/valgrind/memcheck/suppressions_mac.txt (working copy)
@@ -734,11 +734,9 @@
fun:*16HasAudioHardware*
}
{
- bug_47949
+ bug_47949_a
Memcheck:Cond
- fun:rips_f_DrawRing
- fun:rips_f_BltShape
- fun:ripc_Render
+ ...
fun:ripc_DrawRects
fun:CGContextFillRects
fun:CGContextFillRect
@@ -746,6 +744,16 @@
fun:_ZN18FocusIndicationFix40currentOSHasSetFocusRingStyleInBitmapBugEv
}
{
+ bug_47949_b
+ Memcheck:Value4
+ ...
+ fun:ripc_DrawRects
+ fun:CGContextFillRects
+ fun:CGContextFillRect
+ fun:NSRectFill
+ fun:_ZN18FocusIndicationFix40currentOSHasSetFocusRingStyleInBitmapBugEv
+}
+{
bug_50286
Memcheck:Leak
fun:_Znw*
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698