summaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Expand)Author
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
2019-11-22tests: include sys/socket.h before linux/if_arp.hAndrei Vagin
2019-11-21Import and structure cleanup.Adin Scannell
2019-11-14Fix return codes for {get,set}sockopt for some nullptr cases.Ting-Yu Wang
2019-11-14Check that a file is a regular file with open(O_TRUNC).Kevin Krakauer
2019-11-14Allow all runtime tests for a language to be run via a single command.Kevin Krakauer
2019-11-13test/syscalls/proc: check an return code of waitidAndrei Vagin
2019-11-13Extract linux-specific test setup to separate fileJay Zhuang
2019-11-12Add UDP SO_REUSEADDR/SO_REUSEPORT conversion tests.Ian Gudger
2019-11-12Add tests for SO_REUSEADDR and SO_REUSEPORT.Ian Gudger
2019-11-11Update ephemeral port reservation tests.Ian Gudger
2019-11-11Remove obsolete TODO. This is now fixed.Bhasker Hariharan
2019-11-11Make `connect` on socket returned by `accept` correctly error out with EISCONNgVisor bot
2019-11-07Add support for TIME_WAIT timeout.Bhasker Hariharan
2019-11-06Fix yet another data race.Bhasker Hariharan
2019-11-06Fix data race in syscall_test_runner.goBhasker Hariharan
2019-11-06Use PacketBuffers, rather than VectorisedViews, in netstack.Kevin Krakauer
2019-11-05test/root: check that memory accouting works as expectedAndrei Vagin