summaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Expand)Author
2021-01-28Add O_PATH support in vfs2gVisor bot
2021-01-28Correctly check permissions in ping socket testTamir Duberstein
2021-01-28Respect SO_BINDTODEVICE in unconnected UDP writesMarina Ciocea
2021-01-27Add support for more fields in netstack for TCP_INFONayana Bidari
2021-01-27Deflake tcp_zero_window_probe_retransmit_testMithun Iyer
2021-01-26Initialize timestamps for gofer synthetic children.Dean Deng
2021-01-26Move inotify events from syscall to vfs layer.Dean Deng
2021-01-26Do not send SCM Rights more than once when message is truncated.Dean Deng
2021-01-26Move SO_SNDBUF to socketops.Nayana Bidari
2021-01-26Do not generate extraneous IN_CLOSE inotify events.Dean Deng
2021-01-25Remove side effect from shm testsFabricio Voznika
2021-01-25Fix Inotify.Exec testFabricio Voznika
2021-01-22Detect failures in forked functionFabricio Voznika
2021-01-22Implement F_GETLK fcntl.Dean Deng
2021-01-22Add tests for RACKNayana Bidari
2021-01-21iptables: support matching the input interface nameToshi Kikuchi
2021-01-21Fix fsstress argument nameFabricio Voznika
2021-01-21Syscall test for connecting to unspecified addressZeling Feng
2021-01-20Fix typo boundry -> boundary.Dean Deng
2021-01-19platform/ptrace: workaround a kernel ptrace issue on ARM64Andrei Vagin
2021-01-19Ensure that IP{V6}_RECVORIGDSTADDR yields the post-NAT address and port.Kevin Krakauer
2021-01-15Correctly return EMSGSIZE when packet is too big in raw socket.Ting-Yu Wang
2021-01-15Add fsstress testsFabricio Voznika
2021-01-15Support TEST_PREMATURE_EXIT_FILE in syscall testsFabricio Voznika
2021-01-15Add sanity check on return values from WriteTing-Yu Wang
2021-01-15Add tests for cases of ARP failures on TCP connectMithun Iyer
2021-01-14Simplify the pipe implementation.Jamie Liu
2021-01-14Check for existence before permissionsFabricio Voznika
2021-01-13Switch uses of os.Getenv that check for empty string to os.LookupEnv.Dean Deng
2021-01-13Fix minor typosMichael Pratt
2021-01-12Delete shim v1Fabricio Voznika
2021-01-12[rack] Set up TLP timer and configure timeout.Ayush Ranjan
2021-01-12Fix simple mistakes identified by goreportcard.Adin Scannell
2021-01-07Fix tuntap_test to cleanup after CreateInterfaceNoCapMithun Iyer
2021-01-07netstack: Refactor tcpip.Endpoint.ReadTing-Yu Wang
2021-01-07Fix native benchmarks.Adin Scannell
2021-01-06Run external networking testKevin Krakauer
2021-01-06Support add/remove IPv6 multicast group sock optGhanan Gowripalan
2021-01-05Don't check that msg_flags contains MSG_ERRQUEUE on gvisor platforms.Andrei Vagin
2021-01-05Add benchmarks targets to BuildKite.Adin Scannell
2021-01-05fs/fuse: check that a task has a specified file descriptorAndrei Vagin
2020-12-30Add test for open(2) with O_WRONLY|O_RDWR.Dean Deng
2020-12-29Deflake TestBindOverlay in //test/e2e:integration_testTing-Yu Wang
2020-12-29Simplify profiling and benchmarks.Adin Scannell
2020-12-29Deflake semaphore_test_nativeJing Chen
2020-12-29Export socket_ipv6_udp_unbound_loopback.ccTamir Duberstein
2020-12-28Merge pull request #5166 from kevinGC:bk-warningsgVisor bot
2020-12-23Resolve compiler warningsKevin Krakauer
2020-12-23vfs1: don't allow to open socket filesAndrei Vagin
2020-12-22Internal change.gVisor bot