Skip to content

SwiftDriverTests: adjust module count on Windows #1151

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 10, 2022

Conversation

compnerd
Copy link
Member

@compnerd compnerd commented Aug 7, 2022

A recent refactoring for Windows increased the module count for the
system modules and this resulted in the test suite failing due to the
difference. This is technically backwards incompatible and expects that
the most recent toolchain is in use but it seems unclear how to account
for that easily.

A recent refactoring for Windows increased the module count for the
system modules and this resulted in the test suite failing due to the
difference.  This is technically backwards incompatible and expects that
the most recent toolchain is in use but it seems unclear how to account
for that easily.
@compnerd
Copy link
Member Author

compnerd commented Aug 7, 2022

@swift-ci please test

@compnerd
Copy link
Member Author

compnerd commented Aug 9, 2022

@swift-ci please test Windows platform

@compnerd
Copy link
Member Author

compnerd commented Aug 9, 2022

Please test with following PRs:
swiftlang/swift-corelibs-foundation#4621

@swift-ci please test Windows platform

@compnerd
Copy link
Member Author

Please test with following PRs:
swiftlang/swift-corelibs-foundation#4622

@swift-ci please test Windows platform

@DougGregor
Copy link
Member

We could make this a looser check (between 10 and 15 or whatever), but this fix to unblock the refactoring LGTM.

@compnerd
Copy link
Member Author

Yeah, I suppose that we could create the window, but I like the specificity - it ensures that we do not accidentally slip in modules (or drop modules). Stronger guarantees vs easier maintenance tradeoffs 🤷‍♂️

@compnerd compnerd merged commit 988c4a7 into swiftlang:main Aug 10, 2022
@compnerd compnerd deleted the count branch August 10, 2022 15:17
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