]> Cypherpunks repositories - gostls13.git/commit
runtime: disable TestCrashDumpsAllThreads on openbsd/mips64
authorJoel Sing <joel@sing.id.au>
Mon, 9 Nov 2020 16:42:18 +0000 (03:42 +1100)
committerJoel Sing <joel@sing.id.au>
Mon, 9 Nov 2020 16:56:37 +0000 (16:56 +0000)
commitcfea52b04c18761f9cc3168eff00690155aa6d17
treef7c3176a430a8ebda18068c88c262e894380df97
parenta444458112e4059e73c9a5a2bc5867f53bf9faa2
runtime: disable TestCrashDumpsAllThreads on openbsd/mips64

This test fails consistently on openbsd/mips64 - disable it until we can investigate
and resolve the issue.

Updates #42464

Change-Id: Ie640f776823137a967a12817ff18953207f558a4
Reviewed-on: https://go-review.googlesource.com/c/go/+/268438
Trust: Joel Sing <joel@sing.id.au>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/runtime/crash_unix_test.go