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: TestGoListStandard broken with cgo disabled #14122

Closed
bradfitz opened this issue Jan 27, 2016 · 1 comment
Closed

cmd/go: TestGoListStandard broken with cgo disabled #14122

bradfitz opened this issue Jan 27, 2016 · 1 comment
Milestone

Comments

@bradfitz
Copy link
Contributor

The nocgo builders are broken as of "cmd/go: refine definition of 'standard' import paths to include vendored code" (git rev 4223675):

--- FAIL: TestGoListStandard (0.31s)
    go_test.go:239: running testgo [list -f {{if not .Standard}}{{.ImportPath}}{{end}} ./...]
    go_test.go:258: standard error:
    go_test.go:259: can't load package: package runtime/cgo: C source files not allowed when not using cgo or SWIG: gcc_fatalf.c gcc_libinit.c gcc_linux_amd64.c gcc_mmap.c gcc_setenv.c gcc_util.c

    go_test.go:268: go [list -f {{if not .Standard}}{{.ImportPath}}{{end}} ./...] failed unexpectedly: exit status 1
FAIL
FAIL    cmd/go  34.781s

/cc @rsc

@bradfitz bradfitz added this to the Go1.6 milestone Jan 27, 2016
@rsc
Copy link
Contributor

rsc commented Jan 27, 2016

Fixed.

@rsc rsc closed this as completed Jan 27, 2016
@golang golang locked and limited conversation to collaborators Feb 3, 2017
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