apple / swift-corelibs-foundation

The Foundation Project, providing core utilities, internationalization, and OS independence
swift.org
Apache License 2.0
5.23k stars 1.12k forks source link

Fix Package test failures for Linux #4933

Closed jmschonfeld closed 3 months ago

jmschonfeld commented 3 months ago

This change resolves just about all of the current test failures for the SCF package on Linux. This change does the following:

With these changes, running swift test for this package on linux results in only one test failure due to a behavioral difference between SCF and swift-foundation which will be resolved by https://github.com/apple/swift-foundation/pull/515