Commit cf742322 authored by Russ Cox's avatar Russ Cox

build: disable archive/zip on arm

R=adg
TBR=adg
CC=golang-dev
https://golang.org/cl/2326041
parent a00b98ec
......@@ -205,6 +205,7 @@ ifeq ($(GOARCH),arm)
# Tests that fail, probably 5g bugs.
# Disable so that dashboard all.bash can catch regressions.
NOTEST+=archive/tar
NOTEST+=archive/zip
NOTEST+=asn1
NOTEST+=big
NOTEST+=bytes
......
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