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
go version
$ go version go version devel +master Tue Oct 13 11:13:17 EDT 2020 plan9/amd64
cpu% cd cmd/go/internal/fsys cpu% go test
no test failure
--- FAIL: TestWalk_Symlink (0.01s) fsys_test.go:664: symlink dir symlink: not supported by plan 9 --- FAIL: TestWalk_Symlink/symlink_to_dir (0.00s) fsys_test.go:686: walkfn: got non nil err argument: stat /tmp/TestWalk_Symlink536627453/001/root/symlink: '/tmp/TestWalk_Symlink536627453/001/root/symlink' does not exist, want nil err argument --- FAIL: TestWalk_Symlink/overlay_to_symlink_to_dir (0.00s) fsys_test.go:686: walkfn: got non nil err argument: stat /tmp/TestWalk_Symlink536627453/001/root/symlink: '/tmp/TestWalk_Symlink536627453/001/root/symlink' does not exist, want nil err argument FAIL exit status: 'fsys.test 86818: 1' FAIL cmd/go/internal/fsys 0.344s
@gopherbot add labels OS-Plan9, NeedsFix
The text was updated successfully, but these errors were encountered:
Change https://golang.org/cl/261897 mentions this issue: cmd/go/internal/fsys: skip symlink test on Plan 9
cmd/go/internal/fsys: skip symlink test on Plan 9
Sorry, something went wrong.
Duplicate of #41950
58e51b1
Fixes #41950 Fixes #41954 Change-Id: I95d97f076fa928f3638309b78748d7ccc7277b14 Reviewed-on: https://go-review.googlesource.com/c/go/+/261897 Trust: Jay Conrod <[email protected]> Run-TryBot: Bryan C. Mills <[email protected]> Reviewed-by: Michael Matloob <[email protected]> Reviewed-by: Bryan C. Mills <[email protected]> TryBot-Result: Go Bot <[email protected]>
No branches or pull requests
What version of Go are you using (
go version
)?What did you do?
What did you expect to see?
no test failure
What did you see instead?
@gopherbot add labels OS-Plan9, NeedsFix
The text was updated successfully, but these errors were encountered: