From: Keith Randall Date: Thu, 11 Apr 2019 21:28:24 +0000 (-0700) Subject: syscall: skip DirentRepeat test on freebsd X-Git-Tag: go1.13beta1~674 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=8285c85fe32147fb27d7aa5cfc41b8bd9d65fa0d;p=gostls13.git syscall: skip DirentRepeat test on freebsd Dirent doesn't work properly. Diable the test for now. Update #31416 Change-Id: I34a8045598a9c303dcc754ce04da3c124f122d1a Reviewed-on: https://go-review.googlesource.com/c/go/+/171818 Reviewed-by: Bryan C. Mills Run-TryBot: Bryan C. Mills Run-TryBot: Keith Randall TryBot-Result: Gobot Gobot --- diff --git a/src/syscall/dirent_bsd_test.go b/src/syscall/dirent_bsd_test.go index 1f8410d7fc..43b667b6b6 100644 --- a/src/syscall/dirent_bsd_test.go +++ b/src/syscall/dirent_bsd_test.go @@ -87,6 +87,9 @@ func TestDirentRepeat(t *testing.T) { if size < 1024 { size = 1024 // DIRBLKSIZ, see issue 31403. } + if runtime.GOOS == "freebsd" { + t.Skip("need to fix issue 31416 first") + } } // Make a directory containing N files