Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-21 | Change to standard types. | Adin Scannell | |
PiperOrigin-RevId: 290846481 | |||
2020-01-21 | Merge pull request #1492 from majek:err_typo_in_netstack_tests | gVisor bot | |
PiperOrigin-RevId: 290840370 | |||
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 |