- 
                Notifications
    
You must be signed in to change notification settings  - Fork 10.6k
 
build script: Update SwiftPM preset #78300
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
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.