]> Cypherpunks repositories - gostls13.git/commit
runtime: fix TestSigStackSwapping on aix/ppc64
authorClément Chigot <clement.chigot@atos.net>
Wed, 20 Feb 2019 16:01:15 +0000 (17:01 +0100)
committerIan Lance Taylor <iant@golang.org>
Tue, 19 Mar 2019 03:52:03 +0000 (03:52 +0000)
commit66b264d2c1119ffefd7cd99def02b9f533651678
tree40c118a0afa5454a8cb228130f504d364f5755bc
parentb3cfb0b3228ada12eaea404784739f51e1671652
runtime: fix TestSigStackSwapping on aix/ppc64

This commit fixes TestSigStackSwapping by increasing the signal stack
size. This is needed because SIGSTKSZ is too small when VMX is used on
AIX.

Change-Id: Ic2b5faa65745228d0768383b3d6ebd4b6f9f532c
Reviewed-on: https://go-review.googlesource.com/c/go/+/164012
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/testdata/testprogcgo/sigstack.go