1
0
mirror of https://github.com/golang/go synced 2024-11-20 04:54:44 -07:00

arm: enable 6 more tests after net fix

R=ken2
CC=golang-dev
https://golang.org/cl/2520042
This commit is contained in:
Russ Cox 2010-10-14 17:15:45 -04:00
parent 14d2242fb9
commit 0b2af925db

View File

@ -220,22 +220,16 @@ NOTEST+=flag
NOTEST+=fmt NOTEST+=fmt
NOTEST+=go/printer NOTEST+=go/printer
NOTEST+=gob NOTEST+=gob
NOTEST+=http
NOTEST+=image/png NOTEST+=image/png
NOTEST+=json NOTEST+=json
NOTEST+=log NOTEST+=log
NOTEST+=math NOTEST+=math
NOTEST+=net
NOTEST+=netchan
NOTEST+=os NOTEST+=os
NOTEST+=os/signal NOTEST+=os/signal
NOTEST+=rpc
NOTEST+=rpc/jsonrpc
NOTEST+=strconv NOTEST+=strconv
NOTEST+=syslog NOTEST+=syslog
NOTEST+=template NOTEST+=template
NOTEST+=testing/quick NOTEST+=testing/quick
NOTEST+=websocket
NOTEST+=xml NOTEST+=xml
endif endif