-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Backtrace filtering for testsets no longer work on 0.7 #23987
Comments
It seems to me that we shouldn't be printing a stacktrace at all for individual failed tests which fail the test predicate. Wouldn't it be better to precisely capture the file and line number of the |
Yeah, the question is if the stacktrace is useful in situations like:
Here you can see how you got to the test. |
Ok, this is what I want to do: 1: Change the line:
to
|
Sounds great to me, this will be a massive improvement in readability. |
One problem is that some functions e.g |
I think we should just get rid of |
Actually the situation with |
This issue was fixed by #23998 |
0.6:
0.7:
I think this happened when the test files were moved to stdlib. I will look into it.
The text was updated successfully, but these errors were encountered: