summaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Expand)Author
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
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-01Add "manual" tag back to runtime tests.Nicolas Lacasse
2019-11-01tests: don't use ASSERT_THAT after forkAndrei Vagin
2019-10-30Add Kokoro config for new runtime testsBrad Burlage
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-28Deflake TestCheckpointRestoreFabricio Voznika
2019-10-25test/syscall: Remove duplicated gtest/gtest.h.Haibo
2019-10-24Fix early deletion of rootDirFabricio Voznika
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
2019-10-23Merge pull request #641 from tanjianfeng:mastergVisor bot
2019-10-23Remove comparison between signed and unsigned intMichael Pratt
2019-10-21Add basic implementation of execveat syscall and associated tests.Dean Deng
2019-10-21AF_PACKET support for netstack (aka epsocket).Kevin Krakauer
2019-10-18Add more instructions to test/README.mdFabricio Voznika
2019-10-18Cleanup host UDS supportMichael Pratt
2019-10-18test/perf: optimize the getdents testAndrei Vagin
2019-10-18test: use a bigger buffer to fill a socketAndrei Vagin
2019-10-16Merge pull request #736 from tanjianfeng:fix-unixgVisor bot
2019-10-16Remove death from exec test namesMichael Pratt
2019-10-15epsocket: support /proc/net/snmpJianfeng Tan
2019-10-15support /proc/net/snmpJianfeng Tan
2019-10-14Internal change.gVisor bot
2019-10-10Allow for zero byte iovec with MSG_PEEK | MSG_TRUNC in recvmsg.Ian Lewis
2019-10-10Fix signalfd polling.Adin Scannell
2019-10-09Add blacklists for remaining runtime tests, and test that they parse correctly.Nicolas Lacasse
2019-10-07Implement IP_TTL.Ian Gudger
2019-10-07Add tests for $HOMEIan Lewis
2019-10-03Implement proper local broadcast behaviorChris Kuiper