summaryrefslogtreecommitdiffhomepage
path: root/test/runner/runner.go
AgeCommit message (Expand)Author
2021-01-15Support TEST_PREMATURE_EXIT_FILE in syscall testsFabricio Voznika
2020-10-23Rewrite reference leak checker without finalizers.Dean Deng
2020-08-31Run syscall tests in uts namespaces.Rahat Mahmood
2020-08-12Limit the scope when deleting test log directory on successFabricio Voznika
2020-07-25test/syscall: run each test case in a separate network namespaceAndrei Vagin
2020-07-09Gate FUSE behind a runsc flagRidwan Sharif
2020-06-17Remove various uses of 'blacklist'Michael Pratt
2020-06-15Correctly set the test VFS environment variable.Rahat Mahmood
2020-06-11Remove generated logs when test succeeds.Adin Scannell
2020-06-01Enable VFS2 to runsc syscall testsFabricio Voznika
2020-05-29runner: fix goroutine leakGaurav Singh
2020-05-21Fix IsRunningWithVFS1() on the runsc-based test runner.Jamie Liu
2020-04-23Simplify Docker test infrastructure.Adin Scannell
2020-03-20test: Create a separate /tmp mount only for tests with the shared tagAndrei Vagin
2020-02-19Add basic microbenchmarks.Adin Scannell