Julia: running only the `compile` test doesn't work

Created on 12 Dec 2016  路  2Comments  路  Source: JuliaLang/julia

jeff@gurren:~/src/julia$ make test-compile
    JULIA test/compile
ERROR: LoadError: ArgumentError: reducing over an empty collection is not allowed
 in _mapreduce(::Base.#identity, ::Base.#scalarmax, ::Base.LinearFast, ::Array{Any,1}) at ./reduce.jl:230
 in maximum(::Array{Any,1}) at ./reduce.jl:449
 in (::##33#40)() at /home/jeff/src/julia/test/runtests.jl:49
 in cd(::##33#40, ::String) at ./file.jl:69
 in include_from_node1(::String) at ./loading.jl:532
 in include(::String) at ./sysimg.jl:14
 in process_options(::Base.JLOptions) at ./client.jl:271
 in _start() at ./client.jl:335
while loading /home/jeff/src/julia/test/runtests.jl, in expression starting on line 38
make[1]: *** [compile] Error 1
make: *** [test-compile] Error 2
regression test

Most helpful comment

This is my fault and I have a fix coming as part of a soon-to-be revealed PR.

All 2 comments

This is my fault and I have a fix coming as part of a soon-to-be revealed PR.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sbromberger picture sbromberger  路  3Comments

StefanKarpinski picture StefanKarpinski  路  3Comments

Keno picture Keno  路  3Comments

i-apellaniz picture i-apellaniz  路  3Comments

omus picture omus  路  3Comments