summaryrefslogtreecommitdiffhomepage
path: root/test/util
AgeCommit message (Expand)Author
2021-09-16Allow creating packet socket bound to any protocolGhanan Gowripalan
2021-09-13tools/show_paths.bzl: check that provider_map isn't NoneAndrei Vagin
2021-09-11Internal change.gVisor bot
2021-09-07Conditionally use GetAbsoluteTestTmpdir() rather than hard-code "/tmp"Kevin Lindkvist
2021-08-31Automated rollback of changelist 390405182gVisor bot
2021-08-12Automated rollback of changelist 390346783gVisor bot
2021-08-12Internal change.gVisor bot
2021-08-11Run packet socket tests on FuchsiaGhanan Gowripalan
2021-08-11Initial cgroupfs support for subcontainersRahat Mahmood
2021-08-09Run raw IP socket syscall tests on FuchsiaGhanan Gowripalan
2021-07-23Add verity open benchmark testChong Cai
2021-07-22Move socket_test_util to //test/utilGhanan Gowripalan
2021-07-15netstack: support SO_RCVBUFFORCEKevin Krakauer
2021-07-14Add verity symlink testsChong Cai
2021-07-12Drop dedicated benchmark lifecycle.Adin Scannell
2021-06-23Fix PR_SET_PTRACER applicability to non-leader threads.Jamie Liu
2021-05-14Add verity_mmap testsChong Cai
2021-05-14Fix cgroup hierarchy registration.Rahat Mahmood
2021-04-29Implement epoll_pwait2.Jing Chen
2021-04-26Handle tmpfs with 5 fields in /proc/mounts parsing.Adin Scannell
2021-04-22Remove side effect from mount testsFabricio Voznika
2021-04-22Also report mount options through /proc/<pid>/mounts.Rahat Mahmood
2021-04-21Stub the custom "job" controller required by some workloads.Rahat Mahmood
2021-04-13Remove _NoRandomSave tests.Adin Scannell
2021-04-02Implement cgroupfs.Rahat Mahmood
2021-02-11Assign controlling terminal when tty is opened and support NOCTTYKevin Krakauer
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