From: Mikio Hara Date: Sat, 1 Oct 2016 06:41:03 +0000 (+0900) Subject: syscall: re-enable TestPassFD on dragonfly X-Git-Tag: go1.8beta1~1086 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=05f599594ac4f8db63d6a2d628b6ba5781273cad;p=gostls13.git 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 --- 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")