$ go test -c os/signal
$ ./signal.test
PASS
$ go tool dist test -v

##### Testing packages.
# go tool dist test -run=^go_test:archive/tar$
[...]
ok  net/url (cached)
ok  os 0.677s
ok  os/exec 1.414s
--- FAIL: TestTerminalSignal (5.01s)
signal_cgo_test.go:138: "PS1='prompt> '\r\n"
signal_cgo_test.go:163: timed out waiting for shell prompt
FAIL
FAIL os/signal 10.104s
ok  os/user (cached)
[...]

At which point I interrupted it. I blew up the entire go repo at and
cloned it again at tip. This persists.

$ go version
go version devel +23e8e197b0 Tue Feb 6 18:24:33 2018 +0000 darwin/amd64

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to