Skip to content

Conversation

KristofferC
Copy link
Member

Should fix #20137. cc @Keno

@tkelman tkelman added the testsystem The unit testing framework and Test stdlib label Jan 20, 2017
base/test.jl Outdated

# 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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For a broken

@KristofferC
Copy link
Member Author

KristofferC commented Jan 20, 2017

Travis before latest ci skipped commit at: https://travis-ci.org/JuliaLang/julia/builds/193693108

@tkelman
Copy link
Contributor

tkelman commented Jan 20, 2017

segfault in valid_type_param in the umfpack test, hm

@KristofferC
Copy link
Member Author

how can I build 32 bit to test the actual issue and see it is fixed?

@tkelman
Copy link
Contributor

tkelman commented Jan 20, 2017

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.

override ARCH = i686
override MARCH = pentium4

@tkelman
Copy link
Contributor

tkelman commented Jan 20, 2017

couple weeks old, but here's a docker container with a 32 bit build and all deps already compiled (warning: big download): docker run -it tkelman/julia32-part1:manual

@Keno
Copy link
Member

Keno commented Jan 20, 2017

I can just test this locally. Hold on.

@Keno
Copy link
Member

Keno commented Jan 20, 2017

Fixes the issue! Great work, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

testsystem The unit testing framework and Test stdlib

Projects

None yet

Development

Successfully merging this pull request may close these issues.

In testset, use a counter for successes, rather than keeping an array of objects

4 participants