android_mt6572_jiabo/external/valgrind/gdbserver_tests/mcinfcallRU.vgtest
2025-09-05 16:56:03 +08:00

15 lines
695 B
Text

# test inferior calls when all threads are in Runnable or Yielding mode
prog: sleepers
# We would like to use B-B-B-B- instead of ------B- but this gives
# too much dependencies to the scheduler fairness.
args: 1 0 2000000000 ------B-
vgopts: --tool=memcheck --vgdb=yes --vgdb-error=0 --vgdb-prefix=./vgdb-prefix-mcinfcallRU
# filter_gdb to replace pid and Thread numbers in the output of the program:
stderr_filter: filter_gdb
# Disable on Darwin: inferior call rejected as it cannot find malloc.
prereq: test -e gdb && ! ../tests/os_test darwin
progB: gdb
argsB: --quiet -l 60 --nx ./sleepers
stdinB: mcinfcallRU.stdinB.gdb
stdoutB_filter: filter_make_empty
stderrB_filter: filter_make_empty