Commit 0b2af925 authored by Russ Cox's avatar Russ Cox

arm: enable 6 more tests after net fix

R=ken2
CC=golang-dev
https://golang.org/cl/2520042
parent 14d2242f
...@@ -220,22 +220,16 @@ NOTEST+=flag ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment