]> Cypherpunks repositories - gostls13.git/commit
os/signal: in TestStop, skip the final "unexpected signal" check for SIGUSR1 on Android
authorBryan C. Mills <bcmills@google.com>
Mon, 30 Mar 2020 19:01:33 +0000 (15:01 -0400)
committerBryan C. Mills <bcmills@google.com>
Mon, 30 Mar 2020 23:55:51 +0000 (23:55 +0000)
commitfde6868ac3f3f049247084f2c76efec3555a2395
tree70b7d911b0954ea8e7008650dea4f28f5570b752
parent16237b22a85b2b20bb7915d3c64a7a2e071623ea
os/signal: in TestStop, skip the final "unexpected signal" check for SIGUSR1 on Android

In CL 226138, I updated TestStop to have more uniform behavior for its signals.
However, that test seems to always fail for SIGUSR1 on the Android ARM builders.

I'm not sure what's special about Android for this particular case,
but let's skip the test to unbreak the builders while I investigate.

For #38165
Updates #33174

Change-Id: I35a70346cd9757a92acd505a020bf95e6871405c
Reviewed-on: https://go-review.googlesource.com/c/go/+/226458
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/os/signal/signal_test.go