aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/test2json
AgeCommit message (Expand)Author
2020-08-17cmd/test2json: do not emit a final Action if the result is not knownBryan C. Mills
2020-06-01cmd/test2json: attribute output to the correct testDaniel Nephin
2020-03-06cmd/go: make go test -json report failures for panicking/exiting testsJay Conrod
2019-10-30testing: provide additional information when test funcs panicDamien Neil
2019-08-31test2json: default to "pass" when the test doesn't report failuresEli Bendersky
2018-07-09cmd/go: revert "output coverage report even if there are no test files"Ian Lance Taylor
2018-06-06cmd/go: output coverage report even if there are no test filesDennis Kuhnert
2018-03-10cmd/internal/test2json: support subtests containing colonsDaniel Martí
2018-01-09cmd/test2json: emit Benchmark name output earlyRuss Cox
2018-01-05cmd/test2json: fix processing of --- BENCH: outputRuss Cox
2018-01-04cmd/test2json: fix test log output containing test outputRuss Cox
2017-12-01cmd/go: fix missing conversions in -json outputRuss Cox
2017-11-10cmd/test2json: go tool test2json converts test output to JSONRuss Cox