aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThan McIntosh <thanm@google.com>2024-05-14 15:03:30 +0000
committerThan McIntosh <thanm@google.com>2024-05-21 19:07:03 +0000
commit647870becc230b022b431a4ef8b7c9b31382db6c (patch)
treecb1f7a67a3e1e519cf8ce7491df6b27f1f9312c5 /src
parentc6d142c4a7c0fa9fc11ad511de8f7d7412b662f7 (diff)
downloadgo-647870becc230b022b431a4ef8b7c9b31382db6c.tar.xz
cmd/go: turn back on build_plugin_reproducible script test
Re-enable the build_plugin_reproducible script test now that CL 586079 (more linker changes to work around xcode problems on Darwin with build reproducibility) is in. Fixes #64947. Cq-Include-Trybots: luci.golang.try:gotip-darwin-amd64-longtest Change-Id: Ice5bc5b809fa7fee689b78fcb874049493bc2c5c Reviewed-on: https://go-review.googlesource.com/c/go/+/585356 TryBot-Bypass: Than McIntosh <thanm@google.com> Reviewed-by: Cherry Mui <cherryyz@google.com> Reviewed-by: Michael Matloob <matloob@golang.org>
Diffstat (limited to 'src')
-rw-r--r--src/cmd/go/testdata/script/build_plugin_reproducible.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/cmd/go/testdata/script/build_plugin_reproducible.txt b/src/cmd/go/testdata/script/build_plugin_reproducible.txt
index 9336bc21a8..3379a6be5f 100644
--- a/src/cmd/go/testdata/script/build_plugin_reproducible.txt
+++ b/src/cmd/go/testdata/script/build_plugin_reproducible.txt
@@ -2,11 +2,6 @@
[short] skip
[!cgo] skip '-buildmode=plugin requires external linking'
-# This test has problems when run on darwin, when using a more
-# contemporary Xcode version that is unfriendly to reproducible builds
-# (see issue #64947 for the gory details).
-[GOOS:darwin] skip
-
go build -trimpath -buildvcs=false -buildmode=plugin -o a.so main.go
go build -trimpath -buildvcs=false -buildmode=plugin -o b.so main.go
cmp -q a.so b.so