diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2012-01-20 20:42:31 +0100 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2012-01-21 12:04:46 +0100 |
commit | 77b90f0cd0b702b9ffff55d8612ef8b487705fd6 (patch) | |
tree | 6b43de70b78a98b143f512d2560503c694181fbd /tests/fate-valgrind.supp | |
parent | 99a42f3fa95aa68f6c945e98e043d69e541d93cc (diff) | |
download | ffmpeg-77b90f0cd0b702b9ffff55d8612ef8b487705fd6.tar.gz |
Add a --valgrind configure option.
If specified runs "make fate" through valgrind using the
given valgrind binary.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Diffstat (limited to 'tests/fate-valgrind.supp')
-rw-r--r-- | tests/fate-valgrind.supp | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/tests/fate-valgrind.supp b/tests/fate-valgrind.supp new file mode 100644 index 0000000000..db72c54b7f --- /dev/null +++ b/tests/fate-valgrind.supp @@ -0,0 +1,31 @@ +# seems fixed in newer versions +# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=577135 +{ + zlib-inflate + Memcheck:Cond + fun:inflateReset2 + fun:inflateInit2_ +} +# libc overreads on purpose +# http://sourceware.org/bugzilla/show_bug.cgi?id=12424 +{ + eval-strtod + Memcheck:Addr8 + fun:__GI___strncasecmp_l + fun:____strtod_l_internal + fun:av_strtod +} +{ + eval-strtod + Memcheck:Value8 + fun:__GI___strncasecmp_l + fun:____strtod_l_internal + fun:av_strtod +} +{ + eval-strtod + Memcheck:Cond + fun:__GI___strncasecmp_l + fun:____strtod_l_internal + fun:av_strtod +} |