preset: build with no assertion for swiftpm on linux#81217
Merged
bkhouri merged 1 commit intoMay 2, 2025
Conversation
Contributor
Author
|
swiftlang/swift-package-manager#8223 @swift-ci smoke test |
dc7e937 to
985cef5
Compare
Contributor
Author
|
swiftlang/swift-package-manager#8223 @swift-ci smoke test |
Contributor
Author
|
swiftlang/swift-package-manager#8450 @swift-ci smoke test |
Contributor
Author
|
@swift-ci smoke test macos |
To work around swiftlang#81144, do not build swift with assertions for the SwiftPM on linux.
985cef5 to
3c363d5
Compare
Contributor
Author
|
swiftlang/swift-package-manager#8223 @swift-ci smoke test |
Contributor
Author
Contributor
Author
This was referenced May 1, 2025
Contributor
|
It's not really clear to me that we want to do this 🤔 We should fix the underlying bug, I'm surprised we don't have any failing jobs for this (unless we do?) |
Contributor
Author
|
This is currently blocking SwiftPM from converting tests to Swift Testing. I completely agree we should fix the root cause, and #81144 was open to track this. But to unblock us, we opted to not build swift with assertions as the released toolchains are not. |
Contributor
Author
bkhouri
added a commit
to swiftlang/swift-package-manager
that referenced
this pull request
May 2, 2025
…g) (#8450) Convert posted test from XCTest to Swift Testing, while updating to ensuring we mark the tests that currently fail on windows. Tests/BasicsTests/FileSystem/FileSystemTests.swift Tests/BasicsTests/FileSystem/PathShimTests.swift Tests/BasicsTests/FileSystem/PathTests.swift Tests/BasicsTests/FileSystem/TemporaryFileTests.swift Tests/BasicsTests/FileSystem/VFSTests.swift Depends on swiftlang/swift#81217 Partially Addresses: #8433 Issue: rdar://148248105
bkhouri
added a commit
to swiftlang/swift-package-manager
that referenced
this pull request
Jun 20, 2025
Consolidate all the tests into a single folders. This change only moves the IntegrationTests/Sources and IntegrationTests/Tests to their respective directory. A subsequent change will find better homes for the tests under Tests/IntegrationTests. Depends on: swiftlang/swift#81217 Depends on: #8685
marcprux
pushed a commit
to swift-everywhere/swift-package-manager
that referenced
this pull request
Jul 7, 2025
Consolidate all the tests into a single folders. This change only moves the IntegrationTests/Sources and IntegrationTests/Tests to their respective directory. A subsequent change will find better homes for the tests under Tests/IntegrationTests. Depends on: swiftlang/swift#81217 Depends on: swiftlang#8685
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
To work around #81144, build the Swift PM linux pseudo-toolchain without assertion