Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: bot-for-go[bot] <199222863+bot-for-go[bot]@users.noreply.github.com>
Date: Fri, 20 Mar 2026 08:55:22 -0700
Subject: [PATCH] Skip consistently failing TestMachoIssue32233

Skip TestMachoIssue32233, which recently has often (?) failed PR validation and
blocks unrelated changes. We don't expect the behavior of this test to be
changed by our patches.

Tracked at https://github.com/microsoft/go/issues/2200
---
src/cmd/link/internal/ld/dwarf_test.go | 1 +
1 file changed, 1 insertion(+)

diff --git a/src/cmd/link/internal/ld/dwarf_test.go b/src/cmd/link/internal/ld/dwarf_test.go
index 3cede8fe4b99a1..0c4b75f8456cb7 100644
--- a/src/cmd/link/internal/ld/dwarf_test.go
+++ b/src/cmd/link/internal/ld/dwarf_test.go
@@ -1203,6 +1203,7 @@ func TestPackageNameAttr(t *testing.T) {
}

func TestMachoIssue32233(t *testing.T) {
+ t.Skip("failing, may be flaky: https://github.com/microsoft/go/issues/2200")
testenv.MustHaveGoBuild(t)
testenv.MustHaveCGO(t)

Loading