Skip to content

Update expected swift-testing failure message#2157

Open
award999 wants to merge 3 commits intoswiftlang:mainfrom
award999:main-test-failures
Open

Update expected swift-testing failure message#2157
award999 wants to merge 3 commits intoswiftlang:mainfrom
award999:main-test-failures

Conversation

@award999
Copy link
Contributor

@award999 award999 commented Mar 16, 2026

Description

Looks like the expected format of the main toolchain's failure message has changed

+ expected - actual

       "test": "PackageTests.MixedSwiftTestingSuite"
     }
     {
       "issues": [
-        "testFailing() › Expectation failed: 1 == 2\n1 == 2 → false"
+        "testFailing() › Expectation failed: 1 == 2"
       ]
       "test": "PackageTests.MixedSwiftTestingSuite/testFailing()"
     }
   ]

Issue: N/A

Tasks

  • Required tests have been written
  • [ ] Documentation has been updated
  • [ ] Added an entry to CHANGELOG.md if applicable

@award999 award999 requested a review from adam-fowler as a code owner March 16, 2026 13:57
@award999 award999 added the full-test-run Perform a full test suite run. Apply this label before pushing up a PR or commit label Mar 16, 2026
@award999 award999 requested a review from 0xTim as a code owner March 16, 2026 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

full-test-run Perform a full test suite run. Apply this label before pushing up a PR or commit

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants