aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2010-10-01 00:18:07 -0400
committerRuss Cox <rsc@golang.org>2010-10-01 00:18:07 -0400
commitd4e6df98f47bf1d1514ee22cb0cfc49ef5fb3816 (patch)
treed862508c02ba690ef23e0ceb3f0bc3f9ae208197
parent03babfc6266c16103de0aacc38a74edceacb23af (diff)
downloadgo-d4e6df98f47bf1d1514ee22cb0cfc49ef5fb3816.tar.xz
arm: enable 9 more package tests
R=ken2 CC=golang-dev https://golang.org/cl/2345041
-rw-r--r--src/pkg/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/pkg/Makefile b/src/pkg/Makefile
index eef571d513..2b96dc0f94 100644
--- a/src/pkg/Makefile
+++ b/src/pkg/Makefile
@@ -206,18 +206,13 @@ ifeq ($(GOARCH),arm)
# Disable so that dashboard all.bash can catch regressions.
NOTEST+=archive/tar
NOTEST+=archive/zip
-NOTEST+=asn1
NOTEST+=big
-NOTEST+=bytes
NOTEST+=cmath
NOTEST+=compress/gzip
NOTEST+=compress/zlib
NOTEST+=crypto/block
-NOTEST+=crypto/ocsp
NOTEST+=crypto/rsa
NOTEST+=crypto/subtle
-NOTEST+=crypto/tls
-NOTEST+=crypto/x509
NOTEST+=debug/dwarf
NOTEST+=debug/elf
NOTEST+=debug/macho
@@ -235,8 +230,6 @@ NOTEST+=io
NOTEST+=json
NOTEST+=log
NOTEST+=math
-NOTEST+=mime
-NOTEST+=mime/multipart
NOTEST+=net
NOTEST+=netchan
NOTEST+=os
@@ -244,9 +237,7 @@ NOTEST+=os/signal
NOTEST+=reflect
NOTEST+=rpc
NOTEST+=rpc/jsonrpc
-NOTEST+=scanner
NOTEST+=strconv
-NOTEST+=strings
NOTEST+=syslog
NOTEST+=template
NOTEST+=testing/quick