]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: enable plugin test on Linux/ARM64
authorCherry Mui <cherryyz@google.com>
Mon, 6 Dec 2021 23:41:49 +0000 (18:41 -0500)
committerCherry Mui <cherryyz@google.com>
Tue, 7 Dec 2021 00:58:10 +0000 (00:58 +0000)
commit0eb39ca1f0ca118e78648fb6844d35d0a96e5eee
treed2d918bdc80144a401c5c8d0ed2a6eeaf9f73cc7
parent6f65d470d8b688573891420f7a428191d8c6cd49
cmd/dist: enable plugin test on Linux/ARM64

The test was skipped because with the old gold linker on the
builder it fails with an internal error in gold. The builders now
have gold 2.31 and the test passes. Enable it.

Fixes #17138.

Change-Id: Ia0054030dd12f1d003c7420bf7ed8b112715baa9
Reviewed-on: https://go-review.googlesource.com/c/go/+/369814
Trust: Cherry Mui <cherryyz@google.com>
Run-TryBot: Cherry Mui <cherryyz@google.com>
Reviewed-by: Than McIntosh <thanm@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/cmd/dist/test.go