diff --git a/patches/0015-Skip-consistently-failing-TestMachoIssue32233.patch b/patches/0015-Skip-consistently-failing-TestMachoIssue32233.patch new file mode 100644 index 0000000000..861362dd0c --- /dev/null +++ b/patches/0015-Skip-consistently-failing-TestMachoIssue32233.patch @@ -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) +