From: Russ Cox Date: Fri, 22 Oct 2010 03:53:03 +0000 (+0200) Subject: arm: 3 more tests pass X-Git-Tag: weekly.2010-10-27~45 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=1c8f185611fd123ec2a5840f791bcb014e96cbef;p=gostls13.git arm: 3 more tests pass R=ken2 CC=golang-dev https://golang.org/cl/2666041 --- 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