thebrowsercompany / swift-build

Swift toolchain builds by The Browser Company
360 stars 10 forks source link

enable swift-testing on Windows #94

Closed compnerd closed 11 months ago

compnerd commented 11 months ago

We need to get swift-testing enabled on Windows, porting and/or correcting any issues in the build and ensure that it passes the test suite.

compnerd commented 11 months ago

The changes required to build swift-testing and test swift-testing on Windows are mostly merged. There are the executable tests that are currently prevented from currently running due to SPM limitations (though there is now an idea on how to lift that restriction). In the mean time, this should be considered complete as it now builds and passes the test suite that can be built.