summaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Expand)Author
2020-01-08Built dead-simple traversal, but now getting depedency cycle error :'(Kevin Krakauer
2020-01-08Added test for unconditional DROP on the filter INPUT chainKevin Krakauer
2020-01-08NewlineKevin Krakauer
2020-01-08Revert filter_input changeKevin Krakauer
2020-01-08Minor fixes to comments and loggingKevin Krakauer
2020-01-08Write simple ACCEPT rules to the filter table.Kevin Krakauer
2020-01-07fs/splice: don't report a partialResult error if there is no data lossAndrei Vagin
2020-01-07Fix partial_bad_buffer write tests.Adin Scannell
2020-01-06Fix readme formatting.Kevin Krakauer
2019-12-26Automated rollback of changelist 287029703gVisor bot
2019-12-24Enable IP_RECVTOS socket option for datagram socketsRyan Heacock
2019-12-19futex: wake one waiter if futex_wake is called with a non-positive valueAndrei Vagin
2019-12-19Parameterize mmap tests.Dean Deng
2019-12-18net/tcp: allow to call listen without bindAndrei Vagin
2019-12-18Switch to netinet/tcp.h and poll.h to for better platform portability.Jay Zhuang
2019-12-18Put GetSocketPairs() in unnamed namespaceJay Zhuang
2019-12-17Internal change.Kevin Krakauer
2019-12-17Internal change.gVisor bot
2019-12-17Explicitly export files needed by other packagesgVisor bot
2019-12-16Implement checks for get/setxattr at the syscall layer.Dean Deng
2019-12-12Add iptables testing framework.Kevin Krakauer
2019-12-12unix: allow to bind unix sockets only to AF_UNIX addressesAndrei Vagin
2019-12-11Add support for TCP_USER_TIMEOUT option.Bhasker Hariharan
2019-12-11Add syscall tests for getxattr and setxattr.Dean Deng
2019-12-10Re-enable execveat test that was causing files in /bin to be deleted.Dean Deng
2019-12-10Do not consider symlinks as directories in fs utils.Dean Deng
2019-12-10Disable execveat test that is causing files in /bin to be deleted.Dean Deng
2019-12-10Add hostinet tests for sendmsg and recvmsg with TOS/TCLASS.Dean Deng
2019-12-09Add test for SO_BINDTODEVICE state bug.Ian Gudger
2019-12-09Add UDP SO_REUSEADDR support to the port manager.Ian Gudger
2019-12-09Include <netinet/tcp.h> for TCP enums in proc_net testsJay Zhuang
2019-12-09Mark test as non flaky.Bhasker Hariharan
2019-12-09Add tests for rseq(2)Michael Pratt
2019-12-06Add hostinet tests for UDP sockets.Dean Deng
2019-12-05Implement F_GETOWN_EX and F_SETOWN_EX.Ian Gudger
2019-12-05Reduce flakiness under gotsan runs.Bhasker Hariharan
2019-12-05Create correct file for /proc/[pid]/task/[tid]/ioZach Koopmans
2019-12-05Explicitly export files needed by other packagesgVisor bot
2019-12-04Allow syscall tests to run with hostinet.Dean Deng
2019-12-03Clean up readv_socket test suite.Dean Deng
2019-12-03Point TODO to gvisor.devFabricio Voznika
2019-12-03net/udp: return a local route address as the bound-to addressAndrei Vagin
2019-12-03Fix panic due to early transition to Closed.Bhasker Hariharan
2019-12-03strace: don't create a slice with a negative valueAndrei Vagin
2019-12-03Add RunfilesPath to test_utilMichael Pratt
2019-12-02test/syscal: Don't skip ClockGettime.CputimeIdAndrei Vagin
2019-12-02Fix typo, s/Convertable/Convertible/gJay Zhuang
2019-12-02Port tests in udp_socket.cc to FuchsiaJay Zhuang
2019-11-27Add floating point exception testsMichael Pratt
2019-11-26Allow open(O_TRUNC) and (f)truncate for proc files.Ian Lewis