aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2010-10-22 05:53:03 +0200
committerRuss Cox <rsc@golang.org>2010-10-22 05:53:03 +0200
commit1c8f185611fd123ec2a5840f791bcb014e96cbef (patch)
treeb5177c0f8e9af8264741d35a517ad328571f2909
parent45c48d51f7ca98c9f393bca76ec779ecae948ef7 (diff)
downloadgo-1c8f185611fd123ec2a5840f791bcb014e96cbef.tar.gz
go-1c8f185611fd123ec2a5840f791bcb014e96cbef.zip
arm: 3 more tests pass
R=ken2 CC=golang-dev https://golang.org/cl/2666041
-rw-r--r--src/pkg/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pkg/Makefile b/src/pkg/Makefile
index 151dec9d5d..6c9bc18880 100644
--- a/src/pkg/Makefile
+++ b/src/pkg/Makefile
@@ -208,9 +208,6 @@ NOTEST+=cmath # software floating point (lack of) accuracy
NOTEST+=math # software floating point (lack of) accuracy
NOTEST+=strconv # software floating point (lack of) accuracy
-NOTEST+=fmt # spurious uint overflow
-NOTEST+=gob # something involving complex
-NOTEST+=json # spurious uint overflow
NOTEST+=os/signal # crash
endif