]> Cypherpunks repositories - gostls13.git/commit
runtime: use pipe rather than note in TestSignalM
authorIan Lance Taylor <iant@golang.org>
Fri, 8 Nov 2019 05:08:48 +0000 (21:08 -0800)
committerIan Lance Taylor <iant@golang.org>
Tue, 12 Nov 2019 05:35:33 +0000 (05:35 +0000)
commit99957b6930c76b683dbca1ff4bcdd56e59b1e035
tree48e93149df7e0b683450a9be932a58a1c56da8ab
parentd22b5735e74c1e5905d1574853cb9a9f48da1afe
runtime: use pipe rather than note in TestSignalM

At least on Darwin notewakeup is not async-signal-safe.

Fixes #35276

Change-Id: I1d7523715e8e77dbd7f21d9b1ed131e52d46cc41
Reviewed-on: https://go-review.googlesource.com/c/go/+/206078
Reviewed-by: Austin Clements <austin@google.com>
src/runtime/crash_unix_test.go
src/runtime/export_unix_test.go