aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2010-09-28 23:46:36 -0400
committerRuss Cox <rsc@golang.org>2010-09-28 23:46:36 -0400
commit2f7a5b3379264287f08e048bc265d00e9b366178 (patch)
tree6eccfafd23f858740b0a5b4588037119fe5f34ff
parent6a1ea00d59de7a1be5aaad34e90c75cde974db60 (diff)
downloadgo-2f7a5b3379264287f08e048bc265d00e9b366178.tar.gz
go-2f7a5b3379264287f08e048bc265d00e9b366178.zip
arm: 10 more package tests pass
R=ken2 CC=golang-dev https://golang.org/cl/2298041
-rw-r--r--src/pkg/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/pkg/Makefile b/src/pkg/Makefile
index 6ac0d885fe..33194918b8 100644
--- a/src/pkg/Makefile
+++ b/src/pkg/Makefile
@@ -210,11 +210,8 @@ NOTEST+=bytes
NOTEST+=cmath
NOTEST+=compress/gzip
NOTEST+=compress/zlib
-NOTEST+=crypto/aes
NOTEST+=crypto/block
-NOTEST+=crypto/blowfish
NOTEST+=crypto/ocsp
-NOTEST+=crypto/rc4
NOTEST+=crypto/rsa
NOTEST+=crypto/subtle
NOTEST+=crypto/tls
@@ -222,9 +219,7 @@ NOTEST+=crypto/x509
NOTEST+=debug/dwarf
NOTEST+=debug/elf
NOTEST+=debug/macho
-NOTEST+=encoding/base64
NOTEST+=encoding/binary
-NOTEST+=encoding/pem
NOTEST+=exp/datafmt
NOTEST+=exp/eval
NOTEST+=expvar
@@ -244,21 +239,16 @@ NOTEST+=net
NOTEST+=netchan
NOTEST+=os
NOTEST+=os/signal
-NOTEST+=patch
NOTEST+=reflect
-NOTEST+=regexp
NOTEST+=rpc
NOTEST+=rpc/jsonrpc
NOTEST+=scanner
NOTEST+=strconv
NOTEST+=strings
NOTEST+=syslog
-NOTEST+=tabwriter
NOTEST+=template
NOTEST+=testing/quick
NOTEST+=time
-NOTEST+=utf16
-NOTEST+=utf8
NOTEST+=websocket
NOTEST+=xml
endif