We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, if a verification fails, one gets a message like this:
kotlin.AssertionError at /Users/teamcity1/teamcity_work/6326934d18cfe24e/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/Throwable.kt:24
This does not help to identify the verification that's failed, making it hard to identify what actually fails, especially in flaky test scenarios.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, if a verification fails, one gets a message like this:
This does not help to identify the verification that's failed, making it hard to identify what actually fails, especially in flaky test scenarios.
The text was updated successfully, but these errors were encountered: