From 05f599594ac4f8db63d6a2d628b6ba5781273cad Mon Sep 17 00:00:00 2001 From: Mikio Hara Date: Sat, 1 Oct 2016 15:41:03 +0900 Subject: [PATCH] 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 TryBot-Result: Gobot Gobot Reviewed-by: Brad Fitzpatrick --- src/syscall/syscall_unix_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/syscall/syscall_unix_test.go b/src/syscall/syscall_unix_test.go index 80544f3319..0be07c6e90 100644 --- a/src/syscall/syscall_unix_test.go +++ b/src/syscall/syscall_unix_test.go @@ -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") -- 2.48.1