]> Cypherpunks repositories - gostls13.git/commit
runtime: skip known TestSegv failure mode on linux-mips64le-mengzhuo
authorBryan C. Mills <bcmills@google.com>
Fri, 14 Jan 2022 14:23:25 +0000 (09:23 -0500)
committerBryan Mills <bcmills@google.com>
Fri, 14 Jan 2022 17:58:14 +0000 (17:58 +0000)
commit9c6ecc49ca02c83f3081c30171ab40dd62557342
treeb4c2d3faf11e92f623e4572527b25e7598634745
parent17b2fb1b656a275906b5071c562439d50a27f167
runtime: skip known TestSegv failure mode on linux-mips64le-mengzhuo

Also adjust other skips to actually call t.Skip, so that the test
correctly shows as skipped instead of passing.

For #50605

Change-Id: Ied482f231a879224c5a92e2c47a6b21c1593a7da
Reviewed-on: https://go-review.googlesource.com/c/go/+/378554
Trust: Bryan Mills <bcmills@google.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/runtime/crash_cgo_test.go