summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/BUILD
AgeCommit message (Expand)Author
2019-06-03Remove duplicate socket testsMichael Pratt
2019-05-30gvisor: socket() returns EPROTONOSUPPORT if protocol is not supportedAndrei Vagin
2019-05-21Clean up pipe internals and add fcntl supportAdin Scannell
2019-05-21Add basic plumbing for splice and stub implementation.Adin Scannell
2019-05-16Add test for duplicate proc entries.Ian Gudger
2019-04-29Allow and document bug ids in gVisor codebase.Nicolas Lacasse
2019-04-02Add build rule for raw socket tests so they are runnable via:Kevin Krakauer
2019-03-08Fix tests which fail in kokoroAndrei Vagin
2019-03-06Increase ipv4_udp_unbound_loopback size to mediumMichael Pratt
2019-03-04Deflake socket_ipv4_udp_unbound_loopback.Ian Gudger
2019-03-01Mark socket_ipv4_udp_unbound_loopback flakyMichael Pratt
2019-02-19Break /proc/[pid]/{uid,gid}_map's dependence on seqfile.Jamie Liu
2019-02-11gvisor: Run syscall tests in kokoro on the rbe clusterAndrei Vagin
2019-02-07Plumb IP_ADD_MEMBERSHIP and IP_DROP_MEMBERSHIP to netstack.Ian Gudger
2019-02-07Implement /proc/net/unix.Rahat Mahmood
2019-01-31Remove license commentsMichael Pratt
2019-01-24Increase gofer coverage in testsFabricio Voznika
2019-01-16Prevent internal tmpfs mount to override files in /tmpFabricio Voznika
2019-01-14Automated rollback of changelist 228945914Nicolas Lacasse
2019-01-11Make syscall_test_runner binary testonly.Nicolas Lacasse
2019-01-09Allow to specify a custom path to runsc for syscall-test-runnerAndrei Vagin
2018-12-19Implement pwritev2.Zach Koopmans
2018-12-14Add blocking recv testsIan Gudger
2018-12-14Shard the syscall tests.Nicolas Lacasse
2018-12-10Open source system call tests.Brian Geffon