blob: 6568c6295681106a9df5cad4c400b3aafcf89403 [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.
7prog: ../none/tests/faultstatus
8vgopts: --tool=memcheck --vgdb=yes --vgdb-error=0 --vgdb-prefix=./vgdb-prefix-mcsignopass
9stderr_filter: filter_memcheck_monitor
10progB: gdb
11argsB: --quiet -l 60 --nx ../none/tests/faultstatus
12stdinB: mcsignopass.stdinB.gdb
13stdoutB_filter: filter_gdb
14stderrB_filter: filter_make_empty
15