Closed briancroom closed 2 weeks ago
I'm seeing a crash during issue stringification when running a test which fails due to a particular range-based confirmation failing.
Expected an ordinary test failure, not a crash.
A crash is occurring inside Issue.Kind.description.getter, specifically, at Issue.swift:203 in my checkout.
Issue.Kind.description.getter
Issue.swift:203
Run the following test:
@Test func confirmedTooFewTimes() async { await confirmation(expectedCount: 1...) { (thingHappened) async in } }
759ce021552dc3939255f4cede093605404b58a8
swift --version ; uname -a
No response
Description
I'm seeing a crash during issue stringification when running a test which fails due to a particular range-based confirmation failing.
Expected behavior
Expected an ordinary test failure, not a crash.
Actual behavior
A crash is occurring inside
Issue.Kind.description.getter
, specifically, atIssue.swift:203
in my checkout.Steps to reproduce
Run the following test:
swift-testing version/commit hash
759ce021552dc3939255f4cede093605404b58a8
Swift & OS version (output of
swift --version ; uname -a
)No response