$OpenBSD: patch-src_runtime_crash_unix_test_go,v 1.1 2021/03/02 17:56:41 jsing Exp $

Index: src/runtime/crash_unix_test.go
--- src/runtime/crash_unix_test.go.orig
+++ src/runtime/crash_unix_test.go
@@ -69,7 +69,8 @@ func TestCrashDumpsAllThreads(t *testing.T) {
 		t.Skipf("skipping; not supported on %v", runtime.GOOS)
 	}
 
-	if runtime.GOOS == "openbsd" && runtime.GOARCH == "mips64" {
+	if runtime.GOOS == "openbsd" && (runtime.GOARCH == "arm" || runtime.GOARCH == "mips64") {
+		// This may be ncpu < 2 related...
 		t.Skipf("skipping; test fails on %s/%s - see issue #42464", runtime.GOOS, runtime.GOARCH)
 	}
 
