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
In the last 24 hours or so make testall on Julia master 0.7 has started failing in the test on codegen,jl.
Should I be clearing something out to remove this?
Julia Version 0.7.0-DEV.694
Commit 302780a6da (2017-06-24 14:44 UTC)
...
iostream | 21 21
specificity | 100 100
codegen | 1 1
channels | 187 187
examples | 22 22
distributed | No tests
cmdlineargs | 140 140
compile | 89 89
FAILURE
Error in testset codegen:
Error During Test
Got an exception of type LoadError outside of a @test
LoadError: TypeError: non-boolean (Int8) used in boolean context
while loading /home/colin/Downloads/julia7/test/codegen.jl, in expression starting on line 6
ERROR: LoadError: Test run finished with errors
while loading /home/colin/Downloads/julia7/test/runtests.jl, in expression starting on line 29
Makefile:18: recipe for target 'all' failed
make[1]: *** [all] Error 1
Makefile:561: recipe for target 'testall' failed
make: *** [testall] Error 2
The text was updated successfully, but these errors were encountered:
In the last 24 hours or so
make testall
on Julia master 0.7 has started failing in the test oncodegen,jl
.Should I be clearing something out to remove this?
The text was updated successfully, but these errors were encountered: