1
0
mirror of https://github.com/golang/go synced 2024-10-03 08:21:21 -06: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+=go/printer
NOTEST+=gob
NOTEST+=http
NOTEST+=image/png
NOTEST+=json
NOTEST+=log
NOTEST+=math
NOTEST+=net
NOTEST+=netchan
NOTEST+=os
NOTEST+=os/signal
NOTEST+=rpc
NOTEST+=rpc/jsonrpc
NOTEST+=strconv
NOTEST+=syslog
NOTEST+=template
NOTEST+=testing/quick
NOTEST+=websocket
NOTEST+=xml
endif