]> Cypherpunks repositories - gostls13.git/commit
runtime: ignore EAGAIN from exec in TestCgoExecSignalMask
authorIan Lance Taylor <iant@golang.org>
Tue, 18 Sep 2018 14:58:11 +0000 (07:58 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 18 Sep 2018 15:16:14 +0000 (15:16 +0000)
commit19ac6a82d3be818572881d60026109946a5a69e6
tree41a8f20fb766ed4e3b92bbb42e9eedbaeca224f4
parent014901c5bab2f99af3b1019d5776fa5da6f5bef7
runtime: ignore EAGAIN from exec in TestCgoExecSignalMask

Fixes #27731

Change-Id: Ifb4d57923b1bba0210ec1f623d779d7b5f442812
Reviewed-on: https://go-review.googlesource.com/135995
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Michael Munday <mike.munday@ibm.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/testdata/testprogcgo/exec.go