We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From the plan9-386 builder (see https://build.golang.org/log/f5677df57ee06b21a6036f7c6eaddc58dd2df91d):
--- FAIL: TestCreateFromDirSpecial (0.01s) --- FAIL: TestCreateFromDirSpecial/ignore_symlink (0.00s) zip_test.go:277: symlink /tmp/TestCreateFromDirSpecial-ignore_symlink967578448 /tmp/TestCreateFromDirSpecial-ignore_symlink967578448/link: not supported by plan 9 FAIL FAIL golang.org/x/mod/zip 0.149s
The test is currently being skipped on Windows if symlink creation fails. It should be skipped on Plan 9 also.
@gopherbot Please add labels OS-Plan9, NeedsFix, Testing
The text was updated successfully, but these errors were encountered:
Change https://golang.org/cl/210397 mentions this issue: zip: skip symlink test on Plan 9
zip: skip symlink test on Plan 9
Sorry, something went wrong.
golang/mod@331c550
No branches or pull requests
From the plan9-386 builder (see https://build.golang.org/log/f5677df57ee06b21a6036f7c6eaddc58dd2df91d):
The test is currently being skipped on Windows if symlink creation fails. It should be skipped on Plan 9 also.
@gopherbot Please add labels OS-Plan9, NeedsFix, Testing
The text was updated successfully, but these errors were encountered: