]> Cypherpunks repositories - gostls13.git/commitdiff
arm: enable 6 more tests after net fix
authorRuss Cox <rsc@golang.org>
Thu, 14 Oct 2010 21:15:45 +0000 (17:15 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 14 Oct 2010 21:15:45 +0000 (17:15 -0400)
R=ken2
CC=golang-dev
https://golang.org/cl/2520042

src/pkg/Makefile

index 3bde747d9dc31957c53db4a6e455911768264bac..3371fe82d057f6ed0587c1fdd5563b96716b1b3e 100644 (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