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: 'go test' not recognize '-ccflags' #7810

Closed
matrixik opened this issue Apr 17, 2014 · 5 comments
Closed

cmd/go: 'go test' not recognize '-ccflags' #7810

matrixik opened this issue Apr 17, 2014 · 5 comments
Milestone

Comments

@matrixik
Copy link

What does 'go version' print?
go version devel +f1f593b2b24e Wed Apr 16 23:01:02 2014 -0700 windows/386

What steps reproduce the problem?
`go test` is not recognizing/forwarding build flag `-ccflags`:
http://tip.golang.org/src/cmd/go/build.go#L162
http://tip.golang.org/src/cmd/go/testflag.go#L73

What happened?
> go test -ccflags
flag provided but not defined: -ccflags

What should have happened instead?
Forward `-ccflags` to build stage

Best regards,
Dobrosław Żybort
@ianlancetaylor
Copy link
Contributor

Comment 1:

Labels changed: added repo-main, release-go1.3maybe.

@gopherbot
Copy link

Comment 2:

CL https://golang.org/cl/89050043 mentions this issue.

@minux
Copy link
Member

minux commented Apr 18, 2014

Comment 3:

This issue was closed by revision c7d864c.

Status changed to Fixed.

@gopherbot
Copy link

Comment 4:

CL https://golang.org/cl/89230044 mentions this issue.

@minux
Copy link
Member

minux commented Apr 21, 2014

Comment 5:

This issue was closed by revision 0a8f517.

@rsc rsc added this to the Go1.3 milestone Apr 14, 2015
@golang golang locked and limited conversation to collaborators Jun 25, 2016
This issue was closed.
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

5 participants