summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/syscall_test_runner.go
AgeCommit message (Expand)Author
2019-12-04Allow syscall tests to run with hostinet.Dean Deng
2019-11-06Fix yet another data race.Bhasker Hariharan
2019-11-06Fix data race in syscall_test_runner.goBhasker Hariharan
2019-10-18Cleanup host UDS supportMichael Pratt
2019-09-18Shard the runtime tests.Nicolas Lacasse
2019-09-03Impose order on test scripts.Adin Scannell
2019-08-20test: reset a signal handler before closing a signal channelAndrei Vagin
2019-08-13tests: print stack traces if test failed by timeoutAndrei Vagin
2019-06-13Update canonical repository.Adin Scannell
2019-06-11gvisor/test: create a per-testcase directory for runsc logsAndrei Vagin
2019-06-06Add overlay dimension to FS related syscall testsFabricio Voznika
2019-05-05Fix raw socket behavior and tests.Kevin Krakauer
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-02-27Don't log twice to debug log when --log isn't setFabricio Voznika
2019-02-25Use a custom, world-accessible, /tmp mountMichael Pratt
2019-02-07gvisor/tests: save runsc logs for each container in a separate directoryAndrei Vagin
2019-02-01gvisor/test: Remove gtest shard env variablesAndrei Vagin
2019-01-31Add syscall test dimension for --file_access=sharedFabricio Voznika
2019-01-24Add runsc logs to test resultsFabricio Voznika
2019-01-24Increase gofer coverage in testsFabricio Voznika
2019-01-16Prevent internal tmpfs mount to override files in /tmpFabricio Voznika
2019-01-15Set end of subslice as begin of next subsliceYong He
2019-01-09Allow to specify a custom path to runsc for syscall-test-runnerAndrei Vagin
2018-12-28Implement SO_REUSEPORT for TCP and UDP socketsAndrei Vagin
2018-12-14Shard the syscall tests.Nicolas Lacasse