diff options
author | hbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-15 08:36:18 +0000 |
---|---|---|
committer | hbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-15 08:36:18 +0000 |
commit | 5a446c945ae2058f0b20bfc2dfa7d3e02fe33196 (patch) | |
tree | f90b6325791edee24c797a60348c70228cf0effb | |
parent | 861d3d8991717345cdf62c4ce20ae30664afad62 (diff) | |
download | chromium_src-5a446c945ae2058f0b20bfc2dfa7d3e02fe33196.zip chromium_src-5a446c945ae2058f0b20bfc2dfa7d3e02fe33196.tar.gz chromium_src-5a446c945ae2058f0b20bfc2dfa7d3e02fe33196.tar.bz2 |
Widen the suppression rule for Bug 47949.
This change widens the current suppression rule for bug 47949 and adds a new rule for it.
TBR=timurrrr,jhawkins
BUG=47949
TEST=make the "Webkit Mac (valgrind)" bot green.
Review URL: http://codereview.chromium.org/8564025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110057 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | tools/valgrind/memcheck/suppressions_mac.txt | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt index bb2c9bc..3f2a884 100644 --- a/tools/valgrind/memcheck/suppressions_mac.txt +++ b/tools/valgrind/memcheck/suppressions_mac.txt @@ -734,11 +734,19 @@ 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 + fun:NSRectFill + fun:_ZN18FocusIndicationFix40currentOSHasSetFocusRingStyleInBitmapBugEv +} +{ + bug_47949_b + Memcheck:Value4 + ... fun:ripc_DrawRects fun:CGContextFillRects fun:CGContextFillRect |