]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: handle -json flag in runPending (clean up)
authorDmitri Shuralyov <dmitshur@golang.org>
Fri, 21 Jul 2023 17:49:06 +0000 (13:49 -0400)
committerGopher Robot <gobot@golang.org>
Fri, 28 Jul 2023 22:09:42 +0000 (22:09 +0000)
commitad90eeffa5343a134c5898e3630ac90a362eaf9f
tree436e2bb08cbd2936ae2101daee36e737f639ea0c
parent2ad666dea0490305bb7fd2dd6e7beb767acfd2c3
cmd/dist: handle -json flag in runPending (clean up)

Document work fields a bit more, and move code that
synthesizes JSON-encoded skip events to testjson.go.

For #37486.
For #61557.

Change-Id: Iffc23cf990bc39696e1e3fce8ce5a6790fc44e78
Reviewed-on: https://go-review.googlesource.com/c/go/+/512115
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
src/cmd/dist/test.go
src/cmd/dist/testjson.go