index
:
gvisor
build-android
detachable-fdbased
feature/dummy-iface
feature/nl-neighbor
go
go-align32
go-detachable-fdbased
go-next2
gonet-originaldestination
gre
gre-master
v6only
Container Runtime Sandbox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
2019-11-14
Check that a file is a regular file with open(O_TRUNC).
Kevin Krakauer
2019-11-14
Allow all runtime tests for a language to be run via a single command.
Kevin Krakauer
2019-11-13
test/syscalls/proc: check an return code of waitid
Andrei Vagin
2019-11-13
Extract linux-specific test setup to separate file
Jay Zhuang
2019-11-12
Add UDP SO_REUSEADDR/SO_REUSEPORT conversion tests.
Ian Gudger
2019-11-12
Add tests for SO_REUSEADDR and SO_REUSEPORT.
Ian Gudger
2019-11-11
Update ephemeral port reservation tests.
Ian Gudger
2019-11-11
Remove obsolete TODO. This is now fixed.
Bhasker Hariharan
2019-11-11
Make `connect` on socket returned by `accept` correctly error out with EISCONN
gVisor bot
2019-11-07
Add support for TIME_WAIT timeout.
Bhasker Hariharan
2019-11-06
Fix yet another data race.
Bhasker Hariharan
2019-11-06
Fix data race in syscall_test_runner.go
Bhasker Hariharan
2019-11-06
Use PacketBuffers, rather than VectorisedViews, in netstack.
Kevin Krakauer
2019-11-05
test/root: check that memory accouting works as expected
Andrei Vagin
2019-11-04
kokoro: run KVM syscall tests
Andrei Vagin
2019-11-04
Add NETLINK_KOBJECT_UEVENT socket support
Michael Pratt
2019-11-01
Add SO_PASSCRED support to netlink sockets
Michael Pratt
2019-11-01
Add "manual" tag back to runtime tests.
Nicolas Lacasse
2019-11-01
tests: don't use ASSERT_THAT after fork
Andrei Vagin
2019-10-30
Add Kokoro config for new runtime tests
Brad Burlage
2019-10-30
Store endpoints inside multiPortEndpoint in a sorted order
Andrei Vagin
2019-10-30
Clean up typos in test names.
Dean Deng
2019-10-29
Update symlink traversal limit when resolving interpreter path.
Dean Deng
2019-10-29
Fix PollWithFullBufferBlocks.
Bhasker Hariharan
2019-10-29
Disallow execveat on interpreter scripts with fd opened with O_CLOEXEC.
Dean Deng
2019-10-28
Deflake TestCheckpointRestore
Fabricio Voznika
2019-10-25
test/syscall: Remove duplicated gtest/gtest.h.
Haibo
2019-10-24
Fix early deletion of rootDir
Fabricio Voznika
2019-10-24
Handle AT_SYMLINK_NOFOLLOW flag for execveat.
Dean Deng
2019-10-23
Handle AT_EMPTY_PATH flag in execveat.
Dean Deng
2019-10-23
Add check for proper settings to AF_PACKET tests.
Kevin Krakauer
2019-10-23
Merge pull request #641 from tanjianfeng:master
gVisor bot
2019-10-23
Remove comparison between signed and unsigned int
Michael Pratt
2019-10-21
Add basic implementation of execveat syscall and associated tests.
Dean Deng
2019-10-21
AF_PACKET support for netstack (aka epsocket).
Kevin Krakauer
2019-10-18
Add more instructions to test/README.md
Fabricio Voznika
2019-10-18
Cleanup host UDS support
Michael Pratt
2019-10-18
test/perf: optimize the getdents test
Andrei Vagin
2019-10-18
test: use a bigger buffer to fill a socket
Andrei Vagin
2019-10-16
Merge pull request #736 from tanjianfeng:fix-unix
gVisor bot
2019-10-16
Remove death from exec test names
Michael Pratt
2019-10-15
epsocket: support /proc/net/snmp
Jianfeng Tan
2019-10-15
support /proc/net/snmp
Jianfeng Tan
2019-10-14
Internal change.
gVisor bot
2019-10-10
Allow for zero byte iovec with MSG_PEEK | MSG_TRUNC in recvmsg.
Ian Lewis
2019-10-10
Fix signalfd polling.
Adin Scannell
2019-10-09
Add blacklists for remaining runtime tests, and test that they parse correctly.
Nicolas Lacasse
2019-10-07
Implement IP_TTL.
Ian Gudger
2019-10-07
Add tests for $HOME
Ian Lewis
2019-10-03
Implement proper local broadcast behavior
Chris Kuiper
[next]