mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
and update exp files accordingly. This works well for x86 and all testcases pass on my machine. New file filter_memcheck to do the work. There is a bit of a ripple here as filter_memcheck requires command line arguments to be passed in. So all users of filter_memcheck (direct or indirect) were updated as well. filter_stderr was simplified as was filter_libc. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12091
5 lines
168 B
Plaintext
5 lines
168 B
Plaintext
prog: leak-cases
|
|
vgopts: -q --leak-check=full --leak-resolution=high --show-possibly-lost=no
|
|
stderr_filter: filter_leak_cases_possible
|
|
stderr_filter_args: leak-cases.c
|