]> Cypherpunks repositories - gostls13.git/commit
runtime: add test for signalM
authorAustin Clements <austin@google.com>
Tue, 15 Oct 2019 00:10:48 +0000 (20:10 -0400)
committerAustin Clements <austin@google.com>
Sat, 26 Oct 2019 02:52:32 +0000 (02:52 +0000)
commit8dc1a158e460d7fdaca3c9317405e7c0dca6e443
tree753df3de871b49d09fe0eae8ca4f774fe178a59d
parent42aab4b0af5e50071fa8901a038bdc6f1f42b2ed
runtime: add test for signalM

For #10958, #24543.

Change-Id: Ib009a83fe02bc623894f4908fe8f6b266382ba95
Reviewed-on: https://go-review.googlesource.com/c/go/+/201404
Run-TryBot: Austin Clements <austin@google.com>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/runtime/export_unix_test.go
src/runtime/preemptm_test.go [new file with mode: 0644]
src/runtime/signal_unix.go