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: TestGoGetHTTPS404 fails on Windows by downloading Unix-only package #15644

Closed
bradfitz opened this issue May 11, 2016 · 1 comment
Closed
Labels
FrozenDueToAge OS-Windows Testing An issue that has been verified to require only test changes, not just a test failure.
Milestone

Comments

@bradfitz
Copy link
Contributor

TestGoGetHTTPS404 fails on Windows because it uses a Unix-only package (FUSE) as its test:

=== RUN   TestGoGetHTTPS404
--- FAIL: TestGoGetHTTPS404 (5.07s)
        go_test.go:244: running testgo [get bazil.org/fuse/fs/fstestutil]
        go_test.go:263: standard error:
        go_test.go:264: # bazil.org/fuse
                C:\Users\WINGOP~1\AppData\Local\Temp\gotest152565794\src\bazil.org\fuse\error_std.go:27: undefined: errNoXattr
                C:\Users\WINGOP~1\AppData\Local\Temp\gotest152565794\src\bazil.org\fuse\fuse.go:1348: undefined: attr
                C:\Users\WINGOP~1\AppData\Local\Temp\gotest152565794\src\bazil.org\fuse\fuse_kernel.go:166: undefined: syscall.O_DIRECTORY
                C:\Users\WINGOP~1\AppData\Local\Temp\gotest152565794\src\bazil.org\fuse\fuse_kernel.go:175: undefined: syscall.O_ACCMODE
                C:\Users\WINGOP~1\AppData\Local\Temp\gotest152565794\src\bazil.org\fuse\fuse_kernel.go:404: undefined: attr

        go_test.go:273: go [get bazil.org/fuse/fs/fstestutil] failed unexpectedly: exit status 2
@bradfitz bradfitz added Testing An issue that has been verified to require only test changes, not just a test failure. OS-Windows labels May 11, 2016
@bradfitz bradfitz added this to the Go1.7Maybe milestone May 11, 2016
@rsc rsc changed the title cmd/go: TestGoGetHTTPS404 fails on Windows cmd/go: TestGoGetHTTPS404 fails on Windows by downloading Unix-only package May 27, 2016
@gopherbot
Copy link

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

@golang golang locked and limited conversation to collaborators Jun 9, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge OS-Windows Testing An issue that has been verified to require only test changes, not just a test failure.
Projects
None yet
Development

No branches or pull requests

2 participants