1
0
mirror of https://github.com/golang/go synced 2024-11-11 23:50:22 -07:00

arm: 3 more tests pass

R=ken2
CC=golang-dev
https://golang.org/cl/2666041
This commit is contained in:
Russ Cox 2010-10-22 05:53:03 +02:00
parent 45c48d51f7
commit 1c8f185611

View 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