summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authortimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-14 10:48:21 +0000
committertimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-14 10:48:21 +0000
commit068ecc0e8432adc246544dc56b6b3baab61890ec (patch)
treec18bdb7adb5892c592571bae1ab5063ec352dbb6 /tools
parent8aca1e713f0f6e2b27b6d113bf12d82617afc4f5 (diff)
downloadchromium_src-068ecc0e8432adc246544dc56b6b3baab61890ec.zip
chromium_src-068ecc0e8432adc246544dc56b6b3baab61890ec.tar.gz
chromium_src-068ecc0e8432adc246544dc56b6b3baab61890ec.tar.bz2
Widen Histogram&PNG-related suppressions
BUG=30704,75127 TBR=dcheng,jar TEST=./tools/valgrind/waterfall.sh Review URL: http://codereview.chromium.org/6852020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81563 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/memcheck/suppressions.txt13
1 files changed, 6 insertions, 7 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index e866869..836d870 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -882,6 +882,7 @@
Histograms via FactoryGet including Linear Custom Boolean and Basic
Memcheck:Leak
fun:_Znw*
+ ...
fun:_ZN4base*Histogram10FactoryGet*
}
{
@@ -1670,8 +1671,7 @@
...
fun:png_write_row
...
- fun:_ZN3gfx8PNGCodec6EncodeEPKhNS0_11ColorFormatERKNS_4SizeEibRKSt6vectorINS0_7CommentESaIS8_EEPS7_IhSaIhEE
- fun:_ZN3gfx8PNGCodec18EncodeBGRASkBitmapERK8SkBitmapbPSt6vectorIhSaIhEE
+ fun:_ZN3gfx8PNGCodec*Encode*
}
{
bug_30704b
@@ -1680,8 +1680,7 @@
...
fun:png_write_row
...
- fun:_ZN3gfx8PNGCodec6EncodeEPKhNS0_11ColorFormatERKNS_4SizeEibRKSt6vectorINS0_7CommentESaIS8_EEPS7_IhSaIhEE
- fun:_ZN3gfx8PNGCodec18EncodeBGRASkBitmapERK8SkBitmapbPSt6vectorIhSaIhEE
+ fun:_ZN3gfx8PNGCodec*Encode*
}
{
bug_30704c
@@ -1704,7 +1703,7 @@
...
fun:png_write_row
fun:_ZN7WebCore12encodePixelsERKNS_7IntSizeEPhbPN3WTF6VectorIhLj0EEE
- fun:_ZN7WebCore15PNGImageEncoder6encodeERK8SkBitmapPN3WTF6VectorIhLj0EEE
+ fun:_ZN7WebCore15PNGImageEncoder6encode*
}
{
bug_30704f
@@ -3957,14 +3956,14 @@
Memcheck:Value4
...
fun:png_process_data
- fun:_ZN3gfx8PNGCodec6DecodeEPKhjP8SkBitmap
+ fun:_ZN3gfx8PNGCodec6Decode*
}
{
bug_75127b
Memcheck:Cond
...
fun:png_process_data
- fun:_ZN3gfx8PNGCodec6DecodeEPKhjP8SkBitmap
+ fun:_ZN3gfx8PNGCodec6Decode*
}
{
bug_75137