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/dist: run cmd/go terminal test later #21524

Closed
rsc opened this issue Aug 18, 2017 · 2 comments
Closed

cmd/dist: run cmd/go terminal test later #21524

rsc opened this issue Aug 18, 2017 · 2 comments
Milestone

Comments

@rsc
Copy link
Contributor

rsc commented Aug 18, 2017

It's wrong that "cmd/go terminal test" is the very first test run after make.bash completes during all.bash. It is one of the weird one-off tests and should be after the primary tests, not first.

@rsc rsc added this to the Go1.10 milestone Aug 18, 2017
@rsc
Copy link
Contributor Author

rsc commented Aug 18, 2017

Also, why is "Testing race detector" in the middle of all the misc/cgo tests? I just spent a few minutes very confused about why some misc/cgo tests were missing from the output, but they're just separated from their buddies.

@gopherbot
Copy link

Change https://golang.org/cl/57230 mentions this issue: cmd/dist: rearrange a couple of tests

@golang golang locked and limited conversation to collaborators Aug 23, 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

2 participants