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: TestRemoveDevNull is failing on Plan 9 #17598

Closed
0intro opened this issue Oct 26, 2016 · 2 comments
Closed

cmd/go: TestRemoveDevNull is failing on Plan 9 #17598

0intro opened this issue Oct 26, 2016 · 2 comments

Comments

@0intro
Copy link
Member

0intro commented Oct 26, 2016

In CL 31657, TestRemoveDevNull was added. However, this test is failing on Plan 9, because /dev/null is a regular file.

--- FAIL: TestRemoveDevNull (0.02s)
    build_test.go:18: Lstat(/dev/null).Mode().IsRegular() = true; expected false
FAIL
FAIL    cmd/go  875.244s

See https://build.golang.org/log/6db8276d1103d7d66b4c8952694115fc225c5ae8

@gopherbot
Copy link

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

@gopherbot
Copy link

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

@golang golang locked and limited conversation to collaborators Oct 26, 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

2 participants