swiftlang / vscode-swift

Visual Studio Code Extension for Swift
https://marketplace.visualstudio.com/items?itemName=sswg.swift-lang
Apache License 2.0
708 stars 47 forks source link

Respect withKnownIssue in swift-testing tests #831

Closed plemarquand closed 1 month ago

plemarquand commented 1 month ago

If an expectation fails within a withKnownIssue closure the issue is marked with isKnown and should be excluded from the list of expectation failures. If all expectations in a test are marked isKnown then the test should be shown as skipped.

rdar://129024156