aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2010-10-20 11:43:27 -0400
committerRuss Cox <rsc@golang.org>2010-10-20 11:43:27 -0400
commit4ae93111749aed9b14e9926708dd08a099ab34ea (patch)
tree487eb497ceba7a84ee7823526a13e4d5c1e6d1ad
parent1142b60dad7bcfd7c9eb071d3d79abde13ea9ac9 (diff)
downloadgo-4ae93111749aed9b14e9926708dd08a099ab34ea.tar.gz
go-4ae93111749aed9b14e9926708dd08a099ab34ea.zip
arm: more tests pass
R=ken2 CC=golang-dev https://golang.org/cl/2606041
-rw-r--r--src/pkg/Makefile42
1 files changed, 16 insertions, 26 deletions
diff --git a/src/pkg/Makefile b/src/pkg/Makefile
index 404deb05b9..81cd1f80b8 100644
--- a/src/pkg/Makefile
+++ b/src/pkg/Makefile
@@ -204,32 +204,22 @@ endif
ifeq ($(GOARCH),arm)
# Tests that fail, probably 5g bugs.
# Disable so that dashboard all.bash can catch regressions.
-NOTEST+=archive/tar
-NOTEST+=archive/zip
-NOTEST+=cmath
-NOTEST+=crypto/block
-NOTEST+=debug/dwarf
-NOTEST+=debug/elf
-NOTEST+=debug/macho
-NOTEST+=encoding/binary
-NOTEST+=exp/datafmt
-NOTEST+=exp/eval
-NOTEST+=expvar
-NOTEST+=flag
-NOTEST+=fmt
-NOTEST+=go/printer
-NOTEST+=gob
-NOTEST+=image/png
-NOTEST+=json
-NOTEST+=log
-NOTEST+=math
-NOTEST+=os
-NOTEST+=os/signal
-NOTEST+=strconv
-NOTEST+=syslog
-NOTEST+=template
-NOTEST+=testing/quick
-NOTEST+=xml
+NOTEST+=cmath # floating point
+NOTEST+=crypto/block # weird bit error
+NOTEST+=encoding/binary # floating point?
+NOTEST+=exp/datafmt # crash
+NOTEST+=exp/eval # crash
+NOTEST+=flag # floating point
+NOTEST+=fmt # floating point
+NOTEST+=go/printer # crash
+NOTEST+=gob # floating point
+NOTEST+=image/png # bit errors
+NOTEST+=json # floating point
+NOTEST+=math # floating point
+NOTEST+=os/signal # crash
+NOTEST+=strconv # floating point
+NOTEST+=syslog # unix syslog
+NOTEST+=xml # floating point
endif
TEST=\