by f.guerrieri:
What steps will reproduce the problem?
1. ./all.bash
2. Unexpected failure
What is the expected output? What do you see instead?
cd crypto/tls && gomake test
gotest
rm -f _test/crypto/tls.a _gotest_.8
8g -o _gotest_.8 alert.go common.go handshake_client.go
handshake_messages.go handshake_server.go prf.go record_process.go
record_read.go record_write.go ca_set.go tls.go
handshake_messages_test.go handshake_server_test.go prf_test.go
record_process_test.go record_read_test.go
rm -f _test/crypto/tls.a
gopack grc _test/crypto/tls.a _gotest_.8
--- FAIL: tls.TestAlertForwarding
Got error: received unexpected value on one of the channels:
script.channelClosed{channel:(chan interface { })(0x2473c0)}. Runnable
events: recv alert
FAIL
make[1]: *** [test] Error 1
make: *** [crypto/tls.test] Error 2
What is your $GOOS? $GOARCH?
darwin 386
Which revision are you using? (hg identify)
~/go 516 $ hg identify
29a43c7451c6 tip
by f.guerrieri:
What steps will reproduce the problem? 1. ./all.bash 2. Unexpected failure What is the expected output? What do you see instead? cd crypto/tls && gomake test gotest rm -f _test/crypto/tls.a _gotest_.8 8g -o _gotest_.8 alert.go common.go handshake_client.go handshake_messages.go handshake_server.go prf.go record_process.go record_read.go record_write.go ca_set.go tls.go handshake_messages_test.go handshake_server_test.go prf_test.go record_process_test.go record_read_test.go rm -f _test/crypto/tls.a gopack grc _test/crypto/tls.a _gotest_.8 --- FAIL: tls.TestAlertForwarding Got error: received unexpected value on one of the channels: script.channelClosed{channel:(chan interface { })(0x2473c0)}. Runnable events: recv alert FAIL make[1]: *** [test] Error 1 make: *** [crypto/tls.test] Error 2 What is your $GOOS? $GOARCH? darwin 386 Which revision are you using? (hg identify) ~/go 516 $ hg identify 29a43c7451c6 tip