syswrap openat2 for all linux arches
[valgrind.git] / gdbserver_tests / nlcontrolc.vgtest
blob09edfcaba5e2255c5c51387ee733563b41673d55
1 # test :
2 #   info threads valgrind specific output
3 #   the user can control-c an process with all threads in WaitSys
4 #          and modify some variables
5 #   the user can control-c an process with all threads in Running/Yielding
6 #          and modify some variables
7 # sleepers is started so that it burns CPU.
8 # We then interrupt the process.
9 # We modify variables so that instead of burning cpu, sleepers blocks
10 # all threads in a select syscall.
11 prog: sleepers
12 args: 1000000000 0 100000 BSBSBSBS 1
13 vgopts: --tool=none --vgdb=yes --vgdb-error=0 --vgdb-prefix=./vgdb-prefix-nlcontrolc
14 stderr_filter: filter_stderr
15 # Bug 338633 nlcontrol hangs on arm64 currently.
16 prereq: test -e gdb -a -f vgdb.invoker && ! ../tests/os_test solaris
17 progB: gdb
18 argsB: --quiet -l 60 --nx ./sleepers
19 stdinB: nlcontrolc.stdinB.gdb
20 stdoutB_filter: filter_gdb
21 stderrB_filter: filter_make_empty