gvisor/test/syscalls/linux
Andrei Vagin 006f978829 Deflake //third_party/gvisor/test/syscalls:proc_test_native
There is the known issue of the linux procfs, that two consequent calls of
readdir can return the same entry twice if between these calls one or more
entries have been removed from this directory.

PiperOrigin-RevId: 309803066
2020-05-04 12:58:24 -07:00
..
rseq Merge pull request #2060 from xiaobo55x:rseq 2020-04-20 12:31:22 -07:00
32bit.cc
BUILD
accept_bind.cc
accept_bind_stream.cc
access.cc Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
affinity.cc
aio.cc
alarm.cc Add basic microbenchmarks. 2020-02-19 18:21:54 -08:00
arch_prctl.cc
bad.cc code clean: minor changes to compatible with ubuntu18.04 2020-03-03 17:45:59 +08:00
base_poll_test.cc
base_poll_test.h
bind.cc test/syscall: Remove duplicated gtest/gtest.h. 2019-10-25 12:40:36 -07:00
brk.cc
chdir.cc
chmod.cc
chown.cc
chroot.cc
clock_getres.cc
clock_gettime.cc
clock_nanosleep.cc
concurrency.cc Add notes to relevant tests. 2020-02-05 22:46:35 -08:00
connect_external.cc Prefer Type& over Type & 2020-01-28 11:18:17 -08:00
creat.cc
dev.cc Hide /dev/net/tun when using hostinet. 2020-02-28 10:39:12 -08:00
dup.cc
epoll.cc
eventfd.cc fs/splice: don't report partial errors for special files 2020-01-28 13:37:19 -08:00
exceptions.cc
exec.cc
exec.h
exec_assert_closed_workload.cc
exec_basic_workload.cc
exec_binary.cc
exec_proc_exe_workload.cc Add notes to relevant tests. 2020-02-05 22:46:35 -08:00
exec_state_workload.cc
exit.cc
exit_script.sh
fadvise64.cc
fallocate.cc Deflake fallocate syscall test. 2020-02-18 12:02:05 -08:00
fault.cc
fchdir.cc
fcntl.cc
file_base.h
flock.cc
fork.cc Enable syscall fork_test on arm64. 2020-04-10 09:39:50 +08:00
fpsig_fork.cc
fpsig_nested.cc
fsync.cc
futex.cc Change to standard types. 2020-01-21 17:28:57 -08:00
getcpu.cc Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
getdents.cc Merge pull request #1471 from xiaobo55x:syscall_test 2020-01-30 16:12:25 -08:00
getrandom.cc
getrusage.cc
inotify.cc
ioctl.cc Implement F_GETOWN_EX and F_SETOWN_EX. 2019-12-05 17:28:52 -08:00
ip_socket_test_util.cc
ip_socket_test_util.h Make some functions in IfAddrHelper const. 2020-04-09 16:22:02 -07:00
iptables.cc
iptables.h
itimer.cc
kill.cc
link.cc
lseek.cc Cleanup for syscall tests on arm64. 2020-03-31 13:39:38 +08:00
madvise.cc Prefer Type& over Type & 2020-01-28 11:18:17 -08:00
memfd.cc
memory_accounting.cc
mempolicy.cc
mincore.cc
mkdir.cc
mknod.cc
mlock.cc
mmap.cc
mount.cc
mremap.cc Deflake aio_test. 2019-09-05 16:36:44 -07:00
msync.cc
munmap.cc
network_namespace.cc
open.cc Make gofer.dentry.destroyLocked idempotent 2020-04-07 09:41:58 -07:00
open_create.cc
packet_socket.cc
packet_socket_raw.cc
partial_bad_buffer.cc
pause.cc Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
pipe.cc
poll.cc
ppoll.cc
prctl.cc
prctl_setuid.cc
pread64.cc
preadv.cc
preadv2.cc
priority.cc
priority_execve.cc
proc.cc
proc_net.cc
proc_net_tcp.cc Change to standard types. 2020-01-21 17:28:57 -08:00
proc_net_udp.cc
proc_net_unix.cc
proc_pid_oomscore.cc Stub oom_score_adj and oom_score. 2020-03-05 18:23:01 -08:00
proc_pid_smaps.cc Add missing newline 2020-04-03 11:38:37 -07:00
proc_pid_uid_gid_map.cc Change to standard types. 2020-01-21 17:28:57 -08:00
pselect.cc
ptrace.cc
pty.cc
pty_root.cc
pwrite64.cc
pwritev2.cc
raw_socket_hdrincl.cc
raw_socket_icmp.cc
raw_socket_ipv4.cc
read.cc Import and structure cleanup. 2019-11-21 11:41:30 -08:00
readahead.cc
readv.cc
readv_common.cc
readv_common.h Fix suggestions from clang. 2019-06-28 15:32:29 -07:00
readv_socket.cc Clean up readv_socket test suite. 2019-12-03 19:42:20 -08:00
rename.cc
rlimits.cc
rseq.cc
rtsignal.cc Add basic microbenchmarks. 2020-02-19 18:21:54 -08:00
sched.cc
sched_yield.cc
seccomp.cc
select.cc
semaphore.cc
sendfile.cc Don't allow read/write when offset+size overflows. 2020-04-13 18:00:17 -07:00
sendfile_socket.cc splice: cap splice calls to MAX_RW_COUNT 2020-04-08 23:03:12 -07:00
shm.cc
sigaction.cc
sigaltstack.cc
sigaltstack_check.cc
sigiret.cc
signalfd.cc
sigprocmask.cc
sigstop.cc
sigtimedwait.cc
socket.cc
socket_abstract.cc
socket_bind_to_device.cc
socket_bind_to_device_distribution.cc
socket_bind_to_device_sequence.cc Prefer Type& over Type & 2020-01-28 11:18:17 -08:00
socket_bind_to_device_util.cc
socket_bind_to_device_util.h
socket_blocking.cc
socket_blocking.h
socket_filesystem.cc Wrap all GetSocketPairs() in unnamed namespaces 2020-01-30 14:17:58 -08:00
socket_generic.cc
socket_generic.h
socket_generic_stress.cc
socket_inet_loopback.cc
socket_ip_loopback_blocking.cc
socket_ip_tcp_generic.cc
socket_ip_tcp_generic.h
socket_ip_tcp_generic_loopback.cc
socket_ip_tcp_loopback.cc
socket_ip_tcp_loopback_blocking.cc
socket_ip_tcp_loopback_nonblock.cc
socket_ip_tcp_udp_generic.cc
socket_ip_udp_generic.cc
socket_ip_udp_generic.h Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
socket_ip_udp_loopback.cc Wrap all GetSocketPairs() in unnamed namespaces 2020-01-30 14:17:58 -08:00
socket_ip_udp_loopback_blocking.cc Wrap all GetSocketPairs() in unnamed namespaces 2020-01-30 14:17:58 -08:00
socket_ip_udp_loopback_nonblock.cc
socket_ip_unbound.cc
socket_ipv4_tcp_unbound_external_networking.cc
socket_ipv4_tcp_unbound_external_networking.h
socket_ipv4_tcp_unbound_external_networking_test.cc Refactor syscall tests 2020-02-07 13:19:18 -08:00
socket_ipv4_udp_unbound.cc
socket_ipv4_udp_unbound.h
socket_ipv4_udp_unbound_external_networking.cc Make some functions in IfAddrHelper const. 2020-04-09 16:22:02 -07:00
socket_ipv4_udp_unbound_external_networking.h
socket_ipv4_udp_unbound_external_networking_test.cc
socket_ipv4_udp_unbound_loopback.cc
socket_netdevice.cc
socket_netlink.cc
socket_netlink_route.cc
socket_netlink_route_util.cc
socket_netlink_route_util.h
socket_netlink_uevent.cc
socket_netlink_util.cc
socket_netlink_util.h
socket_non_blocking.cc test/syscall: Remove duplicated gtest/gtest.h. 2019-10-25 12:40:36 -07:00
socket_non_blocking.h
socket_non_stream.cc
socket_non_stream.h
socket_non_stream_blocking.cc
socket_non_stream_blocking.h
socket_stream.cc
socket_stream.h
socket_stream_blocking.cc
socket_stream_blocking.h
socket_stream_nonblock.cc
socket_stream_nonblock.h
socket_test_util.cc
socket_test_util.h
socket_test_util_impl.cc Internal change. 2019-08-26 14:07:17 -07:00
socket_unix.cc
socket_unix.h
socket_unix_abstract_nonblock.cc
socket_unix_blocking_local.cc
socket_unix_cmsg.cc
socket_unix_cmsg.h
socket_unix_dgram.cc
socket_unix_dgram.h
socket_unix_dgram_local.cc
socket_unix_dgram_non_blocking.cc
socket_unix_domain.cc
socket_unix_filesystem_nonblock.cc
socket_unix_non_stream.cc
socket_unix_non_stream.h
socket_unix_non_stream_blocking_local.cc
socket_unix_pair.cc
socket_unix_pair_nonblock.cc
socket_unix_seqpacket.cc
socket_unix_seqpacket.h
socket_unix_seqpacket_local.cc
socket_unix_stream.cc
socket_unix_stream_blocking_local.cc
socket_unix_stream_local.cc
socket_unix_stream_nonblock_local.cc
socket_unix_unbound_abstract.cc Import and structure cleanup. 2019-11-21 11:41:30 -08:00
socket_unix_unbound_dgram.cc test/syscall: Remove duplicated gtest/gtest.h. 2019-10-25 12:40:36 -07:00
socket_unix_unbound_filesystem.cc
socket_unix_unbound_seqpacket.cc Import and structure cleanup. 2019-11-21 11:41:30 -08:00
socket_unix_unbound_stream.cc
splice.cc
stat.cc Misc fixes to make stat_test pass (almost) 2020-03-25 14:59:15 -07:00
stat_times.cc Fix incorrect tmpfs timestamp updates 2019-05-20 13:35:17 -07:00
statfs.cc
sticky.cc
symlink.cc
sync.cc
sync_file_range.cc
sysinfo.cc
syslog.cc
sysret.cc
tcp_socket.cc
tgkill.cc
time.cc
timerfd.cc
timers.cc Add basic microbenchmarks. 2020-02-19 18:21:54 -08:00
tkill.cc
truncate.cc
tuntap.cc
tuntap_hostinet.cc
udp_bind.cc
udp_socket.cc
udp_socket_errqueue_test_case.cc
udp_socket_test_cases.cc
udp_socket_test_cases.h Port tests in udp_socket.cc to Fuchsia 2019-12-02 05:38:30 -08:00
uidgid.cc
uname.cc fix set hostname 2019-09-20 17:57:25 +00:00
unix_domain_socket_test_util.cc Import and structure cleanup. 2019-11-21 11:41:30 -08:00
unix_domain_socket_test_util.h
unlink.cc
unshare.cc
utimes.cc
vdso.cc
vdso_clock_gettime.cc
vfork.cc
vsyscall.cc
wait.cc Change to standard types. 2020-01-21 17:28:57 -08:00
write.cc
xattr.cc