]> Cypherpunks repositories - gostls13.git/commitdiff
build: disable archive/zip on arm
authorRuss Cox <rsc@golang.org>
Thu, 30 Sep 2010 03:11:00 +0000 (23:11 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 30 Sep 2010 03:11:00 +0000 (23:11 -0400)
R=adg
TBR=adg
CC=golang-dev
https://golang.org/cl/2326041

src/pkg/Makefile

index d7351c599376453fded2fb7f94b8fe30b8e993c0..eef571d513feffc85ac8ae262deb0925669fd084 100644 (file)
@@ -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