-
Notifications
You must be signed in to change notification settings - Fork 115
Closed
Description
Testing Revise does not succeed on my installation.
The failing tests are:
Test Summary: | Pass Fail Broken Total
Revise | 688 4 2 694
Comparison and line numbering | 73 2 1 76
Line numbers in backtraces and warnings | 4 2 6
The respective error messages are:
Comparison and line numbering: Test Failed at /home/crunge/.julia/packages/Revise/moD4B/test/runtests.jl:339
Expression: bt.func === :cube && (bt.file == Symbol(tmpfile) && bt.line == 7)
Stacktrace:
[1] top-level scope at /home/crunge/.julia/packages/Revise/moD4B/test/runtests.jl:339
[2] top-level scope at /build/julia/src/julia-1.5.3/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1115
[3] top-level scope at /home/crunge/.julia/packages/Revise/moD4B/test/runtests.jl:219
[4] top-level scope at /build/julia/src/julia-1.5.3/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1115
[5] top-level scope at /home/crunge/.julia/packages/Revise/moD4B/test/runtests.jl:79
Comparison and line numbering: Test Failed at /home/crunge/.julia/packages/Revise/moD4B/test/runtests.jl:347
Expression: bt.func === :mult2 && (bt.file == Symbol(tmpfile) && bt.line == 13)
Stacktrace:
[1] top-level scope at /home/crunge/.julia/packages/Revise/moD4B/test/runtests.jl:347
[2] top-level scope at /build/julia/src/julia-1.5.3/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1115
[3] top-level scope at /home/crunge/.julia/packages/Revise/moD4B/test/runtests.jl:219
[4] top-level scope at /build/julia/src/julia-1.5.3/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1115
[5] top-level scope at /home/crunge/.julia/packages/Revise/moD4B/test/runtests.jl:79
Line numbers in backtraces and warnings: Test Failed at /home/crunge/.julia/packages/Revise/moD4B/test/runtests.jl:1660
Expression: bt.file == Symbol(filename) && bt.line == 2
Stacktrace:
[1] top-level scope at /home/crunge/.julia/packages/Revise/moD4B/test/runtests.jl:1660
[2] top-level scope at /build/julia/src/julia-1.5.3/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1115
[3] top-level scope at /home/crunge/.julia/packages/Revise/moD4B/test/runtests.jl:1640
[4] top-level scope at /build/julia/src/julia-1.5.3/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1115
[5] top-level scope at /home/crunge/.julia/packages/Revise/moD4B/test/runtests.jl:79
Line numbers in backtraces and warnings: Test Failed at /home/crunge/.julia/packages/Revise/moD4B/test/runtests.jl:1684
Expression: bt.file == Symbol(filename) && bt.line == 3
Stacktrace:
[1] top-level scope at /home/crunge/.julia/packages/Revise/moD4B/test/runtests.jl:1684
[2] top-level scope at /build/julia/src/julia-1.5.3/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1115
[3] top-level scope at /home/crunge/.julia/packages/Revise/moD4B/test/runtests.jl:1640
[4] top-level scope at /build/julia/src/julia-1.5.3/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1115
[5] top-level scope at /home/crunge/.julia/packages/Revise/moD4B/test/runtests.jl:79
See the attached file for the full test output including the installed versions of the relevant packages.
Metadata
Metadata
Assignees
Labels
No labels