summaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Expand)Author
2020-04-23Fix Layer merge and add unit testsEyal Soha
2020-04-23Fix test output so that filenames have the correct path.Eyal Soha
2020-04-23Simplify Docker test infrastructure.Adin Scannell
2020-04-23Run failing packetimpact test and expect failure.Eyal Soha
2020-04-22tcp: handle listen after shutdown properlyAndrei Vagin
2020-04-22Add comments about deepcopy in Layer.incoming()Eyal Soha
2020-04-21Don't ignore override if it is longer than layerStatesgVisor bot
2020-04-21Restore euid upon test finishKevin Krakauer
2020-04-21Internal change.gVisor bot
2020-04-20Add a functional vm_test for root_test.Adin Scannell
2020-04-20Merge pull request #2060 from xiaobo55x:rseqgVisor bot
2020-04-19Don't accept segments outside the receive windowEyal Soha
2020-04-19Convert tcp_user_timeout test from packetdrill to packetimpact.Eyal Soha
2020-04-17prlimit: don't check credentials on selfKevin Krakauer
2020-04-17Add test name to boot and gofer log filesFabricio Voznika
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-16Use multierr in packetimpact Connection.Close()Eyal Soha
2020-04-16Test TCP behavior when receiving unacceptable segment in CLOSE_WAITgVisor bot
2020-04-15Add tests for segments outside the receive window.Eyal Soha
2020-04-15Use hex.Dump for Layer.String() of byte slices.Eyal Soha
2020-04-15Use if_nametoindex to get interface index.Ting-Yu Wang
2020-04-15Refactor connections.go to make it easier to add new connection types.Eyal Soha
2020-04-15Reset pending connections on listener closeMithun Iyer
2020-04-14Test TCP should piggyback ACK in ESTAB stategVisor bot
2020-04-14Merge pull request #2375 from lubinszARM:pr_exec_binarygVisor bot
2020-04-13Add Sniffer.Drain() draining socket receive buffergVisor 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-12Refactor parser to use a for loop instead of recursion.Eyal Soha
2020-04-11Improve error messages when parsing headers.Eyal Soha
2020-04-10Port extended attributes to VFS2.Dean Deng
2020-04-10Test that RST is sent after ABORT in ESTABLISHED TCP state.Eyal Soha
2020-04-10test: remove 1s delay after non-blocking socket pair acceptAndrei Vagin
2020-04-09Merge pull request #2253 from amscanne:nogogVisor bot
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-08Dereference pointers in Layer's Stringer implgVisor bot
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