mirror of
https://github.com/golang/go
synced 2024-11-20 06:14:53 -07:00
arm: enable 8 more packages
The remaining failures include: * something about bit operations? crypto/block encoding/binary * something about file I/O? archive/tar archive/zip debug/dwarf debug/elf debug/macho image/png * floating point cmath expvar flag fmt gob json math strconv template xml * network (maybe fixed by a pending CL) http netchan rpc rpc/jsonrpc syslog websocket * line numbers log * haven't bothered / not sure exp/datafmt exp/eval go/printer os os/signal testing/quick R=ken2 CC=golang-dev https://golang.org/cl/2496041
This commit is contained in:
parent
b33f5d537f
commit
d6df301774
@ -206,13 +206,8 @@ ifeq ($(GOARCH),arm)
|
|||||||
# Disable so that dashboard all.bash can catch regressions.
|
# Disable so that dashboard all.bash can catch regressions.
|
||||||
NOTEST+=archive/tar
|
NOTEST+=archive/tar
|
||||||
NOTEST+=archive/zip
|
NOTEST+=archive/zip
|
||||||
NOTEST+=big
|
|
||||||
NOTEST+=cmath
|
NOTEST+=cmath
|
||||||
NOTEST+=compress/gzip
|
|
||||||
NOTEST+=compress/zlib
|
|
||||||
NOTEST+=crypto/block
|
NOTEST+=crypto/block
|
||||||
NOTEST+=crypto/rsa
|
|
||||||
NOTEST+=crypto/subtle
|
|
||||||
NOTEST+=debug/dwarf
|
NOTEST+=debug/dwarf
|
||||||
NOTEST+=debug/elf
|
NOTEST+=debug/elf
|
||||||
NOTEST+=debug/macho
|
NOTEST+=debug/macho
|
||||||
@ -226,7 +221,6 @@ NOTEST+=go/printer
|
|||||||
NOTEST+=gob
|
NOTEST+=gob
|
||||||
NOTEST+=http
|
NOTEST+=http
|
||||||
NOTEST+=image/png
|
NOTEST+=image/png
|
||||||
NOTEST+=io
|
|
||||||
NOTEST+=json
|
NOTEST+=json
|
||||||
NOTEST+=log
|
NOTEST+=log
|
||||||
NOTEST+=math
|
NOTEST+=math
|
||||||
@ -234,14 +228,12 @@ NOTEST+=net
|
|||||||
NOTEST+=netchan
|
NOTEST+=netchan
|
||||||
NOTEST+=os
|
NOTEST+=os
|
||||||
NOTEST+=os/signal
|
NOTEST+=os/signal
|
||||||
NOTEST+=reflect
|
|
||||||
NOTEST+=rpc
|
NOTEST+=rpc
|
||||||
NOTEST+=rpc/jsonrpc
|
NOTEST+=rpc/jsonrpc
|
||||||
NOTEST+=strconv
|
NOTEST+=strconv
|
||||||
NOTEST+=syslog
|
NOTEST+=syslog
|
||||||
NOTEST+=template
|
NOTEST+=template
|
||||||
NOTEST+=testing/quick
|
NOTEST+=testing/quick
|
||||||
NOTEST+=time
|
|
||||||
NOTEST+=websocket
|
NOTEST+=websocket
|
||||||
NOTEST+=xml
|
NOTEST+=xml
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user