1# test inferior calls when all threads are in Runnable or Yielding mode 2prog: 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. 5args: 1 0 2000000000 ------B- 6vgopts: --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: 8stderr_filter: filter_gdb 9# Disable on Darwin: inferior call rejected as it cannot find malloc. 10prereq: test -e gdb && ../tests/os_test linux 11progB: gdb 12argsB: --quiet -l 60 --nx ./sleepers 13stdinB: mcinfcallRU.stdinB.gdb 14stdoutB_filter: filter_make_empty 15stderrB_filter: filter_make_empty 16