summaryrefslogtreecommitdiffhomepage
path: root/test/runtimes
AgeCommit message (Expand)Author
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