For those testcases that crash one way or another

remove any core files after running the test.
Patch by Matthias Schwarzott <zzam@gentoo.org>


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15520
This commit is contained in:
Florian Krohm 2015-08-11 20:58:15 +00:00
parent 75381eec6e
commit c39a983920
6 changed files with 6 additions and 0 deletions

View File

@ -10,3 +10,4 @@ argsB: --quiet -l 60 --nx ./gone
stdinB: nlgone_abrt.stdinB.gdb
stdoutB_filter: filter_gdb
stderrB_filter: filter_gdb
cleanup: rm -f vgcore.*

View File

@ -1,2 +1,3 @@
prog: deep-backtrace
vgopts: -q --num-callers=500
cleanup: rm -f vgcore.*

View File

@ -1 +1,2 @@
prog: blockfault
cleanup: rm -f vgcore.*

View File

@ -1 +1,2 @@
prog: stack-overflow
cleanup: rm -f vgcore.*

View File

@ -1 +1,2 @@
prog: op00
cleanup: rm -f vgcore.*

View File

@ -3,3 +3,4 @@
# Can only be reproduced on an x86 box running a 32-bit kernel.
prog: hang
vgopts: -q
cleanup: rm -f vgcore.*