Home | History | Annotate | Download | only in gdbserver_tests
      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-
      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 linux
     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
     16