Remove unnecessary Memcheck test filters.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9188
This commit is contained in:
Nicholas Nethercote 2009-02-17 00:47:10 +00:00
parent 41aab1bfa5
commit b327b8dd60
6 changed files with 2 additions and 12 deletions

View File

@ -25,8 +25,8 @@ endif
DIST_SUBDIRS = x86 amd64 linux x86-linux .
noinst_SCRIPTS = filter_allocs filter_leak_check_size \
filter_stderr filter_stderr_backtrace filter_xml \
filter_varinfo3 filter_malloc_free_fill
filter_stderr filter_xml \
filter_varinfo3
EXTRA_DIST = $(noinst_SCRIPTS) \
addressable.stderr.exp addressable.stdout.exp addressable.vgtest \

View File

@ -1,5 +0,0 @@
#! /bin/sh
./filter_stderr |
sed -e 's|^Use of uninitialised value of size [0-9]*$|Use of uninitialised value of size .|g' \
-e 's|^ *at 0x\.*: _itoa_word (in /\.\.\.libc\.\.\.)$| at 0x........: (within /...libc...)|g'

View File

@ -1,3 +0,0 @@
#! /bin/sh
./filter_stderr |
sed "/^ by 0x........: /d"

View File

@ -1,3 +1,2 @@
prog: malloc_free_fill
vgopts: -q --malloc-fill=0x55 --free-fill=0x77
stderr_filter: filter_malloc_free_fill

View File

@ -1,3 +1,2 @@
prog: sigaltstack
stderr_filter: ./filter_stderr_backtrace
vgopts: -q