]> Cypherpunks repositories - gostls13.git/commitdiff
syscall: skip DirentRepeat test on freebsd
authorKeith Randall <keithr@alum.mit.edu>
Thu, 11 Apr 2019 21:28:24 +0000 (14:28 -0700)
committerBryan C. Mills <bcmills@google.com>
Tue, 16 Apr 2019 17:14:50 +0000 (17:14 +0000)
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 <bcmills@google.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>

src/syscall/dirent_bsd_test.go

index 1f8410d7fc9fc324f2d27fd1286376e5024c9db3..43b667b6b62ab16a72330417e6a299ba2c5e851b 100644 (file)
@@ -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