mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
syscall: re-enable TestPassFD on dragonfly
At least it works well on DragonFly BSD 4.6. Change-Id: I3b210745246c6d8d42e32ba65ee3b9a17d171ff7 Reviewed-on: https://go-review.googlesource.com/30170 Run-TryBot: Mikio Hara <mikioh.mikioh@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
09fb7956fa
commit
05f599594a
1 changed files with 0 additions and 3 deletions
|
|
@ -126,9 +126,6 @@ func TestFcntlFlock(t *testing.T) {
|
|||
// that the test should become the child process instead.
|
||||
func TestPassFD(t *testing.T) {
|
||||
switch runtime.GOOS {
|
||||
case "dragonfly":
|
||||
// TODO(jsing): Figure out why sendmsg is returning EINVAL.
|
||||
t.Skip("skipping test on dragonfly")
|
||||
case "solaris":
|
||||
// TODO(aram): Figure out why ReadMsgUnix is returning empty message.
|
||||
t.Skip("skipping test on solaris, see issue 7402")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue