]> Cypherpunks repositories - gostls13.git/commit
runtime: rename TestPreemptM to TestSignalM
authorAustin Clements <austin@google.com>
Tue, 29 Oct 2019 02:19:32 +0000 (22:19 -0400)
committerAustin Clements <austin@google.com>
Tue, 29 Oct 2019 13:46:23 +0000 (13:46 +0000)
commit28a15e3df34258f4f6c1de319fa30a81356ee92c
tree954fa3c901b1e4d55e0389f43e75e2e334c421f8
parentb6bdf4587f7b58b78982553b7d10b73d0a381152
runtime: rename TestPreemptM to TestSignalM

TestPreemptM doesn't test preemptM, it tests signalM. Rename it and
co-locate it with the other tests related to signals.

Change-Id: I7b95f2ba96530c49cfa8d5bf33282946b5f2d9af
Reviewed-on: https://go-review.googlesource.com/c/go/+/203891
Run-TryBot: Austin Clements <austin@google.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/crash_unix_test.go
src/runtime/preemptm_test.go [deleted file]