]> Cypherpunks repositories - gostls13.git/commit
testing: roll back CL 44352 (show in-progress tests upon SIGINT)
authorIan Lance Taylor <iant@golang.org>
Thu, 13 Jul 2017 15:10:43 +0000 (08:10 -0700)
committerIan Lance Taylor <iant@golang.org>
Thu, 13 Jul 2017 16:01:49 +0000 (16:01 +0000)
commit5bcfd8847207ad8399265bc7efd49c50b286223b
tree6684a3ebc3bed68af5a0782766b4a1b23ed9fce5
parent7e172509d96db8cc3d0fb58ab4389b9785307d2c
testing: roll back CL 44352 (show in-progress tests upon SIGINT)

CL 44352 changed the behavior of SIGINT, which can break tests that
themselves use SIGINT.  I think we can only implement this if the
testing package has a way to know whether the code under test is using
SIGINT, but os/signal does not provide an API for that.  Roll back for
1.9 and think about this again for 1.10.

Updates #19397

Change-Id: I021c314db2b9d0a80d0088b120a6ade685459990
Reviewed-on: https://go-review.googlesource.com/48370
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/go/go_test.go
src/cmd/go/testdata/inprogress_interrupt_test.go [deleted file]
src/go/build/deps_test.go
src/os/signal/signal_plan9_test.go
src/os/signal/signal_test.go
src/os/signal/signal_windows_test.go
src/testing/testing.go