Bug 415757 - vex x86->IR: unhandled instruction bytes: 0x66 0xF 0xCE (bswapw).
[valgrind.git] / gdbserver_tests / mcinfcallRU.vgtest
blobe16df045307d3c5a36d580ca0470e0e3ae154b97
1 # test inferior calls when all threads are in Runnable or Yielding mode
2 prog: sleepers
3 # We would like to use B-B-B-B- instead of ------B- but this gives
4 # too much dependencies to the scheduler fairness.
5 args: 1 0 2000000000 ------B- 1
6 vgopts: --tool=memcheck --vgdb=yes --vgdb-error=0 --vgdb-prefix=./vgdb-prefix-mcinfcallRU
7 # filter_gdb to replace pid and Thread numbers in the output of the program:
8 stderr_filter: filter_gdb
9 # Disable on Darwin: inferior call rejected as it cannot find malloc.
10 prereq: test -e gdb && ! ../tests/os_test darwin
11 progB: gdb
12 argsB:  --quiet -l 60 --nx ./sleepers
13 stdinB: mcinfcallRU.stdinB.gdb
14 stdoutB_filter: filter_make_empty
15 stderrB_filter: filter_make_empty