Skip to content

[6.3.1][Test] Disable macro_swiftdeps.swift test case#88411

Merged
shahmishal merged 1 commit into
swiftlang:release/6.3.1from
rintaro:disable-rdar174235365
Apr 10, 2026
Merged

[6.3.1][Test] Disable macro_swiftdeps.swift test case#88411
shahmishal merged 1 commit into
swiftlang:release/6.3.1from
rintaro:disable-rdar174235365

Conversation

@rintaro

@rintaro rintaro commented Apr 10, 2026

Copy link
Copy Markdown
Member

Explanation: macro_swiftdeps.swift test may fail in Windows because of the bug in libMockPlugin where it doesn't set _O_BINARY to stdio. If a binary plugin message happens to contain 0x1A, it's considered as an EOF, and the plugin exits, causing a test failure. Disable the test.
Scope: Macro plugin testing
Risk: Low. Just disabling the test case. It's testing a feature that is well tested in release/6.3. And release/6.3.1 doesn't have any changes around the feature.
Issue: rdar://174235365
Testing: Passed the current test suite
Reviewer: TBA

This test may fail in Windows because of the bug in libMockPlugin where
it doesn't set `_O_BINARY` to stdio. Disable the test while fixing it.

rdar://174235365
@rintaro rintaro requested a review from a team as a code owner April 10, 2026 08:43
@rintaro

rintaro commented Apr 10, 2026

Copy link
Copy Markdown
Member Author

@swift-ci Please test

@rintaro

rintaro commented Apr 10, 2026

Copy link
Copy Markdown
Member Author

@swift-ci Please test macOS

@hamishknight

Copy link
Copy Markdown
Contributor

@swift-ci please test

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.

3 participants