]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: disable plugin test on arm64
authorDavid Crawshaw <crawshaw@golang.org>
Fri, 16 Sep 2016 22:53:46 +0000 (18:53 -0400)
committerDavid Crawshaw <crawshaw@golang.org>
Fri, 16 Sep 2016 23:55:35 +0000 (23:55 +0000)
commit569340ebafcd20c01227ed9cbeb5ccd29c52f2bc
tree196464ecd896a5607895dedfbe9f497bb17e94fa
parent192548a5470d013f8782c7f1c8553338f7234fc7
cmd/dist: disable plugin test on arm64

Mysterious error and no time or easy machine access to investigate
now, so disabling the -buildmode=plugin test on arm64. (The arm
version is working as expected.)

Updates #17138

Change-Id: I4cc56ddf47e7597213462e48d4934a765168bd07
Reviewed-on: https://go-review.googlesource.com/29363
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/dist/test.go