gvisor/test/syscalls/linux
Nicolas Lacasse 4ec3516332 Implement get/set_robust_list.
PiperOrigin-RevId: 322904430
2020-07-23 17:42:50 -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 Import and structure cleanup. 2019-11-21 11:41:30 -08:00
access.cc
affinity.cc
aio.cc
alarm.cc
arch_prctl.cc Create platform_util for tests. 2020-01-27 22:28:43 -08:00
bad.cc
base_poll_test.cc
base_poll_test.h
bind.cc
brk.cc
chdir.cc Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
chmod.cc
chown.cc Change to standard types. 2020-01-21 17:28:57 -08:00
chroot.cc
clock_getres.cc
clock_gettime.cc
clock_nanosleep.cc
concurrency.cc
connect_external.cc
creat.cc
dev.cc Merge pull request #3024 from ridwanmsharif:ridwanmsharif/fuse-stub-impl 2020-07-23 16:34:09 -07:00
dup.cc
epoll.cc
eventfd.cc
exceptions.cc
exec.cc
exec.h
exec_assert_closed_workload.cc
exec_basic_workload.cc
exec_binary.cc minor changes in exec_binary test case for Arm64 2020-05-28 04:28:06 -04:00
exec_proc_exe_workload.cc
exec_state_workload.cc
exit.cc Extract SleepSafe from test_util 2019-05-24 12:58:46 -07:00
exit_script.sh
fadvise64.cc
fallocate.cc
fault.cc
fchdir.cc
fcntl.cc
file_base.h
flock.cc
fork.cc
fpsig_fork.cc
fpsig_nested.cc
fsync.cc
futex.cc
getcpu.cc
getdents.cc
getrandom.cc
getrusage.cc
inotify.cc Add tests for eventfd/timerfd/inotify operations that should return ESPIPE. 2020-06-26 19:42:27 -07:00
ioctl.cc
ip_socket_test_util.cc
ip_socket_test_util.h
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 Don't allow read/write when offset+size overflows. 2020-04-13 18:00:17 -07:00
memory_accounting.cc
mempolicy.cc
mincore.cc
mkdir.cc
mknod.cc
mlock.cc
mmap.cc
mount.cc Added stub FUSE filesystem 2020-07-23 17:13:24 -04:00
mremap.cc
msync.cc
munmap.cc Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
network_namespace.cc Remove flaky network namespace test that uses clone(). 2020-03-12 14:35:25 -07:00
open.cc
open_create.cc
packet_socket.cc Support for receiving outbound packets in AF_PACKET. 2020-07-22 15:33:33 -07:00
packet_socket_raw.cc Add support to return protocol in recvmsg for AF_PACKET. 2020-07-16 18:40:32 -07:00
partial_bad_buffer.cc
pause.cc
ping_socket.cc
pipe.cc Don't unlink named pipes in pipe test. 2020-04-28 11:28:44 -07:00
poll.cc
ppoll.cc
prctl.cc
prctl_setuid.cc
pread64.cc
preadv.cc Add notes to relevant tests. 2020-02-05 22:46:35 -08:00
preadv2.cc
priority.cc
priority_execve.cc Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
proc.cc
proc_net.cc Add test for stat("/proc/net/snmp"). 2020-06-17 15:15:57 -07:00
proc_net_tcp.cc
proc_net_udp.cc
proc_net_unix.cc
proc_pid_oomscore.cc
proc_pid_smaps.cc
proc_pid_uid_gid_map.cc Change to standard types. 2020-01-21 17:28:57 -08:00
pselect.cc
ptrace.cc
pty.cc Add missing ICRNL flag in master termios test 2020-06-30 09:31:28 -07:00
pty_root.cc
pwrite64.cc Don't allow read/write when offset+size overflows. 2020-04-13 18:00:17 -07:00
pwritev2.cc
raw_socket.cc
raw_socket_hdrincl.cc Skip RawHDRINCL tests that are blocking presubmits/releases. 2020-07-22 15:13:03 -07:00
raw_socket_icmp.cc
read.cc
readahead.cc
readv.cc
readv_common.cc tests: fix errors detected by asan. 2020-01-13 10:16:07 -08:00
readv_common.h
readv_socket.cc
rename.cc
rlimits.cc
rseq.cc
rtsignal.cc
sched.cc
sched_yield.cc
seccomp.cc Merge pull request #2151 from xiaobo55x:seccomp_test 2020-03-25 15:59:53 -07:00
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
shm.cc
sigaction.cc Check sigsetsize in rt_sigaction 2020-01-28 11:26:09 -08:00
sigaltstack.cc
sigaltstack_check.cc Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
sigiret.cc
signalfd.cc
sigprocmask.cc
sigstop.cc
sigtimedwait.cc Add basic microbenchmarks. 2020-02-19 18:21:54 -08:00
socket.cc
socket_abstract.cc
socket_bind_to_device.cc
socket_bind_to_device_distribution.cc
socket_bind_to_device_sequence.cc
socket_bind_to_device_util.cc
socket_bind_to_device_util.h
socket_blocking.cc
socket_blocking.h Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
socket_capability.cc
socket_filesystem.cc Wrap all GetSocketPairs() in unnamed namespaces 2020-01-30 14:17:58 -08:00
socket_generic.cc
socket_generic.h Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
socket_generic_stress.cc Add socket connection stress test. 2020-02-04 15:54:49 -08:00
socket_inet_loopback.cc
socket_inet_loopback_nogotsan.cc
socket_ip_loopback_blocking.cc
socket_ip_tcp_generic.cc Allow reading IP_MULTICAST_LOOP and IP_MULTICAST_TTL on TCP sockets. 2020-06-12 20:49:02 -07:00
socket_ip_tcp_generic.h
socket_ip_tcp_generic_loopback.cc
socket_ip_tcp_loopback.cc
socket_ip_tcp_loopback_blocking.cc Wrap all GetSocketPairs() in unnamed namespaces 2020-01-30 14:17:58 -08:00
socket_ip_tcp_loopback_nonblock.cc
socket_ip_tcp_udp_generic.cc
socket_ip_udp_generic.cc Add support for SO_REUSEADDR to UDP sockets/endpoints. 2020-06-10 23:49:26 -07:00
socket_ip_udp_generic.h
socket_ip_udp_loopback.cc
socket_ip_udp_loopback_blocking.cc
socket_ip_udp_loopback_nonblock.cc
socket_ip_unbound.cc
socket_ipv4_tcp_unbound_external_networking.cc
socket_ipv4_tcp_unbound_external_networking.h Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
socket_ipv4_tcp_unbound_external_networking_test.cc
socket_ipv4_udp_unbound.cc
socket_ipv4_udp_unbound.h
socket_ipv4_udp_unbound_external_networking.cc
socket_ipv4_udp_unbound_external_networking.h
socket_ipv4_udp_unbound_external_networking_test.cc Refactor syscall tests 2020-02-07 13:19:18 -08:00
socket_ipv4_udp_unbound_loopback.cc
socket_netdevice.cc
socket_netlink.cc Add NETLINK_KOBJECT_UEVENT socket support 2019-11-04 10:07:52 -08:00
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 Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
socket_stream.cc
socket_stream.h
socket_stream_blocking.cc Fix header ordering and format all C++ code. 2020-01-27 18:27:20 -08:00
socket_stream_blocking.h
socket_stream_nonblock.cc
socket_stream_nonblock.h
socket_test_util.cc
socket_test_util.h Refactor syscall tests 2020-02-07 13:19:18 -08:00
socket_test_util_impl.cc
socket_unix.cc Skip proc/pid/fd socket test for VFS1 only. 2020-06-01 13:30:39 -07:00
socket_unix.h
socket_unix_abstract_nonblock.cc
socket_unix_blocking_local.cc Wrap all GetSocketPairs() in unnamed namespaces 2020-01-30 14:17:58 -08:00
socket_unix_cmsg.cc strace: don't create a slice with a negative value 2019-12-03 13:49:38 -08:00
socket_unix_cmsg.h
socket_unix_dgram.cc Import and structure cleanup. 2019-11-21 11:41:30 -08:00
socket_unix_dgram.h Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
socket_unix_dgram_local.cc Wrap all GetSocketPairs() in unnamed namespaces 2020-01-30 14:17:58 -08:00
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 Wrap all GetSocketPairs() in unnamed namespaces 2020-01-30 14:17:58 -08:00
socket_unix_pair.cc
socket_unix_pair_nonblock.cc
socket_unix_seqpacket.cc
socket_unix_seqpacket.h Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
socket_unix_seqpacket_local.cc
socket_unix_stream.cc
socket_unix_stream_blocking_local.cc Wrap all GetSocketPairs() in unnamed namespaces 2020-01-30 14:17:58 -08:00
socket_unix_stream_local.cc
socket_unix_stream_nonblock_local.cc
socket_unix_unbound_abstract.cc
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
socket_unix_unbound_stream.cc Import and structure cleanup. 2019-11-21 11:41:30 -08:00
splice.cc
stat.cc
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 Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
syslog.cc
sysret.cc
tcp_socket.cc
tgkill.cc Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
time.cc
timerfd.cc
timers.cc
tkill.cc
truncate.cc
tuntap.cc Fix write hang bug found by syzkaller. 2020-06-09 17:02:14 -07:00
tuntap_hostinet.cc test/runner: use proper filters for test cases 2020-03-04 12:52:13 -08:00
udp_bind.cc
udp_socket.cc
udp_socket_errqueue_test_case.cc
udp_socket_test_cases.cc
udp_socket_test_cases.h
uidgid.cc
uname.cc
unix_domain_socket_test_util.cc
unix_domain_socket_test_util.h
unlink.cc
unshare.cc
utimes.cc
vdso.cc
vdso_clock_gettime.cc
vfork.cc
vsyscall.cc
wait.cc
write.cc
xattr.cc