summaryrefslogtreecommitdiffhomepage
path: root/test/runtimes
AgeCommit message (Expand)Author
2020-08-07[runtime tests] Exclude flaky/failing testsAyush Ranjan
2020-08-06Add bzl_library rules for .bzl files without one.Adin Scannell
2020-08-06[runtime tests] Exclude failing python and java testsAyush Ranjan
2020-08-05[runtime tests] Update python tests.Ayush Ranjan
2020-08-05[runtime tests] Update bugs and un-exclude passing tests.Ayush Ranjan
2020-08-04[runtime tests] Exclude flaky tests.Ayush Ranjan
2020-08-04[runtime tests] Fix nodejs runtime tests.Ayush Ranjan
2020-08-03Exclude flaky nodejs runtime test.Dean Deng
2020-07-31[runtime tests] Enhance java runtime test.Ayush Ranjan
2020-07-30[runtime tests] go language test enhancementAyush Ranjan
2020-07-28[Runtime Tests] Exclude flaky/failing testsAyush Ranjan
2020-07-17Runtime tests are enormousAyush Ranjan
2020-07-17Automated rollback of changelist 321647645Ayush Ranjan
2020-07-16Port runtime tests to use go_testAyush Ranjan
2020-07-11Runtime test batch executorAyush Ranjan
2020-07-08Move all tests to new docker API.Zach Koopmans
2020-07-08Enable shards in runtime test runner.Ayush Ranjan
2020-06-17Move mount configutation to RunOptsFabricio Voznika
2020-06-15Remove blacklist from //test/runtimesMichael Pratt
2020-06-08test/runtimes/proctor: remove an unknown nocgo attribute from go_test ruleAndrei Vagin
2020-05-05Internal change.gVisor bot
2020-04-24Standardize all Docker images.Adin Scannell
2020-04-23Simplify Docker test infrastructure.Adin Scannell
2020-04-08Fix all printf formatting errors.Adin Scannell
2020-02-11Fix up test/runtimes/README.md.gVisor bot
2020-02-03Reduce run time for //test/syscalls:socket_inet_loopback_test_runsc_ptrace.Ting-Yu Wang
2020-01-27Standardize on tools directory.Adin Scannell
2019-11-14Allow all runtime tests for a language to be run via a single command.Kevin Krakauer
2019-11-01Add "manual" tag back to runtime tests.Nicolas Lacasse
2019-10-30Add Kokoro config for new runtime testsBrad Burlage
2019-10-09Add blacklists for remaining runtime tests, and test that they parse correctly.Nicolas Lacasse
2019-10-01Add blacklist support to the runtime test runner.Nicolas Lacasse
2019-09-23Run all runtime tests in a single container.Nicolas Lacasse
2019-09-18Shard the runtime tests.Nicolas Lacasse
2019-09-17Follow-up fixes for image tests.Nicolas Lacasse
2019-09-16Refactor and clean up image tests.Nicolas Lacasse
2019-09-03Impose order on test scripts.Adin Scannell
2019-08-29Compile procter binaries during image creation.Nicolas Lacasse
2019-08-20Don't run runtime tests in parallel.Nicolas Lacasse
2019-08-09Create tests for common.Search().Brett Landau
2019-08-05Alter Dockerfiles to include common.go and use a prebuilt JDK.Samantha Sample
2019-08-05Expand runtimes test suite to include Go, Java, PHP, and Python.Samantha Sample
2019-08-01Refactor ListTests() to common.Search().Brett Landau
2019-07-31Fix test execution bugs in proctor-go and proctor-python.Brett Landau
2019-07-31Refactor proctor binaries to implement testRunner interface.Brett Landau
2019-07-29Move runtimes tests to appropriate directory.Samantha Sample