summaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Expand)Author
2021-08-11Fix FSSupportsMap checkAdam Barth
2021-08-11Wrap test queues in Queue object on creation.Rahat Mahmood
2021-08-11Fix LinkTest.OldnameDoesNotExistAdam Barth
2021-08-09Run raw IP socket syscall tests on FuchsiaGhanan Gowripalan
2021-08-05Correctly handle interruptions in blocking msgqueue syscalls.Rahat Mahmood
2021-08-05Replace unsafe use of fork() in msgqueue tests.Rahat Mahmood
2021-08-05Skip mmap test cases if underlying FS doesn't support maps.Rahat Mahmood
2021-08-04Implement PR_SET_CHILD_SUBREAPER when the calling task is PID 1.Nicolas Lacasse
2021-08-04Add verity_randread benchmark testChong Cai
2021-08-03Use GetAbsoluteTestTmpdir() rather than hard-code "/tmp"Adam Barth
2021-08-03Merge pull request #6171 from sudo-sturbia:msgqueue/syscalls2gVisor bot
2021-08-03Add verity open_read_close benchmark testChong Cai
2021-08-03Implement MSG_COPY option for msgrcv(2).Zyad A. Ali
2021-08-03Implement stubs for msgsnd(2) and msgrcv(2).Zyad A. Ali
2021-08-03Add blocking and general tests for msgsnd(2) and msgrcv(2).Zyad A. Ali
2021-08-03Add non-blocking tests for msgsnd(2) and msgrcv(2).Zyad A. Ali
2021-07-30Support RTM_DELLINKZeling Feng
2021-07-30Merge pull request #6257 from zhlhahaha:2193-1gVisor bot
2021-07-28Add Uid/Gid/Groups fields to VFS2 /proc/[pid]/status.Jamie Liu
2021-07-28Add verity read benchmark testsChong Cai
2021-07-27Don't create an extra fd bitmap to allocate a new fd.Andrei Vagin
2021-07-26Merge pull request #6292 from btw616:local-timezonegVisor bot
2021-07-23Add verity open benchmark testChong Cai
2021-07-23Don't panic on user-controlled state in semaphore syscalls.Rahat Mahmood
2021-07-23update bug number in loopback testsKevin Krakauer
2021-07-23buildkite: deflake itimer testKevin Krakauer
2021-07-23Handle EINTR from socket syscalls in send/recv benchmark.Rahat Mahmood
2021-07-22Move socket_test_util to //test/utilGhanan Gowripalan
2021-07-22Merge pull request #6108 from sudo-sturbia:msgqueue/syscallsgVisor bot
2021-07-20Enable RACK by default in netstack.Nayana Bidari
2021-07-20Expose local address from raw socketsGhanan Gowripalan
2021-07-20Add fsstress test to goferfsFabricio Voznika
2021-07-20Don't kill container when volume is unmountedFabricio Voznika
2021-07-20Add go:build directives as required by Go 1.17's gofmt.Jamie Liu
2021-07-15netstack: support SO_RCVBUFFORCEKevin Krakauer
2021-07-14Add verity symlink testsChong Cai
2021-07-14testing: shrink exhaustion test size to avoid timeoutsKevin Krakauer
2021-07-13Replace whitelist with allowlistFabricio Voznika
2021-07-13Implement stubs for msgget(2) and msgctl(IPC_RMID).Zyad A. Ali
2021-07-13Add initial test cases for msgget(2).Zyad A. Ali
2021-07-12Drop dedicated benchmark lifecycle.Adin Scannell
2021-07-12Fix stdios ownershipFabricio Voznika
2021-07-12Fix async-signal-unsafety in chroot test.Jamie Liu
2021-07-08Fix async-signal-unsafety in socket test.Jamie Liu
2021-07-02[op] Make TCPNonBlockingConnectClose more reasonable.Ayush Ranjan
2021-07-01Fix bug with TCP bind w/ SO_REUSEADDR.Bhasker Hariharan
2021-06-29Merge pull request #6085 from liornm:fix-tun-no_pigVisor bot
2021-06-29Add SIOCGIFFLAGS ioctl support to hostinet.Lucas Manning
2021-06-29Fix TUN IFF_NO_PI bugliornm
2021-06-28code quality: cleanup lint messagesKevin Krakauer