mirror of
https://github.com/golang/go
synced 2024-11-19 02:54:42 -07:00
arm: enable 9 more package tests
R=ken2 CC=golang-dev https://golang.org/cl/2345041
This commit is contained in:
parent
03babfc626
commit
d4e6df98f4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user