build script: Update SwiftPM preset#78300
Conversation
9a04ce4 to
acfae28
Compare
|
Please test with following pull request: @swift-ci please test |
8feb982 to
9aad22c
Compare
|
Please test with following pull request: @swift-ci please test |
9aad22c to
df237bb
Compare
|
Please test with following pull request: @swift-ci please test |
|
Please test with following pull request: @swift-ci please test linux |
|
Please test with following pull request: @swift-ci please test |
|
swiftlang/swift-package-manager#8147 |
Update the mixin_swiftpm_base presets include Swift Testing and Swift Testing macros.
df237bb to
d4a0930
Compare
|
Please test with following pull request: @swift-ci please test |
Modify the XCTest xUnit failure message to display the test result. ### Motivation: The generated xUnit XML file is not helpful when tests fail as it contains the message "failure", which is redundant with the test results. ### Modifications: Update the XML output to display the result output instead of static "failure" message. The failure message may contain irrelevant output, but it's better than the current message of `failure`. ### Result: ``` swift test ``` Requires: swiftlang/swift#78300 --------- Co-authored-by: Jonathan Grynspan <grynspan@me.com>
Modify the XCTest xUnit failure message to display the test result. ### Motivation: The generated xUnit XML file is not helpful when tests fail as it contains the message "failure", which is redundant with the test results. ### Modifications: Update the XML output to display the result output instead of static "failure" message. The failure message may contain irrelevant output, but it's better than the current message of `failure`. ### Result: ``` swift test ``` Requires: swiftlang/swift#78300 --------- Co-authored-by: Jonathan Grynspan <grynspan@me.com>
Update the mixin_swiftpm_base presets include Swift Testing and Swift Testing macros.