]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/dist: disable plugin test on ppc64le and s390x
authorDavid Crawshaw <crawshaw@golang.org>
Fri, 16 Sep 2016 21:10:44 +0000 (17:10 -0400)
committerDavid Crawshaw <crawshaw@golang.org>
Fri, 16 Sep 2016 21:31:24 +0000 (21:31 +0000)
These are close to working, but untested and failing on
build.golang.org. So disable for now.

Change-Id: I330b8d1a91f0bf5139c894913868f01ec87e986d
Reviewed-on: https://go-review.googlesource.com/29359
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
Run-TryBot: David Crawshaw <crawshaw@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>

src/cmd/dist/test.go

index 4a1aa2ece296f5e6f9f7bf82e99afecee08a33d2..779140f44673d3f6efd562788cdee6ad6752b2c9 100644 (file)
@@ -729,7 +729,7 @@ func (t *tester) supportedBuildmode(mode string) bool {
                return false
        case "plugin":
                switch pair {
-               case "linux-386", "linux-amd64", "linux-arm", "linux-arm64", "linux-ppc64le", "linux-s390x":
+               case "linux-386", "linux-amd64", "linux-arm", "linux-arm64":
                        return true
                }
                return false