-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
use a counter for passed tests instead of storing the Result object #20150
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
Conversation
|
||
# For a passing or broken result, simply store the result | ||
record(ts::DefaultTestSet, t::Union{Pass,Broken}) = (push!(ts.results, t); t) | ||
# For a a broken result, simply store the result |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For a broken
Travis before latest ci skipped commit at: https://travis-ci.org/JuliaLang/julia/builds/193693108 |
segfault in valid_type_param in the umfpack test, hm |
how can I build 32 bit to test the actual issue and see it is fixed? |
either a vm or there's a docker container i can dig up the link for, or multilib compilers depending on your distro - put these in Make.user and build either in a separate build dir or clean clone.
|
couple weeks old, but here's a docker container with a 32 bit build and all deps already compiled (warning: big download): |
I can just test this locally. Hold on. |
Fixes the issue! Great work, thanks! |
Should fix #20137. cc @Keno