Skip to content

Conversation

plemarquand
Copy link
Contributor

@plemarquand plemarquand commented Sep 18, 2025

Description

With the introduction of issue severity, the issue payload contains the flag isFailure. If this is false, we were assuming that the issue didn't meet the severity threshold.

However if an issue is skipped with withKnownIssue, isFailure would be false but isKnown is true. In this case we still want to record the issue and have the test be marked as skipped.

Tasks

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

With the introduction of issue severity, the issue payload contains the
flag `isFailure`. If this is true, we were assuming that the issue didn't
meet the severity threshold.

However if an issue is skipped with `withKnownIssue`, `isFailure` would
be false but `isKnown` is true. In this case we still want to record the
issue and have the test be marked as skipped.
@plemarquand plemarquand merged commit 20b4baf into swiftlang:main Sep 18, 2025
87 of 92 checks passed
@plemarquand plemarquand deleted the skip-with-known-nightly branch September 18, 2025 16:50
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