Skip to content

Instantly share code, notes, and snippets.

@svaksha
Created January 2, 2015 09:05
Show Gist options
  • Save svaksha/76ee078ae00e694a9e35 to your computer and use it in GitHub Desktop.
Save svaksha/76ee078ae00e694a9e35 to your computer and use it in GitHub Desktop.
include("runtests.jl")
/julia/test$ JULIA_CPU_CORES=1 julia --code-coverage=all --inline=no
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: http://docs.julialang.org
_ _ _| |_ __ _ | Type "help()" for help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.4.0-dev+2396 (2015-01-02 07:26 UTC)
_/ |\__'_|_|_|\__'_| | master/3f3998e (fork: 140 commits, 8 days)
|__/ | i686-linux-gnu
julia> include("runtests.jl")
* linalg1
* linalg2
* linalg3
* linalg4
* linalg/lapack
* linalg/triangular
* linalg/tridiag
* linalg/pinv
* linalg/cholmod
* linalg/umfpack
* linalg/givens
* core
exception on 1: ERROR: test error in expression: try # line 2032:
(a,b,c) = (1,2)
catch ex # line 2032:
ex::BoundsError.a === (1,2) && ex.i == 3
end
type BoundsError has no field a
in anonymous at test.jl:2032
in do_test at test.jl:47
in include at ./boot.jl:242
in runtests at /home/mom/julia/test/testdefs.jl:5
in anonymous at multi.jl:642
in run_work_thunk at multi.jl:603
in remotecall_fetch at multi.jl:676
in remotecall_fetch at multi.jl:691
in anonymous at task.jl:1614
while loading core.jl, in expression starting on line 2032
ERROR: test error in expression: try # line 2032:
(a,b,c) = (1,2)
catch ex # line 2032:
ex::BoundsError.a === (1,2) && ex.i == 3
end
type BoundsError has no field a
in anonymous at test.jl:2032
in do_test at test.jl:47
in include at ./boot.jl:242
in runtests at /home/mom/julia/test/testdefs.jl:5
in anonymous at multi.jl:642
in run_work_thunk at multi.jl:603
in remotecall_fetch at multi.jl:676
in remotecall_fetch at multi.jl:691
in anonymous at task.jl:1614
while loading core.jl, in expression starting on line 2032
while loading /home/mom/julia/test/runtests.jl, in expression starting on line 42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment