]> Cypherpunks repositories - gostls13.git/commitdiff
os: enable TestFifoEOF on openbsd
authorsiddharth <s@ricketyspace.net>
Tue, 22 Jun 2021 01:50:09 +0000 (21:50 -0400)
committerIan Lance Taylor <iant@golang.org>
Thu, 24 Jun 2021 00:14:41 +0000 (00:14 +0000)
The test successfully runs on currently supported versions (6.8 and
6.9) of openbsd.

Fixes #25877

Change-Id: I2694f08c5596b486453c2ac829f17b8bc455f828
Reviewed-on: https://go-review.googlesource.com/c/go/+/329732
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Trust: Tobias Klauser <tobias.klauser@gmail.com>

src/os/fifo_test.go

index 9b262f8205aaded161ece6c251f289d784175268..007ed2912933bbcde5fe99d1d877f89c5d790586 100644 (file)
@@ -26,9 +26,6 @@ func TestFifoEOF(t *testing.T) {
        switch runtime.GOOS {
        case "android":
                t.Skip("skipping on Android; mkfifo syscall not available")
-       case "openbsd":
-               // On OpenBSD 6.2 this test just hangs for some reason.
-               t.Skip("skipping on OpenBSD; issue 25877")
        }
 
        dir := t.TempDir()