]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/dist: enable plugin test on darwin/amd64
authorDavid Crawshaw <crawshaw@golang.org>
Mon, 19 Sep 2016 18:14:58 +0000 (14:14 -0400)
committerDavid Crawshaw <crawshaw@golang.org>
Sat, 24 Sep 2016 00:24:28 +0000 (00:24 +0000)
Change-Id: I6071881a5f7b9638bca0bfef76d6f4f45c9202a6
Reviewed-on: https://go-review.googlesource.com/29396
Run-TryBot: David Crawshaw <crawshaw@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/dist/test.go

index 4587143b1e629bee93567000920acbaca1e721b5..a65d003fa35690beea482d842038ba33c47b169a 100644 (file)
@@ -749,7 +749,8 @@ func (t *tester) supportedBuildmode(mode string) bool {
                // linux-arm64 is missing because it causes the external linker
                // to crash, see https://golang.org/issue/17138
                switch pair {
-               case "linux-386", "linux-amd64", "linux-arm":
+               case "linux-386", "linux-amd64", "linux-arm",
+                       "darwin-amd64":
                        return true
                }
                return false