Closed
Description
Go version: devel from https://go-review.googlesource.com/#/c/18776/3
Platform: netbsd7-amd64
When I bootstrap the compiler using the following command, it fails.
$ (cd src && env GOROOT_BOOTSTRAP=$HOME/pkg/go GOROOT_FINAL=$HOME/godev bash ./all.bash)
The output is:
ok mime/multipart 2.530s
ok mime/quotedprintable 1.526s
--- FAIL: TestLookupDotsWithLocalSource (0.00s)
lookup_test.go:446: netgo: got localhost.; want localhost
lookup_test.go:446: netcgo: got localhost.; want localhost
FAIL
FAIL net 9.227s
ok net/http 19.109s
ok net/http/cgi 0.267s