summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorhbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-30 09:04:06 +0000
committerhbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-30 09:04:06 +0000
commit52110a0961e98201b7284c75c52f907439aa3752 (patch)
tree4db20b9669093100830cf1caf7043c1836f8d5d8 /tools
parentace0748927da8a60cc47e6671b8a4279c9662045 (diff)
downloadchromium_src-52110a0961e98201b7284c75c52f907439aa3752.zip
chromium_src-52110a0961e98201b7284c75c52f907439aa3752.tar.gz
chromium_src-52110a0961e98201b7284c75c52f907439aa3752.tar.bz2
Suppresses the valgrind error for Issue 47949.
TBR=avi BUG=47949 TEST=make the "Webkit Mac (valgrind)" bot green. Review URL: http://codereview.chromium.org/2880006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51240 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/memcheck/suppressions_mac.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt
index 83b0cef..c5dc26f 100644
--- a/tools/valgrind/memcheck/suppressions_mac.txt
+++ b/tools/valgrind/memcheck/suppressions_mac.txt
@@ -1229,3 +1229,15 @@
fun:_ZN7WebCore16HTML5TreeBuilder8finishedEv
fun:_ZN7WebCore19HTML5DocumentParser3endEv
}
+{
+ bug_47949
+ Memcheck:Cond
+ fun:rips_f_DrawRing
+ fun:rips_f_BltShape
+ fun:ripc_Render
+ fun:ripc_DrawRects
+ fun:CGContextFillRects
+ fun:CGContextFillRect
+ fun:NSRectFill
+ fun:_ZN18FocusIndicationFix40currentOSHasSetFocusRingStyleInBitmapBugEv
+}