]> Cypherpunks repositories - gostls13.git/commit
runtime: skip TestSegv/SegvInCgo earlier on ios
authorBryan C. Mills <bcmills@google.com>
Wed, 3 May 2023 15:22:53 +0000 (11:22 -0400)
committerBryan Mills <bcmills@google.com>
Thu, 4 May 2023 16:23:46 +0000 (16:23 +0000)
commitdcd1c3103295c9f3251ac1eb45e1c585127476fd
tree7cb2e824b78f3341d35912de4daab58af019b3b5
parentca49b8d7af25a51309af277c27724b01bd80453f
runtime: skip TestSegv/SegvInCgo earlier on ios

It appears to sometimes hang instead of crashing,
which can cause subsequent tests to time out.

For #59947.

Change-Id: Id4ac3c0cd5f7f345334d3e0ed3f48e40b9ff191c
Reviewed-on: https://go-review.googlesource.com/c/go/+/492075
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Bryan Mills <bcmills@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
src/runtime/crash_cgo_test.go