Skip to content

Some line numbering tests fail #597

@Uroc327

Description

@Uroc327

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.

Full error log

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions