]> Cypherpunks.ru repositories - gostls13.git/commit
runtime: skip TestG0StackOverflow on ios
authorBryan C. Mills <bcmills@google.com>
Fri, 21 Apr 2023 14:47:52 +0000 (10:47 -0400)
committerGopher Robot <gobot@golang.org>
Fri, 21 Apr 2023 21:03:17 +0000 (21:03 +0000)
commite9c2607ab47b63993cb5ee54c934d67baba7fc95
tree2deb4f1a9876a4780769da817e6a8958a8fd8509
parentf229787affbcaafb55dac2ceae65282b172e253a
runtime: skip TestG0StackOverflow on ios

This test fails when run on ios. (Although ios does not normally
support "exec", in the corellium environment it does.)

For #26061.

Change-Id: Idfdc53758aaabf0cb87ae50f9a4666deebf57fd6
Reviewed-on: https://go-review.googlesource.com/c/go/+/487355
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Bryan Mills <bcmills@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
src/runtime/crash_test.go