blob: 32d169754196bed629cbb717cf9673eda979013e [file] [log] [blame]
sewardj3b290482011-05-06 21:02:55 +00001# test the signal handling, when signals are *not* passed to the Valgrind guest.
2# We detect this two ways:
3# the gdb output will not contain the signal handling
4# faultstatus C code will report a failure for the signal not passed
5# (i.e. SIGBUG, Test 3). Other tests will be succesful, because signals
6# are eventually passed.
bart226284f2011-05-15 06:07:57 +00007prereq: test -e gdb
sewardj3b290482011-05-06 21:02:55 +00008prog: ../none/tests/faultstatus
sewardjd142f992011-05-17 17:15:07 +00009vgopts: --tool=memcheck --vgdb=full --vex-iropt-precise-memory-exns=yes --vgdb-error=0 --vgdb-prefix=./vgdb-prefix-mcsignopass
sewardj3b290482011-05-06 21:02:55 +000010stderr_filter: filter_memcheck_monitor
florian3dfe9792011-10-03 23:39:54 +000011stderr_filter_args: faultstatus.c
sewardj3b290482011-05-06 21:02:55 +000012progB: gdb
13argsB: --quiet -l 60 --nx ../none/tests/faultstatus
14stdinB: mcsignopass.stdinB.gdb
15stdoutB_filter: filter_gdb
16stderrB_filter: filter_make_empty
17