Closed
Description
I'm seeing a failure on 32-bit (64-bit works fine) when building Julia RPM package based on git master from June 6th. This is a regression. Any ideas about commits which could have broken this so I try a bisection? Or commands that I should run?
Note this is with LLVM 3.3.
+ make all
Warning: git information unavailable; versioning information limited
�[32;1mJULIA�[0m �[37;1mtest/all�[0m
From worker 2: �[1m*�[0m �[31mlinalg1�[0m
From worker 3: �[1m*�[0m �[31mlinalg2�[0m
From worker 4: �[1m*�[0m �[31mlinalg3�[0m
From worker 4: �[1m*�[0m �[31mlinalg4�[0m
From worker 4: �[1m*�[0m �[31mcore�[0m
From worker 4: �[1m*�[0m �[31mkeywordargs�[0m
From worker 4: �[1m*�[0m �[31mnumbers�[0m
exception on 4: ERROR: test failed: (Complex(1,2) / Complex(2.5,3.0)) * Complex(2.5,3.0) == Complex(1,2)
in error at error.jl:21
in default_handler at test.jl:19
in do_test at test.jl:39
in runtests at /builddir/build/BUILD/julia-master/test/testdefs.jl:5
in anonymous at multi.jl:847
in run_work_thunk at multi.jl:613
in anonymous at task.jl:847
while loading numbers.jl, in expression starting on line 798
ERROR: test failed: (Complex(1,2) / Complex(2.5,3.0)) * Complex(2.5,3.0) == Complex(1,2)
in anonymous at task.jl:1350
while loading numbers.jl, in expression starting on line 798
while loading /builddir/build/BUILD/julia-master/test/runtests.jl, in expression starting on line 46
make: *** [all] Error 1