]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/valgrind/src/valgrind-3.6.0-svn/gdbserver_tests/mcsignopass.vgtest
update
[l4.git] / l4 / pkg / valgrind / src / valgrind-3.6.0-svn / gdbserver_tests / mcsignopass.vgtest
1 # 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.
7 prereq: test -e gdb
8 prog: ../none/tests/faultstatus
9 vgopts: --tool=memcheck --vgdb=full --vex-iropt-precise-memory-exns=yes --vgdb-error=0 --vgdb-prefix=./vgdb-prefix-mcsignopass
10 stderr_filter: filter_memcheck_monitor
11 progB: gdb
12 argsB: --quiet -l 60 --nx ../none/tests/faultstatus
13 stdinB: mcsignopass.stdinB.gdb
14 stdoutB_filter: filter_gdb
15 stderrB_filter: filter_make_empty
16