Skip to content

Conversation

plemarquand
Copy link
Contributor

Description

Add support for swift-testing issue severity, added in swiftlang/swift-testing#1279

If an issue is recorded with a severity that does not meet the threshold for a failure then don't record the issue.

Tasks

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

Add support for swift-testing issue severity, added in
swiftlang/swift-testing#1279

If an issue is recorded with a severity that does not meet the threshold
for a failure then don't record the issue.
const swiftTestingArgs = [
...this.ctx.toolchain.buildFlags.withAdditionalFlags(args),
"--enable-swift-testing",
"--event-stream-version",
"0",
"--experimental-event-stream-version",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

question: does this work back to 6.0?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe it does, and if it doesn't, CI is about to tell me 😄

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Assuming that if CI passed we're good?

@plemarquand plemarquand merged commit 2a60a51 into swiftlang:main Sep 4, 2025
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants