Commit 4ae93111 authored by Russ Cox's avatar Russ Cox

arm: more tests pass

R=ken2
CC=golang-dev
https://golang.org/cl/2606041
parent 1142b60d
...@@ -204,32 +204,22 @@ endif ...@@ -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=\
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment