blob: ab933bbe709c797d7a3e7bf71fea42450bf41556 [file] [log] [blame]
sewardj3b290482011-05-06 21:02:55 +00001# test that vgdb can invoke a process when all threads are in Runnable or Yielding mode
2# If the test goes wrong, it might consume CPU during a long time.
3prog: sleepers
4args: 1 0 1000000000 B-B-B-B-
5vgopts: --tool=memcheck --vgdb=yes --vgdb-prefix=./vgdb-prefix-mcinvokeRU
6stderr_filter: filter_make_empty
7# as the Valgrind process is always busy, we do not need the vgdb.ptraceinvoker prereq.
8progB: invoker
9argsB: 10 --vgdb-prefix=./vgdb-prefix-mcinvokeRU --wait=60 -c vg.wait 0
10# if the --wait is not enough, the test will fail or block.
11stdoutB_filter: filter_memcheck_monitor
12stderrB_filter: filter_vgdb