summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux
AgeCommit message (Expand)Author
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-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-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-13test/syscalls/proc: check an return code of waitidAndrei Vagin
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-06Use PacketBuffers, rather than VectorisedViews, in netstack.Kevin Krakauer
2019-11-04kokoro: run KVM syscall testsAndrei Vagin
2019-11-04Add NETLINK_KOBJECT_UEVENT socket supportMichael Pratt
2019-11-01Add SO_PASSCRED support to netlink socketsMichael Pratt
2019-11-01tests: don't use ASSERT_THAT after forkAndrei Vagin
2019-10-30Store endpoints inside multiPortEndpoint in a sorted orderAndrei Vagin
2019-10-30Clean up typos in test names.Dean Deng
2019-10-29Update symlink traversal limit when resolving interpreter path.Dean Deng
2019-10-29Fix PollWithFullBufferBlocks.Bhasker Hariharan
2019-10-29Disallow execveat on interpreter scripts with fd opened with O_CLOEXEC.Dean Deng
2019-10-25test/syscall: Remove duplicated gtest/gtest.h.Haibo
2019-10-24Handle AT_SYMLINK_NOFOLLOW flag for execveat.Dean Deng
2019-10-23Handle AT_EMPTY_PATH flag in execveat.Dean Deng
2019-10-23Add check for proper settings to AF_PACKET tests.Kevin Krakauer