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
/
runtimes
Age
Commit message (
Expand
)
Author
2020-04-24
Standardize all Docker images.
Adin Scannell
2020-04-23
Simplify Docker test infrastructure.
Adin Scannell
2020-04-08
Fix all printf formatting errors.
Adin Scannell
2020-02-11
Fix up test/runtimes/README.md.
gVisor bot
2020-02-03
Reduce run time for //test/syscalls:socket_inet_loopback_test_runsc_ptrace.
Ting-Yu Wang
2020-01-27
Standardize on tools directory.
Adin Scannell
2019-11-14
Allow all runtime tests for a language to be run via a single command.
Kevin Krakauer
2019-11-01
Add "manual" tag back to runtime tests.
Nicolas Lacasse
2019-10-30
Add Kokoro config for new runtime tests
Brad Burlage
2019-10-09
Add blacklists for remaining runtime tests, and test that they parse correctly.
Nicolas Lacasse
2019-10-01
Add blacklist support to the runtime test runner.
Nicolas Lacasse
2019-09-23
Run all runtime tests in a single container.
Nicolas Lacasse
2019-09-18
Shard the runtime tests.
Nicolas Lacasse
2019-09-17
Follow-up fixes for image tests.
Nicolas Lacasse
2019-09-16
Refactor and clean up image tests.
Nicolas Lacasse
2019-09-03
Impose order on test scripts.
Adin Scannell
2019-08-29
Compile procter binaries during image creation.
Nicolas Lacasse
2019-08-20
Don't run runtime tests in parallel.
Nicolas Lacasse
2019-08-09
Create tests for common.Search().
Brett Landau
2019-08-05
Alter Dockerfiles to include common.go and use a prebuilt JDK.
Samantha Sample
2019-08-05
Expand runtimes test suite to include Go, Java, PHP, and Python.
Samantha Sample
2019-08-01
Refactor ListTests() to common.Search().
Brett Landau
2019-07-31
Fix test execution bugs in proctor-go and proctor-python.
Brett Landau
2019-07-31
Refactor proctor binaries to implement testRunner interface.
Brett Landau
2019-07-29
Move runtimes tests to appropriate directory.
Samantha Sample