]> Cypherpunks repositories - gostls13.git/commitdiff
os: skip TestOpenFileLimit on openbsd/mips64
authorIan Lance Taylor <iant@golang.org>
Sun, 20 Mar 2022 16:32:00 +0000 (09:32 -0700)
committerGopher Robot <gobot@golang.org>
Tue, 22 Mar 2022 14:34:01 +0000 (14:34 +0000)
For #46279
For #51713

Change-Id: I444f309999bf5576449a46a9808b23cf6537e7dd
Reviewed-on: https://go-review.googlesource.com/c/go/+/394094
Trust: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Auto-Submit: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Joel Sing <joel@sing.id.au>
src/os/rlimit_test.go

index 5859e682ea919fbcf22e3583d8c019ec16baf859..58a6a051b384e6419b75c40d3c12cf456d8d22cf 100644 (file)
@@ -11,8 +11,8 @@ import (
 )
 
 func TestOpenFileLimit(t *testing.T) {
-       if runtime.GOOS == "openbsd" && (runtime.GOARCH == "arm" || runtime.GOARCH == "arm64") {
-               t.Skip("broken on openbsd/arm and openbsd/arm64 builder - go.dev/issue/51713")
+       if runtime.GOOS == "openbsd" && (runtime.GOARCH == "arm" || runtime.GOARCH == "arm64" || runtime.GOARCH == "mips64") {
+               t.Skip("broken on openbsd/arm, openbsd/arm64, openbsd/mips64 builder - go.dev/issue/51713")
        }
 
        // For open file count,