-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Closed
Labels
Milestone
Description
What version of Go are you using (go version)?
N/A, commit bc5a6ce.
What operating system and processor architecture are you using?
Windows 7, 64-bit.
What did you do?
Ran src/all.bat as administrator and with the firewall temporarily turned off
What did you expect to see?
All tests passing
What did you see instead?
##### Building Go bootstrap tool.
cmd/dist
##### Building Go toolchain using c:\home\installs\go_1.4.2.
...
##### Building go_bootstrap for host, windows/amd64.
...
##### Building packages and commands for windows/amd64.
...
##### Testing packages.
...
--- FAIL: TestClientTrailers (0.00s)
client_test.go:1116: Response trailers = http.Header{"Server-Trailer-A":[]string(nil), "Server-Trailer-B":[]string(nil)}; want http.Header{"Server-Trailer-A":[]string{"valuea"}, "Server-Trailer-B":[]string(nil), "Server-Trailer-C":[]string{"valuec"}}
FAIL
FAIL net/http 8.134s
...
2015/08/04 19:51:18 Unsolicited response received on idle HTTP channel starting with "\r"; err=<nil>
--- FAIL: TestReverseProxy (0.09s)
reverseproxy_test.go:102: Trailer(X-Trailer) = "" ; want "trailer_value"
FAIL
FAIL net/http/httputil 0.283s
...
--- FAIL: TestLocalZoneAbbr (0.00s)
zoneinfo_windows_test.go:19: Parse failed: parsing time "Tue, 04 Aug 2015 19:51:40 V" as "Mon, 02 Jan 2006 15:04:05 MST": cannot parse "V" as "MST"
FAIL
FAIL time 3.018s
...
--- FAIL: TestLocalImportsEasySub (0.63s)
go_test.go:243: running testgo [build -o ./easysub.exe testdata\local\easysub\main.go]
go_test.go:150: remove ./easysub.exe: Access is denied.
FAIL
FAIL cmd/go 48.210s
...
2015/08/04 19:52:33 Failed: exit status 1