Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd/go: test -json missing some conversions #22769

Closed
rsc opened this issue Nov 16, 2017 · 2 comments
Closed

cmd/go: test -json missing some conversions #22769

rsc opened this issue Nov 16, 2017 · 2 comments

Comments

@rsc
Copy link
Contributor

rsc commented Nov 16, 2017

Two problems noticed in go test -json.

First, go test -json -bench=. does not enable json at all.

Second, go test -json ./... will stil print the "no test files" prints in non-JSON format.

@rsc rsc added this to the Go1.10 milestone Nov 16, 2017
@cespare
Copy link
Contributor

cespare commented Nov 16, 2017

The first one was also noted in #22734.

@gopherbot
Copy link

Change https://golang.org/cl/81535 mentions this issue: cmd/go: fix missing conversions in -json output

@golang golang locked and limited conversation to collaborators Dec 1, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants