summaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Expand)Author
2021-04-17Avoid ignoring incoming packet by demuxer on endpoint lookup failureMithun Iyer
2021-04-16Allow runsc to generate coverage reports.Dean Deng
2021-04-16Include logs for packetimpact tests that are expected to failZeling Feng
2021-04-16Use size_t instead of C integer types.Dean Deng
2021-04-15Add verity ioctl test for mount with root hashChong Cai
2021-04-15Disable failing socket_ipv4_udp_unbound_loopback_test_linux tests.Dean Deng
2021-04-14Make the generated test binary name match the target nameTing-Yu Wang
2021-04-13Remove _NoRandomSave tests.Adin Scannell
2021-04-13Fix listener close, client connect raceMithun Iyer
2021-04-12Make AsSockAddr() to replace reinterpret_cast<sockaddr*>Ting-Yu Wang
2021-04-09iptables: support postrouting hook and SNAT targetToshi Kikuchi
2021-04-09Merge pull request #5767 from avagin:mxcsrgVisor bot
2021-04-09Move maxListenBacklog check to sentryMithun Iyer
2021-04-07perf/getpid: add a case when syscalls are executed via mov $XXX, %eax; syscallAndrei Vagin
2021-04-05Fix listen backlog handling to be in parity with LinuxMithun Iyer
2021-04-05Report task CPU usage through the cpuacct cgroup controller.Rahat Mahmood
2021-04-05Add initial verity ioctl syscall testsChong Cai
2021-04-05Enable Checkpoint/Restore test with VFS2Fabricio Voznika
2021-04-05Add fsstress on tmpfs to presubmitFabricio Voznika
2021-04-05Actually don't run unlink_benchmark with TSAN.Ayush Ranjan
2021-04-05deflake semaphore testKevin Krakauer
2021-04-05Allow user mount for verity fsChong Cai
2021-04-05Fail tests when container returns non-zero statusFabricio Voznika
2021-04-05Don't run unlink_benchmark with TSAN.Adin Scannell
2021-04-03Remove eternal and enormous tests.Adin Scannell
2021-04-02Implement cgroupfs.Rahat Mahmood
2021-04-01Remove invalid dependency.Adin Scannell
2021-04-01Internal change.gVisor bot
2021-03-30Fix panic when overriding /dev files with VFS2Fabricio Voznika
2021-03-29[syserror] Split usermem packageZach Koopmans
2021-03-25setgid: skip tests when we can't find usable GIDsKevin Krakauer
2021-03-24Add POLLRDNORM/POLLWRNORM support.Bhasker Hariharan
2021-03-23setgid directory support in goferfsKevin Krakauer
2021-03-22Fix logs for packetimpact tests cleanupZeling Feng
2021-03-22Fix and merge tcp_{outside_the_window,tcp_unacc_seq_ack}_closingZeling Feng
2021-03-18Translate syserror when validating partial IO errorsFabricio Voznika
2021-03-18Address post submit comments for fs benchmarks.Zach Koopmans
2021-03-16Fix tcp_fin_retransmission_netstack_testZeling Feng
2021-03-16Fix a race with synRcvdCount and acceptMithun Iyer
2021-03-16setgid directory support in overlayfsKevin Krakauer
2021-03-15Deflake proc_test_nativeFabricio Voznika
2021-03-15Packetimpact test for ACK to OTW Seq segments behavior in CLOSINGZeling Feng
2021-03-14Fix race in tcp_retransmits_testMithun Iyer
2021-03-11Support ICMP echo sockets on Linux DUTZeling Feng
2021-03-11Remove special casing of socket stress testKevin Krakauer
2021-03-11fusefs: Implement default_permissions and allow_other mount options.Rahat Mahmood
2021-03-10Add a rootfs filesystem to fs benchmarks. Also, fix fio benchmark.Zach Koopmans
2021-03-09Fix invalid interface conversion in runnerFabricio Voznika
2021-03-09Give TCP flags a dedicated typeZeling Feng
2021-03-09Allow reading from PTY into bad buffer to return EAGAIN.Nicolas Lacasse