You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before filing a bug, please check whether it has been fixed since the
latest release. Search the issue tracker and check that you're running the
latest version of Go:
Run "go version" and compare against
http://golang.org/doc/devel/release.html If a newer version of Go exists,
install it and retry what you did to reproduce the problem.
Thanks.
What steps will reproduce the problem?
If possible, include a link to a program on play.golang.org.
1. run "go test -test.h" to get a list of flags you can pass, Note that
"-test.h" is not actually listed
2. run "go help testflag" and notice that "-test.h" is not listed
What is the expected output?
In 'go help testflag' I would expect something like:
-test.h
get a list of flags that can be supplied to the test runner
And in 'go test -test.h'
-test.h Print this help text
Somebody pointed me to '-test.h' to determine what flags the test suite could take, but
that wasn't exposed anywhere else (even supplying invalid flags doesn't tell you how to
get the list of valid flags.)
Which compiler are you using (5g, 6g, 8g, gccgo)?
Which operating system are you using?
Ubuntu Precise
Which version are you using? (run 'go version')
go version go1.0.2
The text was updated successfully, but these errors were encountered:
by john.arbash.meinel:
The text was updated successfully, but these errors were encountered: