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

testing: -cpu flag value not recorded in the test output #12250

Closed
davecheney opened this issue Aug 21, 2015 · 1 comment
Closed

testing: -cpu flag value not recorded in the test output #12250

davecheney opened this issue Aug 21, 2015 · 1 comment

Comments

@davecheney
Copy link
Contributor

This may be a regression from 1.4

go 1.4.2

% ~/go1.4/bin/go test -v -cpu=1,2,4
=== RUN TestWhoop
--- PASS: TestWhoop (0.00s)
        whee_test.go:6: Shoop-da-whoop
=== RUN TestWhoop-2
--- PASS: TestWhoop-2 (0.00s)
        whee_test.go:6: Shoop-da-whoop
=== RUN TestWhoop-4
--- PASS: TestWhoop-4 (0.00s)
        whee_test.go:6: Shoop-da-whoop
PASS
ok      whee    0.005s

go 1.5

lucky(~/src/whee) % go test -v -cpu=1,2,4
=== RUN   TestWhoop
--- PASS: TestWhoop (0.00s)
        whee_test.go:6: Shoop-da-whoop
=== RUN   TestWhoop
--- PASS: TestWhoop (0.00s)
        whee_test.go:6: Shoop-da-whoop
=== RUN   TestWhoop
--- PASS: TestWhoop (0.00s)
        whee_test.go:6: Shoop-da-whoop
PASS
ok      whee    0.003s
@ianlancetaylor
Copy link
Contributor

Intentional change: see #11200 .

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