-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Closed
Labels
FixPendingIssues that have a fix which has not yet been reviewed or submitted.Issues that have a fix which has not yet been reviewed or submitted.NeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.OS-Plan9TestingAn issue that has been verified to require only test changes, not just a test failure.An issue that has been verified to require only test changes, not just a test failure.
Milestone
Description
CL 672396 added a symlink test for #73702 which always fails on Plan9:
--- FAIL: TestOpenFileCreateExclDanglingSymlink (0.03s)
--- FAIL: TestOpenFileCreateExclDanglingSymlink/InRoot (0.02s)
os_test.go:2306: symlink does_not_exist link: not supported by plan 9
--- FAIL: TestOpenFileCreateExclDanglingSymlink/NoRoot (0.02s)
os_test.go:2306: symlink does_not_exist link: not supported by plan 9
FAIL
FAIL os 44.703s
ok os/exec 4.552s
Plan 9 doesn't have symbolic links, so this test should be skipped.
dmitshur
Metadata
Metadata
Assignees
Labels
FixPendingIssues that have a fix which has not yet been reviewed or submitted.Issues that have a fix which has not yet been reviewed or submitted.NeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.OS-Plan9TestingAn issue that has been verified to require only test changes, not just a test failure.An issue that has been verified to require only test changes, not just a test failure.