gvisor/test/util
Mithun Iyer 199fcd0fe5 Skip `EventHUp` notify in `FIN_WAIT2` on a socket close.
This Notify was added as part of cl/279106406; but notifying `EventHUp`
in `FIN_WAIT2` is incorrect, as we want to only notify later on
`TIME_WAIT` or a reset. However, we do need to notify any blocked
waiters of an activity on the endpoint with `EventIn`|`EventOut`.

PiperOrigin-RevId: 341490913
2020-11-09 14:54:57 -08:00
..
BUILD Support VFS2 save/restore. 2020-10-23 17:48:33 -07:00
capability_util.cc Add missing newline 2020-04-03 11:38:37 -07:00
capability_util.h
cleanup.h
epoll_util.cc
epoll_util.h
eventfd_util.h Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
file_descriptor.h
fs_util.cc [vfs] Disable nlink tests for overlayfs. 2020-09-10 10:40:35 -07:00
fs_util.h
fs_util_test.cc
fuse_util.cc
fuse_util.h
logging.cc Fix suggestions from clang. 2019-06-28 15:32:29 -07:00
logging.h
memory_util.h Deflake aio_test. 2019-09-05 16:36:44 -07:00
mount_util.h
multiprocess_util.cc
multiprocess_util.h
platform_util.cc
platform_util.h Create platform_util for tests. 2020-01-27 22:28:43 -08:00
posix_error.cc
posix_error.h
posix_error_test.cc Import and structure cleanup. 2019-11-21 11:41:30 -08:00
proc_util.cc
proc_util.h
proc_util_test.cc Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
pty_util.cc
pty_util.h
rlimit_util.cc
rlimit_util.h Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
save_util.cc Support VFS2 save/restore. 2020-10-23 17:48:33 -07:00
save_util.h
save_util_linux.cc Support VFS2 save/restore. 2020-10-23 17:48:33 -07:00
save_util_other.cc Support VFS2 save/restore. 2020-10-23 17:48:33 -07:00
signal_util.cc
signal_util.h arm64 test: enabled Fault() function 2020-10-22 06:00:33 -04:00
temp_path.cc
temp_path.h
temp_umask.h
test_main.cc
test_util.cc
test_util.h Skip `EventHUp` notify in `FIN_WAIT2` on a socket close. 2020-11-09 14:54:57 -08:00
test_util_impl.cc
test_util_runfiles.cc
test_util_test.cc
thread_util.h Internal change. 2019-08-26 14:07:17 -07:00
time_util.cc
time_util.h
timer_util.cc Use POSIX interval timers in flock test. 2020-10-16 14:32:49 -07:00
timer_util.h
uid_util.cc
uid_util.h