FAQ
Change aef02e2ce485 broke the netbsd-386-bsiegert build:
http://build.golang.org/log/224de2d19824fa3ff86252a337b2fe25b137152e

cmd/5g: fix fixedtests/issue4396b.go test failure on arm5

Add missing file that should have been included in CL 6854063 / 5eac1a2d6fc3

R=remyoudompheng, minux.ma, rsc
CC=golang-dev
https://codereview.appspot.com/6891049

http://code.google.com/p/go/source/detail?r=aef02e2ce485

$ tail -200 < log
encoding/ascii85
encoding/base32
encoding/csv
exp/cookiejar
exp/ebnf
exp/ebnflint
exp/types
exp/gotype
exp/html/atom
exp/html
exp/norm
exp/locale/collate
hash/fnv
exp/locale/collate/build
exp/locale/collate/tools/colcmp
exp/utf8string
hash/crc64
image/color
image
image/draw
image/gif
image/jpeg
image/png
log/syslog
math/cmplx
net/http/cgi
net/http/fcgi
net/http/httptest
net/http/httputil
net/mail
net/rpc
net/rpc/jsonrpc
net/smtp
old/netchan
os/signal
os/user
runtime/debug
testing
testing/iotest
testing/quick

# Testing packages.
ok cmd/api 0.224s
? cmd/cgo [no test files]
ok cmd/fix 38.742s
ok cmd/go 0.340s
? cmd/godoc [no test files]
ok cmd/gofmt 0.740s
? cmd/vet [no test files]
? cmd/yacc [no test files]
ok archive/tar 0.468s
ok archive/zip 2.942s
ok bufio 1.719s
ok bytes 4.386s
ok compress/bzip2 3.441s
ok compress/flate 18.025s
ok compress/gzip 0.228s
ok compress/lzw 2.343s
ok compress/zlib 24.916s
ok container/heap 0.124s
ok container/list 0.355s
ok container/ring 0.484s
? crypto [no test files]
ok crypto/aes 0.599s
ok crypto/cipher 0.235s
ok crypto/des 2.397s
ok crypto/dsa 0.018s
ok crypto/ecdsa 0.573s
ok crypto/elliptic 1.078s
ok crypto/hmac 1.030s
ok crypto/md5 1.182s
ok crypto/rand 4.821s
ok crypto/rc4 2.477s
ok crypto/rsa 2.827s
ok crypto/sha1 0.119s
ok crypto/sha256 0.477s
ok crypto/sha512 0.460s
ok crypto/subtle 0.462s
ok crypto/tls 5.060s
ok crypto/x509 10.918s
? crypto/x509/pkix [no test files]
ok database/sql 0.223s
ok database/sql/driver 0.106s
ok debug/dwarf 0.220s
ok debug/elf 0.366s
ok debug/gosym 0.118s
ok debug/macho 0.120s
ok debug/pe 0.112s
ok encoding/ascii85 0.107s
ok encoding/asn1 0.121s
ok encoding/base32 0.108s
ok encoding/base64 0.220s
ok encoding/binary 0.225s
ok encoding/csv 0.207s
ok encoding/gob 0.360s
ok encoding/hex 0.118s
ok encoding/json 0.592s
ok encoding/pem 0.121s
ok encoding/xml 1.079s
ok errors 0.118s
ok exp/cookiejar 0.125s
ok exp/ebnf 0.238s
ok exp/ebnflint 0.111s
ok exp/gotype 13.059s
ok exp/html 1.397s
ok exp/html/atom 0.118s
ok exp/locale/collate 0.035s
ok exp/locale/collate/build 0.016s
? exp/locale/collate/tools/colcmp [no test files]
ok exp/norm 1.134s
ok exp/types 0.704s
ok exp/utf8string 0.009s
ok expvar 0.020s
ok flag 0.009s
ok fmt 0.051s
ok go/ast 0.230s
ok go/build 1.652s
ok go/doc 0.701s
ok go/format 0.126s
ok go/parser 0.817s
ok go/printer 3.979s
ok go/scanner 0.240s
ok go/token 0.472s
? hash [no test files]
ok hash/adler32 0.229s
ok hash/crc32 0.106s
ok hash/crc64 0.117s
ok hash/fnv 0.117s
ok html 0.011s
ok html/template 0.586s
ok image 1.666s
ok image/color 0.235s
ok image/draw 0.350s
? image/gif [no test files]
ok image/jpeg 1.772s
ok image/png 0.689s
ok index/suffixarray 0.125s
ok io 0.471s
ok io/ioutil 0.124s
ok log 0.119s
--- FAIL: TestWrite (0.12 seconds)
syslog_test.go:154: s.Info() = '""', didn't match '"<11>1 %s %s
syslog_test[%d]: \n"'
FAIL
FAIL log/syslog 0.709s
ok math 0.121s
ok math/big 3.774s
ok math/cmplx 0.118s
ok math/rand 0.473s
ok mime 0.239s
ok mime/multipart 1.893s
pollServer WaitFD: kevent: bad file descriptor
--- FAIL: TestPacketConn (0.11 seconds)
packetconn_test.go:80: net.PacketConn.ReadFrom failed: read unixgram
/tmp/gotest.net2: i/o timeout
FAIL
FAIL net 4.740s
ok net/http 6.381s
ok net/http/cgi 0.074s
ok net/http/fcgi 0.019s
ok net/http/httptest 0.126s
ok net/http/httputil 0.343s
? net/http/pprof [no test files]
ok net/mail 0.121s
ok net/rpc 0.707s
ok net/rpc/jsonrpc 0.239s
ok net/smtp 0.111s
ok net/textproto 0.109s
ok net/url 0.119s
ok old/netchan 0.347s
ok os 0.240s
ok os/exec 10.678s
ok os/signal 0.106s
ok os/user 2.596s
ok path 0.121s
ok path/filepath 2.383s
ok reflect 0.352s
ok regexp 3.910s
ok regexp/syntax 17.803s
ok runtime 20.350s
? runtime/cgo [no test files]
ok runtime/debug 0.240s
ok runtime/pprof 10.065s
ok sort 1.059s
ok strconv 9.291s
ok strings 4.126s
ok sync 0.063s
ok sync/atomic 0.751s
? syscall [no test files]
? testing [no test files]
? testing/iotest [no test files]
ok testing/quick 1.880s
ok text/scanner 0.388s
ok text/tabwriter 0.953s
ok text/template 1.992s
ok text/template/parse 0.420s
ok time 69.311s
ok unicode 2.738s
ok unicode/utf16 0.244s
ok unicode/utf8 0.477s
? unsafe [no test files]

Search Discussions

Related Discussions

Discussion Navigation
viewthread | post
Discussion Overview
groupgolang-dev @
categoriesgo
postedDec 6, '12 at 2:43p
activeDec 6, '12 at 2:43p
posts1
users1
websitegolang.org

1 user in discussion

Builder: 1 post

People

Translate

site design / logo © 2023 Grokbase