GLVisualize.jl
GLVisualize.jl copied to clipboard
Final summary in Pkg.test demos throws an error
In the final summary demo of the Pkg.test demos, GLVisualize throws and error that causes the test to fail. Based on the error message, it seems that there's a discrepancy between the tracking of how many demos should be run vs. how many were run and what to do with failed cases.
ERROR: LoadError: LoadError: BoundsError: attempt to access 52-element Array{Bool,1} at index [53]
Stacktrace:
[1] setindex!(::Array{Bool,1}, ::Bool, ::Int64) at ./array.jl:583
[2] make_tests(::ExampleRunner.RunnerConfig) at /Users/crashburnrepeat/.julia/v0.6/GLVisualize/src/../examples/ExampleRunner.jl:456
[3] run(::ExampleRunner.RunnerConfig) at /Users/crashburnrepeat/.julia/v0.6/GLVisualize/src/../examples/ExampleRunner.jl:482
[4] include_from_node1(::String) at ./loading.jl:576
[5] include(::String) at ./sysimg.jl:14
[6] include_from_node1(::String) at ./loading.jl:576
[7] include(::String) at ./sysimg.jl:14
[8] process_options(::Base.JLOptions) at ./client.jl:305
[9] _start() at ./client.jl:371
while loading /Users/crashburnrepeat/.julia/v0.6/GLVisualize/test/test_interactive.jl, in expression starting on line 36
while loading /Users/crashburnrepeat/.julia/v0.6/GLVisualize/test/runtests.jl, in expression starting on line 12
=============================[ ERROR: GLVisualize ]=============================
failed process: Process(`/Applications/Julia-0.6.app/Contents/Resources/julia/bin/julia -Ccore2 -J/Applications/Julia-0.6.app/Contents/Resources/julia/lib/julia/sys.dylib --compile=yes --depwarn=yes --check-bounds=yes --code-coverage=none --color=yes --compilecache=yes /Users/crashburnrepeat/.julia/v0.6/GLVisualize/test/runtests.jl`, ProcessExited(1)) [1]
================================================================================