-
Notifications
You must be signed in to change notification settings - Fork 195
Continue to move FoundationInternationalization tests to swift-testing #1391
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
Continue to move FoundationInternationalization tests to swift-testing #1391
Conversation
@swift-ci please test |
} | ||
#endif // (arch(x86_64) || arch(arm64)) && FOUNDATION_FRAMEWORK | ||
#endif // _pointerBitWidth(_64) && FOUNDATION_FRAMEWORK |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think with this change we can remove this #if FOUNDATION_FRAMEWORK
. I'd be happy to do that in a follow up separately.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good! Yeah I'd prefer to do it in a separate change so that this is as close to behaviorally equivalent as possible in case there's any latent issues that testing on new platforms like Linux/Windows would pick up to reduce the risk of this change
@swift-ci please test |
@swift-ci please test |
This moves most of the remaining test cases to swift-testing (with a few still remaining that I'm working on)