mirror of
https://github.com/golang/go
synced 2024-11-24 22:57:57 -07:00
arm: more tests pass
R=ken2 CC=golang-dev https://golang.org/cl/2606041
This commit is contained in:
parent
1142b60dad
commit
4ae9311174
@ -204,32 +204,22 @@ endif
|
|||||||
ifeq ($(GOARCH),arm)
|
ifeq ($(GOARCH),arm)
|
||||||
# Tests that fail, probably 5g bugs.
|
# Tests that fail, probably 5g bugs.
|
||||||
# Disable so that dashboard all.bash can catch regressions.
|
# Disable so that dashboard all.bash can catch regressions.
|
||||||
NOTEST+=archive/tar
|
NOTEST+=cmath # floating point
|
||||||
NOTEST+=archive/zip
|
NOTEST+=crypto/block # weird bit error
|
||||||
NOTEST+=cmath
|
NOTEST+=encoding/binary # floating point?
|
||||||
NOTEST+=crypto/block
|
NOTEST+=exp/datafmt # crash
|
||||||
NOTEST+=debug/dwarf
|
NOTEST+=exp/eval # crash
|
||||||
NOTEST+=debug/elf
|
NOTEST+=flag # floating point
|
||||||
NOTEST+=debug/macho
|
NOTEST+=fmt # floating point
|
||||||
NOTEST+=encoding/binary
|
NOTEST+=go/printer # crash
|
||||||
NOTEST+=exp/datafmt
|
NOTEST+=gob # floating point
|
||||||
NOTEST+=exp/eval
|
NOTEST+=image/png # bit errors
|
||||||
NOTEST+=expvar
|
NOTEST+=json # floating point
|
||||||
NOTEST+=flag
|
NOTEST+=math # floating point
|
||||||
NOTEST+=fmt
|
NOTEST+=os/signal # crash
|
||||||
NOTEST+=go/printer
|
NOTEST+=strconv # floating point
|
||||||
NOTEST+=gob
|
NOTEST+=syslog # unix syslog
|
||||||
NOTEST+=image/png
|
NOTEST+=xml # floating point
|
||||||
NOTEST+=json
|
|
||||||
NOTEST+=log
|
|
||||||
NOTEST+=math
|
|
||||||
NOTEST+=os
|
|
||||||
NOTEST+=os/signal
|
|
||||||
NOTEST+=strconv
|
|
||||||
NOTEST+=syslog
|
|
||||||
NOTEST+=template
|
|
||||||
NOTEST+=testing/quick
|
|
||||||
NOTEST+=xml
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
TEST=\
|
TEST=\
|
||||||
|
Loading…
Reference in New Issue
Block a user