gvisor/test/syscalls/linux/rseq
Michael Pratt 498595d543 Add tests for rseq(2)
Add a decent set of syscall tests for rseq(2). These are a bit awkward because
of issues with library integration. libc may register rseq on thread start
(including before main on the initial thread), precluding much testing. Thus we
run tests in a libc-free subprocess.

Support for rseq(2) in gVisor will come in a later commit.

PiperOrigin-RevId: 284595994
2019-12-09 11:22:31 -08:00
..
BUILD Add tests for rseq(2) 2019-12-09 11:22:31 -08:00
critical.S Add tests for rseq(2) 2019-12-09 11:22:31 -08:00
critical.h Add tests for rseq(2) 2019-12-09 11:22:31 -08:00
rseq.cc Add tests for rseq(2) 2019-12-09 11:22:31 -08:00
start.S Add tests for rseq(2) 2019-12-09 11:22:31 -08:00
syscalls.h Add tests for rseq(2) 2019-12-09 11:22:31 -08:00
test.h Add tests for rseq(2) 2019-12-09 11:22:31 -08:00
types.h Add tests for rseq(2) 2019-12-09 11:22:31 -08:00
uapi.h Add tests for rseq(2) 2019-12-09 11:22:31 -08:00