Change 7b6096868871 broke the linux-arm-cheney build:
http://build.golang.org/log/5bdfefec9d4bee9cfe38133eba7324a16cad07d0
encoding/json: encode map key is of string kind, decode only of string type
Allows encoding and decoding of maps with key of string kind, not just
string type.
Fixes issue 3519.
R=rsc, dave
CC=golang-dev
https://codereview.appspot.com/6943047
Committer: Dave Cheney <[email protected]>
http://code.google.com/p/go/source/detail?r=7b6096868871
$ tail -200 < log
database/sql/driver
database/sql
debug/gosym
encoding/ascii85
encoding/base32
encoding/csv
exp/cookiejar
exp/ebnf
exp/ebnflint
go/types
exp/gotype
exp/html/atom
exp/html
exp/inotify
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/user
runtime/debug
testing
testing/iotest
testing/quick
# Testing packages.
ok cmd/api 0.111s
? cmd/cgo [no test files]
ok cmd/fix 14.683s
ok cmd/go 0.139s
? cmd/godoc [no test files]
ok cmd/gofmt 0.318s
? cmd/vet [no test files]
? cmd/yacc [no test files]
ok archive/tar 0.060s
ok archive/zip 0.365s
ok bufio 0.382s
ok bytes 0.993s
ok compress/bzip2 0.560s
ok compress/flate 4.344s
ok compress/gzip 0.080s
ok compress/lzw 0.739s
ok compress/zlib 8.826s
ok container/heap 0.055s
ok container/list 0.052s
ok container/ring 0.112s
? crypto [no test files]
ok crypto/aes 0.176s
ok crypto/cipher 0.064s
ok crypto/des 0.266s
ok crypto/dsa 0.127s
ok crypto/ecdsa 0.273s
ok crypto/elliptic 0.121s
ok crypto/hmac 0.062s
ok crypto/md5 0.061s
ok crypto/rand 0.236s
ok crypto/rc4 0.051s
ok crypto/rsa 1.472s
ok crypto/sha1 0.059s
ok crypto/sha256 0.059s
ok crypto/sha512 0.070s
ok crypto/subtle 0.079s
ok crypto/tls 3.839s
ok crypto/x509 9.160s
? crypto/x509/pkix [no test files]
ok database/sql 0.113s
ok database/sql/driver 0.052s
ok debug/dwarf 0.082s
ok debug/elf 0.126s
ok debug/gosym 0.057s
ok debug/macho 0.064s
ok debug/pe 0.086s
ok encoding/ascii85 0.058s
ok encoding/asn1 0.071s
ok encoding/base32 0.062s
ok encoding/base64 0.070s
ok encoding/binary 0.064s
ok encoding/csv 0.060s
ok encoding/gob 0.304s
ok encoding/hex 0.054s
ok encoding/json 0.379s
ok encoding/pem 0.072s
ok encoding/xml 0.139s
ok errors 0.055s
ok exp/cookiejar 0.089s
ok exp/ebnf 0.055s
ok exp/ebnflint 0.076s
ok exp/gotype 22.849s
ok exp/html 1.182s
ok exp/html/atom 0.053s
ok exp/inotify 1.079s
ok exp/locale/collate 0.180s
ok exp/locale/collate/build 0.091s
? exp/locale/collate/tools/colcmp [no test files]
ok exp/norm 8.430s
ok exp/utf8string 0.055s
ok expvar 0.094s
ok flag 0.056s
ok fmt 0.345s
ok go/ast 0.093s
ok go/build 0.914s
ok go/doc 0.467s
ok go/format 0.105s
ok go/parser 0.342s
ok go/printer 2.781s
ok go/scanner 0.069s
ok go/token 0.388s
ok go/types 3.308s
? hash [no test files]
ok hash/adler32 0.118s
ok hash/crc32 0.051s
ok hash/crc64 0.051s
ok hash/fnv 0.051s
ok html 0.059s
ok html/template 0.380s
ok image 0.589s
ok image/color 0.100s
ok image/draw 0.203s
? image/gif [no test files]
ok image/jpeg 0.939s
ok image/png 0.333s
ok index/suffixarray 0.107s
ok io 0.073s
ok io/ioutil 0.055s
ok log 0.063s
--- FAIL: TestWrite (0.20 seconds)
syslog_test.go:154: s.Info() = '""', didn't match '"<11>1 %s %s
syslog_test[%d]: \n"'
FAIL
FAIL log/syslog 0.396s
ok math 0.076s
ok math/big 2.996s
ok math/cmplx 0.076s
ok math/rand 0.263s
ok mime 0.057s
ok mime/multipart 0.842s
ok net 3.949s
ok net/http 16.202s
ok net/http/cgi 1.723s
ok net/http/fcgi 0.100s
ok net/http/httptest 0.102s
ok net/http/httputil 0.207s
? net/http/pprof [no test files]
ok net/mail 0.072s
ok net/rpc 0.469s
ok net/rpc/jsonrpc 0.126s
ok net/smtp 0.097s
ok net/textproto 0.070s
ok net/url 0.064s
ok old/netchan 0.149s
ok os 0.131s
ok os/exec 2.881s
ok os/signal 0.155s
ok os/user 0.061s
ok path 0.061s
ok path/filepath 1.168s
ok reflect 0.220s
ok regexp 0.689s
ok regexp/syntax 3.858s
ok runtime 8.129s
? runtime/cgo [no test files]
ok runtime/debug 0.052s
ok runtime/pprof 1.615s
ok sort 0.600s
ok strconv 3.181s
ok strings 0.779s
ok sync 0.363s
ok sync/atomic 0.145s
ok syscall 0.126s
? testing [no test files]
? testing/iotest [no test files]
ok testing/quick 0.201s
ok text/scanner 0.067s
ok text/tabwriter 0.064s
ok text/template 0.177s
ok text/template/parse 0.087s
ok time 5.467s
ok unicode 0.057s
ok unicode/utf16 0.051s
ok unicode/utf8 0.080s
? unsafe [no test files]