Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-21 | arm64: add a travis build ci | Andrei Vagin | |
Build runsc and run "runsc do ls". Signed-off-by: Andrei Vagin <avagin@gmail.com> | |||
2019-12-09 | Add tests for rseq(2) | Michael Pratt | |
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 |