-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fatal error: Internal inconsistency: No test reporter for test case argumentIDs: #749
Comments
Some strange behavior: change |
Leave to the maintainer to decide if this is a duplicated one. |
Temporary workaround provided by @Brett-Best @Test(.serialized, arguments: |
I believe you're right and this is a duplicate, but @stmontgomery can probably confirm. |
This is effectively a dupe of #480, yes. But this manifestation of the problem is different than what was described in that issue. Here, the problem is that two arguments of a parameterized test have identical ID representations (even though their specific Duplicate of #480 |
Description
Related issue: swiftlang/swift#76637 (comment)
Using the trick mentioned above can solve most of my needs.
But it seems I just hit another corner case in swift-tesing.
Expected behavior
No fatal error.
Actual behavior
Steps to reproduce
Use provided DemoKit package to reproduce it.
DemoKit.zip
swift-testing version/commit hash
None
Swift & OS version (output of
swift --version ; uname -a
)Xcode 16.0.0 with Swift 5 language mode
The text was updated successfully, but these errors were encountered: