You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have written a stripped down reproduction case that more reliably-than-not produces a crash when run.
Expected behavior
I would expect this test to run successfully without crashing.
Actual behavior
The test (usually) crashes with the following error:
XCTest/HarnessEventHandler.swift:303: Fatal error: Internal inconsistency: No test reporter for test case argumentIDs: nil in test MyLibraryTests.FooTests/equal(lhs:rhs:)/MyLibraryTests.swift:17:4
Steps to reproduce
Make a new swift package and use swift testing as the testing system.
Swift & OS version (output of swift --version ; uname -a)
swift-driver version: 1.111.2 Apple Swift version 6.0 (swiftlang-6.0.0.5.15 clang-1600.0.22.6)
Target: arm64-apple-macosx15.0
Darwin Studio.local 24.0.0 Darwin Kernel Version 24.0.0: Mon Jul 1 21:58:14 PDT 2024; root:xnu-11215.0.132.501.1~1/RELEASE_ARM64_T6000 arm64
The text was updated successfully, but these errors were encountered:
Description
I have written a stripped down reproduction case that more reliably-than-not produces a crash when run.
Expected behavior
I would expect this test to run successfully without crashing.
Actual behavior
The test (usually) crashes with the following error:
Steps to reproduce
For me it crashes more often than not.
swift-testing version/commit hash
Xcode 16.0 beta 3 (16A5202i)
Swift & OS version (output of
swift --version ; uname -a
)swift-driver version: 1.111.2 Apple Swift version 6.0 (swiftlang-6.0.0.5.15 clang-1600.0.22.6)
Target: arm64-apple-macosx15.0
Darwin Studio.local 24.0.0 Darwin Kernel Version 24.0.0: Mon Jul 1 21:58:14 PDT 2024; root:xnu-11215.0.132.501.1~1/RELEASE_ARM64_T6000 arm64
The text was updated successfully, but these errors were encountered: