gvisor/test/util
Fabricio Voznika 7bde26934a Add IsRunningWithVFS1 to test util
VFS2 is adding more functionality than VFS1. In order to test
new functionality, it's required to skip some tests with VFS1.
To skip tests, use:

SKIP_IF(IsRunningWithVFS1());

The test will run in Linux and gVisor with VFS2 enabled.

Updates #1035

PiperOrigin-RevId: 312698616
2020-05-21 10:48:25 -07:00
..
BUILD
capability_util.cc
capability_util.h
cleanup.h
epoll_util.cc Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
epoll_util.h
eventfd_util.h
file_descriptor.h
fs_util.cc
fs_util.h
fs_util_test.cc
logging.cc
logging.h
memory_util.h Deflake aio_test. 2019-09-05 16:36:44 -07:00
mount_util.h Prefer Type& over Type & 2020-01-28 11:18:17 -08:00
multiprocess_util.cc
multiprocess_util.h
platform_util.cc
platform_util.h
posix_error.cc
posix_error.h
posix_error_test.cc
proc_util.cc
proc_util.h
proc_util_test.cc
pty_util.cc
pty_util.h
rlimit_util.cc
rlimit_util.h
save_util.cc
save_util.h
save_util_linux.cc Standardize on tools directory. 2020-01-27 12:21:00 -08:00
save_util_other.cc
signal_util.cc
signal_util.h
temp_path.cc
temp_path.h
temp_umask.h
test_main.cc
test_util.cc Add IsRunningWithVFS1 to test util 2020-05-21 10:48:25 -07:00
test_util.h Add IsRunningWithVFS1 to test util 2020-05-21 10:48:25 -07:00
test_util_impl.cc
test_util_runfiles.cc Standardize on tools directory. 2020-01-27 12:21:00 -08:00
test_util_test.cc
thread_util.h
time_util.cc
time_util.h
timer_util.cc
timer_util.h
uid_util.cc
uid_util.h