summaryrefslogtreecommitdiff
path: root/src/cmd/internal/test2json
Commit message (Expand)AuthorAgeFilesLines
* cmd/test2json: do not emit a final Action if the result is not knownBryan C. Mills2020-08-173-20/+26
* cmd/test2json: attribute output to the correct testDaniel Nephin2020-06-017-45/+120
* cmd/go: make go test -json report failures for panicking/exiting testsJay Conrod2020-03-062-2/+9
* testing: provide additional information when test funcs panicDamien Neil2019-10-302-0/+36
* test2json: default to "pass" when the test doesn't report failuresEli Bendersky2019-08-314-2/+3
* cmd/go: revert "output coverage report even if there are no test files"Ian Lance Taylor2018-07-091-2/+2
* cmd/go: output coverage report even if there are no test filesDennis Kuhnert2018-06-061-2/+2
* cmd/internal/test2json: support subtests containing colonsDaniel Martí2018-03-103-1/+27
* cmd/test2json: emit Benchmark name output earlyRuss Cox2018-01-093-0/+37
* cmd/test2json: fix processing of --- BENCH: outputRuss Cox2018-01-055-2/+44
* cmd/test2json: fix test log output containing test outputRuss Cox2018-01-043-0/+22
* cmd/go: fix missing conversions in -json outputRuss Cox2017-12-011-4/+19
* cmd/test2json: go tool test2json converts test output to JSONRuss Cox2017-11-1010-0/+1267