]> Cypherpunks repositories - gostls13.git/commitdiff
arm: 3 more tests pass
authorRuss Cox <rsc@golang.org>
Fri, 22 Oct 2010 03:53:03 +0000 (05:53 +0200)
committerRuss Cox <rsc@golang.org>
Fri, 22 Oct 2010 03:53:03 +0000 (05:53 +0200)
R=ken2
CC=golang-dev
https://golang.org/cl/2666041

src/pkg/Makefile

index 151dec9d5de90336768ec519d9165d8125458e4a..6c9bc18880347e20b69fa821f53cfbc4a6b474d1 100644 (file)
@@ -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