summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls
AgeCommit message (Expand)Author
2020-05-05gvisor/test: use RetryEINTR for connect()Andrei Vagin
2020-05-04Port eventfd to VFS2.Nicolas Lacasse
2020-05-04Deflake //third_party/gvisor/test/syscalls:proc_test_nativeAndrei Vagin
2020-04-28Fix Unix socket permissions.Dean Deng
2020-04-28Don't unlink named pipes in pipe test.Jamie Liu
2020-04-22tcp: handle listen after shutdown properlyAndrei Vagin
2020-04-21Restore euid upon test finishKevin Krakauer
2020-04-20Merge pull request #2060 from xiaobo55x:rseqgVisor bot
2020-04-17prlimit: don't check credentials on selfKevin Krakauer
2020-04-17proc net test: Annotate disable-save test with NoRandomSave.Ting-Yu Wang
2020-04-16Implement pipe(2) and pipe2(2) for VFS2.Jamie Liu
2020-04-16Reset pending connections on listener shutdown.Mithun Iyer
2020-04-15Use if_nametoindex to get interface index.Ting-Yu Wang
2020-04-15Reset pending connections on listener closeMithun Iyer
2020-04-14Merge pull request #2375 from lubinszARM:pr_exec_binarygVisor bot
2020-04-13Don't allow read/write when offset+size overflows.Nicolas Lacasse
2020-04-13Remove unnecessary threadsTamir Duberstein
2020-04-13Merge pull request #2168 from xiaobo55x:ptrace_testgVisor bot
2020-04-13Merge pull request #2288 from xiaobo55x:fork_testgVisor bot
2020-04-13Merge pull request #2289 from xiaobo55x:syscall_cleanupgVisor bot
2020-04-10Port extended attributes to VFS2.Dean Deng
2020-04-10test: remove 1s delay after non-blocking socket pair acceptAndrei Vagin
2020-04-10Enable syscall ptrace test on arm64.Haibo Xu
2020-04-10Enable syscall fork_test on arm64.Haibo Xu
2020-04-09Remove TODOs from Async IOFabricio Voznika
2020-04-09Make some functions in IfAddrHelper const.Ting-Yu Wang
2020-04-09Dedup netlink utility functions in tests.Ting-Yu Wang
2020-04-08splice: cap splice calls to MAX_RW_COUNTAndrei Vagin
2020-04-08Bump proc_test's kRSSTolerance to 10MB.Jamie Liu
2020-04-08Clean up TODOsFabricio Voznika
2020-04-08Handle utimes correctly for shared gofer filesystems.Dean Deng
2020-04-08file test: Remove FIXME about FIFO. It is already tested in mknod test.Ting-Yu Wang
2020-04-08Enable SubprocessExited and SubprocessZombie for gVisorFabricio Voznika
2020-04-08Enable exec_binary syscall test on Arm64Bin Lu
2020-04-08tests: Specify NoRandomSave for PortReuse testsAndrei Vagin
2020-04-07mkdir test: Address TODOs and re-enable a test.Ting-Yu Wang
2020-04-07Make gofer.dentry.destroyLocked idempotentFabricio Voznika
2020-04-06Bump up acceptable sample count for flaky itimer test.Dean Deng
2020-04-03Ensure EOF is handled propertly during splice.Adin Scannell
2020-04-03Add missing newlineTamir Duberstein
2020-04-03Internal change.gVisor bot
2020-04-02Fix typo in TODO comments.Dean Deng
2020-04-02Fix flaky TCPLinger2TimeoutAfterClose test.Bhasker Hariharan
2020-03-31Add socket filesystem and global disconnected socket mount for VFS2.Dean Deng
2020-04-01Enable rseq syscall test on arm64.Haibo Xu
2020-03-31Cleanup for syscall tests on arm64.Haibo Xu
2020-03-26Merge pull request #2177 from xiaobo55x:sysret_testgVisor bot
2020-03-25Merge pull request #2151 from xiaobo55x:seccomp_testgVisor bot
2020-03-25Misc fixes to make stat_test pass (almost)Fabricio Voznika
2020-03-24Open a temp directory before changing capabilities and user ID-sAndrei Vagin