-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
os: TestDevNullFile failing on Plan 9 #24534
Comments
Sorry for breaking the build. I looked at plan9-386 log https://build.golang.org/log/ce0f0c918a1dc458c6f5913e1259f80f53f0f34d and I did not see TestDevNullFile failure, so I assumed plan9 is OK. I will send a CL to adjust TestDevNullFile. Alex |
Don't worry, I'll send a CL. |
I also need to fix Solaris. Alex |
For Plan 9 specifically, I think we can change Stat to set ModeCharDevice on files served by the console device, like we did for ModeDevice. I'll propose a CL that does that. I'll let you change the TestDevNullFile test for Solaris. |
Change https://golang.org/cl/102424 mentions this issue: |
I propose CL 102424, but if that's not a good solution we'll just skip the ModeCharDevice test for Plan 9 in TestDevNullFile. |
Sounds like a plan. I would just remove ModeCharDevice test in TestDevNullFile altogether. I have added ModeCharDevice test in CL 102456, because windows code had ModeCharDevice set for DevNull. I don't even know if that is intended. But if you think ModeCharDevice makes sense for DevNull, I am happy for you to change plan9 code. Alex |
CL 102457 added TestDevNullFile. This test is failing on Plan 9.
See https://build.golang.org/log/add543f3681f4c7f89e62c0d40c8eebfafd71b72
The text was updated successfully, but these errors were encountered: