summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-26 19:36:48 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-26 19:36:48 +0000
commitae7b7eb779ea129e02999f54019029ba7449900c (patch)
treec4976b9f62a220c0ebc0e8a5134d2c9fa1e59f39 /tools
parent94dc228a413c368b639847d8b046e8a07883d7fa (diff)
downloadchromium_src-ae7b7eb779ea129e02999f54019029ba7449900c.zip
chromium_src-ae7b7eb779ea129e02999f54019029ba7449900c.tar.gz
chromium_src-ae7b7eb779ea129e02999f54019029ba7449900c.tar.bz2
Add suppressions for uninitialized memory reference in PNGEncoder::EncodeBGRASkBitmap on Mac.
Remove suppression for leak in bug 12571. (should be fixed by r16879) BUG=12571 BUG=12640 TEST=Valgrind Mac bot should turn green(er) Review URL: http://codereview.chromium.org/113828 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16888 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/suppressions_mac.txt30
1 files changed, 24 insertions, 6 deletions
diff --git a/tools/valgrind/suppressions_mac.txt b/tools/valgrind/suppressions_mac.txt
index e891e08..1db729f 100644
--- a/tools/valgrind/suppressions_mac.txt
+++ b/tools/valgrind/suppressions_mac.txt
@@ -194,11 +194,29 @@
fun:CGContextDrawShading
}
{
- # Mac test_shell_tests leak.
- bug_12571
- Memcheck:Leak
- fun:calloc
+ # Mac unit_tests. See http://crbug.com/11271
+ bug_12640a
+ Memcheck:Cond
+ fun:png_write_find_filter
+ fun:webkit_png_write_row
+ fun:_ZN10PNGEncoder6EncodeEPKhNS_11ColorFormatEiiibPSt6vectorIhSaIhEE
+ ...
+ fun:_ZN24ExtensionsServiceBackend24InstallOrUpdateExtensionERK8FilePathRKSsb
+}
+{
+ bug_12640b
+ Memcheck:Value4
+ ...
+ fun:png_write_find_filter
+ fun:webkit_png_write_row
+ fun:_ZN10PNGEncoder6EncodeEPKhNS_11ColorFormatEiiibPSt6vectorIhSaIhEE
...
- fun:_Z14MakeTestButtonP7_NSRectP8NSStringP6NSView
+ fun:_ZN24ExtensionsServiceBackend24InstallOrUpdateExtensionERK8FilePathRKSsb
+}
+{
+ bug_12640c
+ Memcheck:Param
+ write(buf)
+ fun:write$UNIX2003
+ fun:_ZN24ExtensionsServiceBackend19OnExtensionUnpackedERK8FilePathS2_SsbRK15DictionaryValueRKSt6vectorI6Tuple2I8SkBitmapS0_ESaIS9_EE
}
-