From: Tobias Klauser Date: Thu, 17 Mar 2022 23:01:24 +0000 (+0100) Subject: syscall: unskip TestDirentRepeat on freebsd X-Git-Tag: go1.19beta1~1023 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=3d19e8da7997eaf4ba18bfdf489c3bdb373a0c4d;p=gostls13.git syscall: unskip TestDirentRepeat on freebsd TestDirentRepeat fails on FreeBSD 11, but seems to pass on newer versions. Go 1.18 is the last release to support FreeBSD 11 per https://golang.org/doc/go1.18#freebsd and there are no FreeBSD 11 builders anymore. Thus unskip TestDirentRepeat to verify the issue is indeed fixed on FreeBSD 12 and later. For #31416 Change-Id: I189ef06719ff830ffe2e402c74a75874c9e5b97b Reviewed-on: https://go-review.googlesource.com/c/go/+/393618 Trust: Tobias Klauser Run-TryBot: Tobias Klauser TryBot-Result: Gopher Robot Reviewed-by: Ian Lance Taylor --- diff --git a/src/syscall/dirent_test.go b/src/syscall/dirent_test.go index aeb40e57c1..a2d1b61342 100644 --- a/src/syscall/dirent_test.go +++ b/src/syscall/dirent_test.go @@ -97,9 +97,6 @@ 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