]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/vet: skip another test on Android
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 11 Jun 2015 15:22:56 +0000 (08:22 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 11 Jun 2015 16:30:56 +0000 (16:30 +0000)
Forgot this one in my previous commit.

Change-Id: Ief089e99bdad24b3bcfb075497dc259d06cc727c
Reviewed-on: https://go-review.googlesource.com/10913
Reviewed-by: David Crawshaw <crawshaw@golang.org>
src/cmd/vet/vet_test.go

index ae4af6e104cf51997796e5c86fbd63cf0bd12357..af374787f0ca3128ef9a4447ce899d4105309373 100644 (file)
@@ -91,6 +91,8 @@ func TestTags(t *testing.T) {
                if strings.HasPrefix(runtime.GOARCH, "arm") {
                        t.Skip("skipping test; no command execution on darwin/%s", runtime.GOARCH)
                }
+       case "android":
+               t.Skip("skipping test; no go toolchain available")
        }
 
        // go build