Skip to content

Split a test for windows aarch64 and have it pass #68174

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 30, 2023

Conversation

hjyamauchi
Copy link
Contributor

The test availability_returns_twice-msvc.swift leads to a different compile error for windows aarch64 because _JBTYPE is a macro as opposed to a typedef and the swift compiler doesn't parse the macro. Split the test and handle the results respectively.

The test availability_returns_twice-msvc.swift leads to a different
compile error for windows aarch64 because _JBTYPE is a macro as
opposed to a typedef and the swift compiler doesn't parse the
macro. Split the test and handle the results respectively.
@hjyamauchi
Copy link
Contributor Author

@compnerd

@compnerd
Copy link
Member

@swift-ci please test

@compnerd compnerd merged commit 35d6175 into swiftlang:main Aug 30, 2023
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.

2 participants