1# test that vgdb can invoke a process when all threads are in WaitSys mode.
2# If the test goes wrong, it might be blocked during 10000 seconds.
3prog: sleepers
4args: 1 10000000 0 -S-S-S-S
5vgopts: --tool=memcheck --vgdb=yes --vgdb-prefix=./vgdb-prefix-mcinvokeWS
6stderr_filter: filter_make_empty
7prereq: test -f vgdb.invoker
8progB: invoker
9argsB: 10 --vgdb-prefix=./vgdb-prefix-mcinvokeWS --wait=60 -c v.wait 0
10# if the --wait is not enough, the test will fail or block
11stdoutB_filter: filter_memcheck_monitor
12stderrB_filter: filter_vgdb
13