mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 01:51:29 +00:00
Remove unnecessary Memcheck test filters.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9188
This commit is contained in:
parent
41aab1bfa5
commit
b327b8dd60
@ -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 \
|
||||
|
||||
@ -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'
|
||||
@ -1,3 +0,0 @@
|
||||
#! /bin/sh
|
||||
./filter_stderr |
|
||||
sed "/^ by 0x........: /d"
|
||||
@ -1,3 +1,2 @@
|
||||
prog: malloc_free_fill
|
||||
vgopts: -q --malloc-fill=0x55 --free-fill=0x77
|
||||
stderr_filter: filter_malloc_free_fill
|
||||
|
||||
@ -1,3 +1,2 @@
|
||||
prog: sigaltstack
|
||||
stderr_filter: ./filter_stderr_backtrace
|
||||
vgopts: -q
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user