]> Cypherpunks.ru repositories - gostls13.git/commit
runtime: skip TestStackSwitchCallback on ios
authorMichael Pratt <mpratt@google.com>
Mon, 18 Sep 2023 20:12:36 +0000 (16:12 -0400)
committerGopher Robot <gobot@golang.org>
Mon, 18 Sep 2023 23:58:43 +0000 (23:58 +0000)
commitd110d7c42dd8025465153e4008ba807f1e69b359
tree3f335cd514fa524305ff8c6f12d44c092e226b99
parent30886b1b1ea0ff0282419e4deefdd35a51b2c9fc
runtime: skip TestStackSwitchCallback on ios

getcontext is unsupported on ios, returning ENOTSUP.

Fixes #62700.

Change-Id: Icc6c45fbd574886766d5289e2fbdbd62981d77eb
Reviewed-on: https://go-review.googlesource.com/c/go/+/529216
Run-TryBot: Michael Pratt <mpratt@google.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Auto-Submit: Michael Pratt <mpratt@google.com>
src/runtime/crash_cgo_test.go