]> Cypherpunks repositories - gostls13.git/commitdiff
[release-branch.go1.23] cmd/go: skip known TestScript/build_trimpath_cgo failure...
authorDmitri Shuralyov <dmitshur@golang.org>
Wed, 23 Jul 2025 18:01:42 +0000 (14:01 -0400)
committerMark Freeman <mark@golang.org>
Mon, 28 Jul 2025 17:45:01 +0000 (10:45 -0700)
The failure is understood. Skip the test since it's failing without
producing new information.

For #73922.
Fixes #74721.

Change-Id: I339882e1a9772255b185a33daf8dee97f764f830
Reviewed-on: https://go-review.googlesource.com/c/go/+/689917
TryBot-Bypass: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Michael Matloob <matloob@golang.org>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
src/cmd/go/testdata/script/build_trimpath_cgo.txt

index 528982442d2c9fed3e70f747ff3ebdeb5f600e71..cc96aa8fd635f3d0b94ee5172c8e30ad6507c480 100644 (file)
@@ -10,6 +10,7 @@
 # Check that the source path appears when -trimpath is not used.
 go build -o hello.exe .
 grep -q gopath[/\\]src hello.exe
+[GOOS:darwin] [GOARCH:arm64] stop 'on darwin/arm64, the rest of this test can''t work without a Go 1.24+ fix for a debug/macho problem; see go.dev/issue/73922'
 go run ./list-dwarf hello.exe
 stdout gopath[/\\]src