index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
internal
/
test2json
Age
Commit message (
Expand
)
Author
2025-10-07
cmd/go, testing: add TB.ArtifactDir and -artifacts flag
Damien Neil
2025-05-21
testing: add Attr
Damien Neil
2024-11-17
cmd/go: print build errors during go test -json in JSON
Austin Clements
2022-11-09
cmd/go: print test2json start events
Russ Cox
2022-10-26
testing: fix many test2json inaccuracies
Russ Cox
2022-09-30
cmd/internal: use fmt.Fprintf
cuiweixie
2022-09-20
all: replace package ioutil with os and io in src
Andy Pan
2022-04-11
all: gofmt main repo
Russ Cox
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2020-08-17
cmd/test2json: do not emit a final Action if the result is not known
Bryan C. Mills
2020-06-01
cmd/test2json: attribute output to the correct test
Daniel Nephin
2020-03-06
cmd/go: make go test -json report failures for panicking/exiting tests
Jay Conrod
2019-10-30
testing: provide additional information when test funcs panic
Damien Neil
2019-08-31
test2json: default to "pass" when the test doesn't report failures
Eli Bendersky
2018-07-09
cmd/go: revert "output coverage report even if there are no test files"
Ian Lance Taylor
2018-06-06
cmd/go: output coverage report even if there are no test files
Dennis Kuhnert
2018-03-10
cmd/internal/test2json: support subtests containing colons
Daniel MartÃ
2018-01-09
cmd/test2json: emit Benchmark name output early
Russ Cox
2018-01-05
cmd/test2json: fix processing of --- BENCH: output
Russ Cox
2018-01-04
cmd/test2json: fix test log output containing test output
Russ Cox
2017-12-01
cmd/go: fix missing conversions in -json output
Russ Cox
2017-11-10
cmd/test2json: go tool test2json converts test output to JSON
Russ Cox