-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Closed
Labels
Milestone
Description
by mafafa2:
What steps will reproduce the problem?
run ./all.bash
What is the expected output? What do you see instead?
I expect it to display:
--- cd ../test
N known bugs; 0 unexpected bugs
I see:
.
.
.
make[2]: Entering directory `/home/ricardo/go/src/pkg/net'
6g -o _gotest_.6 dnsclient.go dnsconfig.go dnsmsg.go fd.go fd_linux.go
ip.go ipsock.go net.go parse.go port.go sock.go tcpsock.go udpsock.go
unixsock.go dialgoogle_test.go ip_test.go net_test.go parse_test.go
port_test.go server_test.go timeout_test.go
rm -f _test/net.a
gopack grc _test/net.a _gotest_.6
make[2]: Leaving directory `/home/ricardo/go/src/pkg/net'
--- FAIL: net.TestDialGoogle
-- 74.125.19.99:80 --
-- www.google.com:80 --
-- 74.125.19.99:http --
-- www.google.com:http --
Dial("tcp", "", "www.google.com:http") = _, dial tcp
www.google.com:http: lookup www.google.com.supercable.net.ve. on
128.107.241.185:53: no answer from server
-- 074.125.019.099:0080 --
-- [::ffff:74.125.19.99]:80 --
-- [::ffff:4a7d:1363]:80 --
-- [0:0:0:0:0000:ffff:74.125.19.99]:80 --
-- [0:0:0:0:000000:ffff:74.125.19.99]:80 --
-- [0:0:0:0:0:ffff::74.125.19.99]:80 --
FAIL
make[1]: *** [test] Error 1
make[1]: Leaving directory `/home/ricardo/go/src/pkg/net'
make: *** [net.test] Error 2
What is your $GOOS? $GOARCH?
$GOOS=linux
$GOARCH=amd64
Which revision are you sync'ed to? (hg log -l 1)
changeset: 3952:64e703cb307d
tag: tip
user: Russ Cox <rsc@golang.org>
date: Tue Nov 10 14:09:01 2009 -0800
summary: update video links
Please provide any additional information below.
none