Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update the ui tests to 1.7 #308

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions test/ui.jl
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,13 @@ end


@testset "UI" begin
if Sys.isunix() && (v"1.6.0-A" <= VERSION < v"1.7.0-A")
if Sys.isunix() && (v"1.7.0-A" <= VERSION < v"1.8.0-A")
Debugger._print_full_path[] = false
using TerminalRegressionTests

function run_terminal_test(frame, commands, validation)
TerminalRegressionTests.automated_test(joinpath(@__DIR__, validation), commands) do emuterm
#TerminalRegressionTests.create_automated_test(joinpath(@__DIR__, validation), commands) do emuterm
# TerminalRegressionTests.create_automated_test(joinpath(@__DIR__, validation), commands) do emuterm
repl = REPL.LineEditREPL(emuterm, true)
repl.interface = REPL.setup_interface(repl)
repl.specialdisplay = REPL.REPLDisplay(repl)
Expand Down
8 changes: 4 additions & 4 deletions test/ui/history_break_error.multiout
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
|AAAAAAAAAAAAAAAAAAA
|DDDDDDDAAA
|AAAAAAAAAAA
|AAAAAEEEEEEFEEAAAAAAE
|FFFFFGGGGEHHHHHHHHHHH
|AAAAAEEEEEEFAAAAAAAAE
|FFFFFGGGGAHHHHHHHHHHH
|
|AAAAAAAAAAAAAAAAAAAAAAAAAA
|BBBBBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
Expand Down Expand Up @@ -73,8 +73,8 @@
|AAAAAAAAAAAAAAAAAAA
|DDDDDDDAAA
|AAAAAAAAAAA
|AAAAAEEEEEEFEEAAAAAAE
|FFFFFGGGGEHHHHHHHHHHH
|AAAAAEEEEEEFAAAAAAAAE
|FFFFFGGGGAHHHHHHHHHHH
|
|AAAAAAAAAAAAAAAAAAAAAAAAAA
|BBBBBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
Expand Down
116 changes: 58 additions & 58 deletions test/ui/history_gcd.multiout
Original file line number Diff line number Diff line change
Expand Up @@ -1087,8 +1087,8 @@
|2] b: 20
|
|1|debug> s
|In ==(x, y) at promotion.jl:410
|>410 (==)(x::T, y::T) where {T<:Number} = x === y
|In ==(x, y) at promotion.jl:468
|>468 (==)(x::T, y::T) where {T<:Number} = x === y
|
|About to run: (===)(20, 0)
|1|debug>
Expand Down Expand Up @@ -1211,12 +1211,12 @@
|2] b: 20
|
|1|debug> s
|In ==(x, y) at promotion.jl:410
|>410 (==)(x::T, y::T) where {T<:Number} = x === y
|In ==(x, y) at promotion.jl:468
|>468 (==)(x::T, y::T) where {T<:Number} = x === y
|
|About to run: (===)(20, 0)
|1|debug> fr 1
|[1] ==(x, y) at promotion.jl:410
|[1] ==(x, y) at promotion.jl:468
| | x::Int64 = 20
| | y::Int64 = 0
| | T::DataType = Int64
Expand Down Expand Up @@ -1345,12 +1345,12 @@
|2] b: 20
|
|1|debug> s
|In ==(x, y) at promotion.jl:410
|>410 (==)(x::T, y::T) where {T<:Number} = x === y
|In ==(x, y) at promotion.jl:468
|>468 (==)(x::T, y::T) where {T<:Number} = x === y
|
|About to run: (===)(20, 0)
|1|debug> fr 1
|[1] ==(x, y) at promotion.jl:410
|[1] ==(x, y) at promotion.jl:468
| | x::Int64 = 20
| | y::Int64 = 0
| | T::DataType = Int64
Expand Down Expand Up @@ -1489,12 +1489,12 @@
|2] b: 20
|
|1|debug> s
|In ==(x, y) at promotion.jl:410
|>410 (==)(x::T, y::T) where {T<:Number} = x === y
|In ==(x, y) at promotion.jl:468
|>468 (==)(x::T, y::T) where {T<:Number} = x === y
|
|About to run: (===)(20, 0)
|1|debug> fr 1
|[1] ==(x, y) at promotion.jl:410
|[1] ==(x, y) at promotion.jl:468
| | x::Int64 = 20
| | y::Int64 = 0
| | T::DataType = Int64
Expand Down Expand Up @@ -1657,12 +1657,12 @@
|2] b: 20
|
|1|debug> s
|In ==(x, y) at promotion.jl:410
|>410 (==)(x::T, y::T) where {T<:Number} = x === y
|In ==(x, y) at promotion.jl:468
|>468 (==)(x::T, y::T) where {T<:Number} = x === y
|
|About to run: (===)(20, 0)
|1|debug> fr 1
|[1] ==(x, y) at promotion.jl:410
|[1] ==(x, y) at promotion.jl:468
| | x::Int64 = 20
| | y::Int64 = 0
| | T::DataType = Int64
Expand All @@ -1684,8 +1684,8 @@
|
|About to run: (==)(20, 0)
|2|debug> f 1
|In ==(x, y) at promotion.jl:410
|>410 (==)(x::T, y::T) where {T<:Number} = x === y
|In ==(x, y) at promotion.jl:468
|>468 (==)(x::T, y::T) where {T<:Number} = x === y
|
|About to run: (===)(20, 0)
|1|debug>
Expand Down Expand Up @@ -1835,12 +1835,12 @@
|2] b: 20
|
|1|debug> s
|In ==(x, y) at promotion.jl:410
|>410 (==)(x::T, y::T) where {T<:Number} = x === y
|In ==(x, y) at promotion.jl:468
|>468 (==)(x::T, y::T) where {T<:Number} = x === y
|
|About to run: (===)(20, 0)
|1|debug> fr 1
|[1] ==(x, y) at promotion.jl:410
|[1] ==(x, y) at promotion.jl:468
| | x::Int64 = 20
| | y::Int64 = 0
| | T::DataType = Int64
Expand All @@ -1862,12 +1862,12 @@
|
|About to run: (==)(20, 0)
|2|debug> f 1
|In ==(x, y) at promotion.jl:410
|>410 (==)(x::T, y::T) where {T<:Number} = x === y
|In ==(x, y) at promotion.jl:468
|>468 (==)(x::T, y::T) where {T<:Number} = x === y
|
|About to run: (===)(20, 0)
|1|debug> bt
|[1] ==(x, y) at promotion.jl:410
|[1] ==(x, y) at promotion.jl:468
| | x::Int64 = 20
| | y::Int64 = 0
| | T::DataType = Int64
Expand Down Expand Up @@ -2031,12 +2031,12 @@
|2] b: 20
|
|1|debug> s
|In ==(x, y) at promotion.jl:410
|>410 (==)(x::T, y::T) where {T<:Number} = x === y
|In ==(x, y) at promotion.jl:468
|>468 (==)(x::T, y::T) where {T<:Number} = x === y
|
|About to run: (===)(20, 0)
|1|debug> fr 1
|[1] ==(x, y) at promotion.jl:410
|[1] ==(x, y) at promotion.jl:468
| | x::Int64 = 20
| | y::Int64 = 0
| | T::DataType = Int64
Expand All @@ -2058,12 +2058,12 @@
|
|About to run: (==)(20, 0)
|2|debug> f 1
|In ==(x, y) at promotion.jl:410
|>410 (==)(x::T, y::T) where {T<:Number} = x === y
|In ==(x, y) at promotion.jl:468
|>468 (==)(x::T, y::T) where {T<:Number} = x === y
|
|About to run: (===)(20, 0)
|1|debug> bt
|[1] ==(x, y) at promotion.jl:410
|[1] ==(x, y) at promotion.jl:468
| | x::Int64 = 20
| | y::Int64 = 0
| | T::DataType = Int64
Expand All @@ -2072,8 +2072,8 @@
| | b::Int64 = 20
| | T::DataType = Int64
|1|debug> st
|In ==(x, y) at promotion.jl:410
|>410 (==)(x::T, y::T) where {T<:Number} = x === y
|In ==(x, y) at promotion.jl:468
|>468 (==)(x::T, y::T) where {T<:Number} = x === y
|
|About to run: (===)(20, 0)
|1|debug>
Expand Down Expand Up @@ -2237,12 +2237,12 @@
|2] b: 20
|
|1|debug> s
|In ==(x, y) at promotion.jl:410
|>410 (==)(x::T, y::T) where {T<:Number} = x === y
|In ==(x, y) at promotion.jl:468
|>468 (==)(x::T, y::T) where {T<:Number} = x === y
|
|About to run: (===)(20, 0)
|1|debug> fr 1
|[1] ==(x, y) at promotion.jl:410
|[1] ==(x, y) at promotion.jl:468
| | x::Int64 = 20
| | y::Int64 = 0
| | T::DataType = Int64
Expand All @@ -2264,12 +2264,12 @@
|
|About to run: (==)(20, 0)
|2|debug> f 1
|In ==(x, y) at promotion.jl:410
|>410 (==)(x::T, y::T) where {T<:Number} = x === y
|In ==(x, y) at promotion.jl:468
|>468 (==)(x::T, y::T) where {T<:Number} = x === y
|
|About to run: (===)(20, 0)
|1|debug> bt
|[1] ==(x, y) at promotion.jl:410
|[1] ==(x, y) at promotion.jl:468
| | x::Int64 = 20
| | y::Int64 = 0
| | T::DataType = Int64
Expand All @@ -2278,8 +2278,8 @@
| | b::Int64 = 20
| | T::DataType = Int64
|1|debug> st
|In ==(x, y) at promotion.jl:410
|>410 (==)(x::T, y::T) where {T<:Number} = x === y
|In ==(x, y) at promotion.jl:468
|>468 (==)(x::T, y::T) where {T<:Number} = x === y
|
|About to run: (===)(20, 0)
|1|debug>
Expand Down Expand Up @@ -2443,12 +2443,12 @@
|2] b: 20
|
|1|debug> s
|In ==(x, y) at promotion.jl:410
|>410 (==)(x::T, y::T) where {T<:Number} = x === y
|In ==(x, y) at promotion.jl:468
|>468 (==)(x::T, y::T) where {T<:Number} = x === y
|
|About to run: (===)(20, 0)
|1|debug> fr 1
|[1] ==(x, y) at promotion.jl:410
|[1] ==(x, y) at promotion.jl:468
| | x::Int64 = 20
| | y::Int64 = 0
| | T::DataType = Int64
Expand All @@ -2470,12 +2470,12 @@
|
|About to run: (==)(20, 0)
|2|debug> f 1
|In ==(x, y) at promotion.jl:410
|>410 (==)(x::T, y::T) where {T<:Number} = x === y
|In ==(x, y) at promotion.jl:468
|>468 (==)(x::T, y::T) where {T<:Number} = x === y
|
|About to run: (===)(20, 0)
|1|debug> bt
|[1] ==(x, y) at promotion.jl:410
|[1] ==(x, y) at promotion.jl:468
| | x::Int64 = 20
| | y::Int64 = 0
| | T::DataType = Int64
Expand All @@ -2484,8 +2484,8 @@
| | b::Int64 = 20
| | T::DataType = Int64
|1|debug> st
|In ==(x, y) at promotion.jl:410
|>410 (==)(x::T, y::T) where {T<:Number} = x === y
|In ==(x, y) at promotion.jl:468
|>468 (==)(x::T, y::T) where {T<:Number} = x === y
|
|About to run: (===)(20, 0)
|1|debug> c
Expand Down Expand Up @@ -2611,8 +2611,8 @@
|AAAAAAAAAAAAAAAAAAAA
|AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
|AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
|FFFFFGGGGGGGGGGGG
|HHHHHGGGGGGGGGGGG
|FFFFFAAAAAAAAAAAA
|BBBBBAAAAAAAAAAAA
|AAAAAAAAAAAAAAAAA
|AAAAAAAAAAAAAAAAAAAAAAAA
|AAAAAAAAAAAA
Expand Down Expand Up @@ -2677,12 +2677,12 @@
|2] b: 20
|
|1|debug> s
|In ==(x, y) at promotion.jl:410
|>410 (==)(x::T, y::T) where {T<:Number} = x === y
|In ==(x, y) at promotion.jl:468
|>468 (==)(x::T, y::T) where {T<:Number} = x === y
|
|About to run: (===)(20, 0)
|1|debug> fr 1
|[1] ==(x, y) at promotion.jl:410
|[1] ==(x, y) at promotion.jl:468
| | x::Int64 = 20
| | y::Int64 = 0
| | T::DataType = Int64
Expand All @@ -2704,12 +2704,12 @@
|
|About to run: (==)(20, 0)
|2|debug> f 1
|In ==(x, y) at promotion.jl:410
|>410 (==)(x::T, y::T) where {T<:Number} = x === y
|In ==(x, y) at promotion.jl:468
|>468 (==)(x::T, y::T) where {T<:Number} = x === y
|
|About to run: (===)(20, 0)
|1|debug> bt
|[1] ==(x, y) at promotion.jl:410
|[1] ==(x, y) at promotion.jl:468
| | x::Int64 = 20
| | y::Int64 = 0
| | T::DataType = Int64
Expand All @@ -2718,8 +2718,8 @@
| | b::Int64 = 20
| | T::DataType = Int64
|1|debug> st
|In ==(x, y) at promotion.jl:410
|>410 (==)(x::T, y::T) where {T<:Number} = x === y
|In ==(x, y) at promotion.jl:468
|>468 (==)(x::T, y::T) where {T<:Number} = x === y
|
|About to run: (===)(20, 0)
|1|debug> c
Expand Down Expand Up @@ -2845,8 +2845,8 @@
|AAAAAAAAAAAAAAAAAAAA
|AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
|AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
|FFFFFGGGGGGGGGGGG
|HHHHHGGGGGGGGGGGG
|FFFFFAAAAAAAAAAAA
|BBBBBAAAAAAAAAAAA
|AAAAAAAAAAAAAAAAA
|AAAAAAAAAAAAAAAAAAAAAAAA
|AAAAAAAAAAAA
Expand Down
Loading