Commit 2f7a5b33 authored by Russ Cox's avatar Russ Cox

arm: 10 more package tests pass

R=ken2
CC=golang-dev
https://golang.org/cl/2298041
parent 6a1ea00d
...@@ -210,11 +210,8 @@ NOTEST+=bytes ...@@ -210,11 +210,8 @@ NOTEST+=bytes
NOTEST+=cmath NOTEST+=cmath
NOTEST+=compress/gzip NOTEST+=compress/gzip
NOTEST+=compress/zlib NOTEST+=compress/zlib
NOTEST+=crypto/aes
NOTEST+=crypto/block NOTEST+=crypto/block
NOTEST+=crypto/blowfish
NOTEST+=crypto/ocsp NOTEST+=crypto/ocsp
NOTEST+=crypto/rc4
NOTEST+=crypto/rsa NOTEST+=crypto/rsa
NOTEST+=crypto/subtle NOTEST+=crypto/subtle
NOTEST+=crypto/tls NOTEST+=crypto/tls
...@@ -222,9 +219,7 @@ NOTEST+=crypto/x509 ...@@ -222,9 +219,7 @@ NOTEST+=crypto/x509
NOTEST+=debug/dwarf NOTEST+=debug/dwarf
NOTEST+=debug/elf NOTEST+=debug/elf
NOTEST+=debug/macho NOTEST+=debug/macho
NOTEST+=encoding/base64
NOTEST+=encoding/binary NOTEST+=encoding/binary
NOTEST+=encoding/pem
NOTEST+=exp/datafmt NOTEST+=exp/datafmt
NOTEST+=exp/eval NOTEST+=exp/eval
NOTEST+=expvar NOTEST+=expvar
...@@ -244,21 +239,16 @@ NOTEST+=net ...@@ -244,21 +239,16 @@ NOTEST+=net
NOTEST+=netchan NOTEST+=netchan
NOTEST+=os NOTEST+=os
NOTEST+=os/signal NOTEST+=os/signal
NOTEST+=patch
NOTEST+=reflect NOTEST+=reflect
NOTEST+=regexp
NOTEST+=rpc NOTEST+=rpc
NOTEST+=rpc/jsonrpc NOTEST+=rpc/jsonrpc
NOTEST+=scanner NOTEST+=scanner
NOTEST+=strconv NOTEST+=strconv
NOTEST+=strings NOTEST+=strings
NOTEST+=syslog NOTEST+=syslog
NOTEST+=tabwriter
NOTEST+=template NOTEST+=template
NOTEST+=testing/quick NOTEST+=testing/quick
NOTEST+=time NOTEST+=time
NOTEST+=utf16
NOTEST+=utf8
NOTEST+=websocket 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