]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: skip testcarchive test in Android and iOS
authorElias Naur <elias.naur@gmail.com>
Thu, 24 Mar 2016 09:16:46 +0000 (10:16 +0100)
committerElias Naur <elias.naur@gmail.com>
Thu, 24 Mar 2016 14:15:17 +0000 (14:15 +0000)
commit570a2b0eecc6ae8e398b2f1b56785cc9cacf0dbe
tree7c387500190b1c87c6823b7a4fbd541c9072669b
parent0bb62299b0a37b68fa3bb40a0fe449858e162809
cmd/dist: skip testcarchive test in Android and iOS

CL 20892 converted the misc/cgo/testcarchive test to Go.
Unfortunately, dist does not (yet) support tests running off the host
so the testcarchive is disabled for now.

For #14318

Change-Id: Iab3d0a7b5309187a603b48f22a7fa736f089f89d
Reviewed-on: https://go-review.googlesource.com/21070
Reviewed-by: David Crawshaw <crawshaw@golang.org>
src/cmd/dist/test.go