gvisor/runsc/test/runtimes
Brett Landau 5774599438 Make runAllTests() consistent with listTests().
This change has the listTests() function return
a string slice of all the tests. Originally, I
planned not to modify the listTests() function
and instead capture the output of it and then
iterate through the captured output. I decided
against this approach as most of the test binaries
already produce a slice as they collect tests
through filepath.Walk(). Now I use this slice
and return it so that I can iterate through in
runAllTests() and also when printing out the tests.

PiperOrigin-RevId: 259599782
2019-07-23 13:32:43 -07:00
..
BUILD Prototype integration of runtime language tests for Node.js into gVisor. 2019-07-22 13:19:50 -07:00
proctor-go.go Make runAllTests() consistent with listTests(). 2019-07-23 13:32:43 -07:00
proctor-java.go Make runAllTests() consistent with listTests(). 2019-07-23 13:32:43 -07:00
proctor-nodejs.go Make runAllTests() consistent with listTests(). 2019-07-23 13:32:43 -07:00
proctor-php.go Make runAllTests() consistent with listTests(). 2019-07-23 13:32:43 -07:00
proctor-python.go Make runAllTests() consistent with listTests(). 2019-07-23 13:32:43 -07:00
runtimes.go Prototype integration of runtime language tests for Node.js into gVisor. 2019-07-22 13:19:50 -07:00
runtimes_test.go Prototype integration of runtime language tests for Node.js into gVisor. 2019-07-22 13:19:50 -07:00