You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The random test fails on the RPM nightlies on Fedora 20 and RHEL7. Unfortunately I don't know when the failure was introduced since the build was failing for unrelated reasons for a few days. At least it was passing on 2014-10-18. I can do some bisection if that's useful.
/builddir/build/BUILD/julia/build/usr/bin/julia --check-bounds=yes -f ./runtests.jl random
�[1m*�[0m �[31mrandom�[0m
exception on 1: ERROR: test error in expression: rand(MersenneTwister(0),1) == [0.8236475079774124]
`rand` has no method matching rand(::MersenneTwister, ::Type{Float64})
while loading random.jl, in expression starting on line 23
ERROR: test error in expression: rand(MersenneTwister(0),1) == [0.8236475079774124]
`rand` has no method matching rand(::MersenneTwister, ::Type{Float64})
while loading random.jl, in expression starting on line 23
while loading /builddir/build/BUILD/julia/test/runtests.jl, in expression starting on line 40
make: *** [random] Error 1
The text was updated successfully, but these errors were encountered:
The
random
test fails on the RPM nightlies on Fedora 20 and RHEL7. Unfortunately I don't know when the failure was introduced since the build was failing for unrelated reasons for a few days. At least it was passing on 2014-10-18. I can do some bisection if that's useful.The text was updated successfully, but these errors were encountered: