Skip to content

Remove TestMachoIssue32233 skip patch#2260

Merged
qmuntal merged 1 commit into
microsoft/mainfrom
dev/qmuntal/unskipmachoissue
May 6, 2026
Merged

Remove TestMachoIssue32233 skip patch#2260
qmuntal merged 1 commit into
microsoft/mainfrom
dev/qmuntal/unskipmachoissue

Conversation

@qmuntal
Copy link
Copy Markdown
Member

@qmuntal qmuntal commented May 6, 2026

Closes #2200

Summary

  • Remove the temporary patch that skipped TestMachoIssue32233.
  • Renumber the HTTP/2 skip patch after regenerating the patch stack.

Validation

  • git diff --cached --check

@qmuntal qmuntal requested a review from a team as a code owner May 6, 2026 09:51
Copilot AI review requested due to automatic review settings May 6, 2026 09:51
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the downstream patch stack by removing the temporary skip for TestMachoIssue32233 and replacing it with an http2-related skip patch to avoid known FIPS-mode test failures (tracked upstream).

Changes:

  • Added a new patch to skip specific HTTP/2-related tests when crypto/fips140 mode is enabled (per golang/go#78557).
  • Removed the temporary patch that skipped TestMachoIssue32233 (tracked in #2200).
  • Normalized the patch stack numbering so the HTTP/2 skip is now 0015.

Patches are happy!

Show a summary per file
File Description
patches/0015-Skip-http2-tests.patch Introduces FIPS-mode skips for selected HTTP/2-related tests to avoid known failures.
patches/0015-Skip-consistently-failing-TestMachoIssue32233.patch Removes the temporary skip of a historically flaky Mach-O test.

Copilot's findings

  • Files reviewed: 2/3 changed files
  • Comments generated: 0

@qmuntal qmuntal force-pushed the dev/qmuntal/unskipmachoissue branch from a58c49a to cf63974 Compare May 6, 2026 09:55
@qmuntal qmuntal enabled auto-merge May 6, 2026 10:02
@qmuntal qmuntal merged commit 8118907 into microsoft/main May 6, 2026
58 checks passed
@qmuntal qmuntal deleted the dev/qmuntal/unskipmachoissue branch May 6, 2026 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

darwin-amd64 test flaky TestMachoIssue32233: error: unknown type name 'NSUInteger'

3 participants