--- libgo/go/os/os_test.go.orig 2020-03-04 19:30:03.000000000 +1100 +++ libgo/go/os/os_test.go 2020-09-21 19:04:45.076316000 +1000 @@ -2213,6 +2213,8 @@ // Test that reading from a pipe doesn't use up a thread. func TestPipeThreads(t *testing.T) { switch runtime.GOOS { + case "bsdsunix": + t.Skip("skipping on BSDSUniX; (FreeBSD issue 19093)") case "freebsd": t.Skip("skipping on FreeBSD; issue 19093") case "solaris":