summaryrefslogtreecommitdiffhomepage
path: root/test/util
AgeCommit message (Expand)Author
2021-01-29Remove side effect from test casesFabricio Voznika
2021-01-28Change EXPECT/ASSERT to TEST_CHECK inside InForkedProcessFabricio Voznika
2021-01-28Add O_PATH support in vfs2gVisor bot
2021-01-22Detect failures in forked functionFabricio Voznika
2020-11-09Skip `EventHUp` notify in `FIN_WAIT2` on a socket close.Mithun Iyer
2020-11-06Fix infinite loop when splicing to pipes/eventfds.Nicolas Lacasse
2020-10-28Merge pull request #4543 from lubinszARM:pr_test_sigaltstackgVisor bot
2020-10-23Support VFS2 save/restore.Jamie Liu
2020-10-22arm64 test: enabled Fault() functionBin Lu
2020-10-16Use POSIX interval timers in flock test.Dean Deng
2020-10-05Internal change.gVisor bot
2020-09-16test/fuse: clean upAndrei Vagin
2020-09-16Add fh support for revise attr and fstat(2) testCraig Chi
2020-09-16Add default attr in fuse_utilCraig Chi
2020-09-16Implement FUSE_OPEN/OPENDIRBoyuan He
2020-09-16Add function generating array of iovec with different FUSE structsCraig Chi
2020-09-10[vfs] Disable nlink tests for overlayfs.Ayush Ranjan
2020-09-01Refactor tty codebase to use master-replica terminology.Ayush Ranjan
2020-08-31Remove __fuchsia__ definesTamir Duberstein
2020-08-27Fix JobControl tests for open source.Zach Koopmans
2020-08-26tmpfs: Allow xattrs in the trusted namespace if creds has CAP_SYS_ADMIN.Nicolas Lacasse
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-07Deflake exec test.Jamie Liu
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-04-03Add missing newlineTamir Duberstein
2020-03-03Move temp_umask to test/util.Adin Scannell
2020-02-19Add basic microbenchmarks.Adin Scannell
2020-02-05Add notes to relevant tests.Adin Scannell
2020-01-31KVM platform does not support 32bit.Ting-Yu Wang
2020-01-30Simplify testing link rules.Adin Scannell
2020-01-30Merge pull request #1471 from xiaobo55x:syscall_testgVisor bot
2020-01-30Merge pull request #1630 from xiaobo55x:kOLargeFilegVisor bot
2020-01-28Prefer Type& over Type &Michael Pratt
2020-01-27Create platform_util for tests.Adin Scannell
2020-01-27Fix header ordering and format all C++ code.Adin Scannell
2020-01-27Standardize on tools directory.Adin Scannell
2020-01-23Unify the kOLargeFile definition in syscall tests.Haibo Xu
2020-01-21Change to standard types.Adin Scannell
2020-01-21Merge pull request #1492 from majek:err_typo_in_netstack_testsgVisor bot
2020-01-17Enable build of test/syscall tests on arm64.Haibo Xu
2019-12-30Add test/util/save_util_linux.cc:MaybeSave to support arm64Bin Lu
2019-12-10Do not consider symlinks as directories in fs utils.Dean Deng
2019-12-04Allow syscall tests to run with hostinet.Dean Deng
2019-12-03Add RunfilesPath to test_utilMichael Pratt
2019-11-21Import and structure cleanup.Adin Scannell
2019-11-14Check that a file is a regular file with open(O_TRUNC).Kevin Krakauer