summaryrefslogtreecommitdiffhomepage
path: root/test/util/test_util.h
AgeCommit message (Expand)Author
2021-04-29Implement epoll_pwait2.Jing Chen
2020-11-09Skip `EventHUp` notify in `FIN_WAIT2` on a socket close.Mithun Iyer
2020-07-15Merge pull request #3165 from ridwanmsharif:ridwanmsharif/fuse-off-by-defaultgVisor bot
2020-07-13Add ReadAllFd to test utilFabricio Voznika
2020-07-09Gate FUSE behind a runsc flagRidwan Sharif
2020-07-01Add test env variable "fuchsia"Jay Zhuang
2020-06-18Fix vfs2 tmpfs link permission checks.Dean Deng
2020-05-21Add IsRunningWithVFS1 to test utilFabricio Voznika
2020-02-19Add basic microbenchmarks.Adin Scannell
2020-01-27Create platform_util for tests.Adin Scannell
2020-01-21Change to standard types.Adin Scannell
2020-01-21Merge pull request #1492 from majek:err_typo_in_netstack_testsgVisor bot
2019-12-04Allow syscall tests to run with hostinet.Dean Deng
2019-12-03Add RunfilesPath to test_utilMichael Pratt
2019-11-13Extract linux-specific test setup to separate fileJay Zhuang
2019-09-16Migrate from gflags to absl flagsMichael Pratt
2019-05-24Extract SleepSafe from test_utilTamir Duberstein
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-26Remove syscall tests' dependency on glogTamir Duberstein
2019-04-25Handle glibc and XSI variants of strerror_rTamir Duberstein
2019-03-19netstack: reduce MSS from SYN to account tcp optionsAndrei Vagin
2018-12-19Implement pwritev2.Zach Koopmans
2018-12-10Open source system call tests.Brian Geffon