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

Test failures in REPL/test/repl.jl #44892

Closed
tkf opened this issue Apr 7, 2022 · 1 comment
Closed

Test failures in REPL/test/repl.jl #44892

tkf opened this issue Apr 7, 2022 · 1 comment
Labels
bug Indicates an unexpected problem or unintended behavior ci Continuous integration

Comments

@tkf
Copy link
Member

tkf commented Apr 7, 2022

Error in testset REPL:
Test Failed at /Users/julia/.julia/scratchspaces/a66863c6-20e8-4ff4-8a62-49f30b1f605e/agent-cache/default-macmini-x64-5.0/build/default-macmini-x64-5-0/julialang/julia-master/julia-a720be0e52/share/julia/stdlib/v1.9/REPL/test/repl.jl:285
  Expression: s == "\e[0m\n"
   Evaluated: "\r\r\r\e[0K\e[1A\r\e[0K\e[1A\r\e[0K\e[1A\r\e[0K\e[1A\r\e[0K\e[1A\r\e[0K\e[1A\r\e[0K\e[31m\e[1mshell> \e[0m\e[0m\r\e[7C/Users/julia/.julia/scratchspaces/a66863c6-20e8-4ff4-8a62-49f30b1f605e/agent-cache/default-macmini-x64-5.0/build/default-macmini-x64-5-0/julialang/julia-master/julia-a720be0e52/bin/julia -Cnative -J/Users/julia/.julia/scratchspaces/a66863c6-20e8-4ff4-8a62-49f30b1f605e/agent-cache/default-macmini-x64-5.0/build/default-macmini-x64-5-0/julialang/julia-master/julia-a720be0e52/lib/julia/sys.dylib --depwarn=error --check-bounds=yes -g1 --startup-file=no -e \"println(\\\"HI\\\")\" \n" == "\e[0m\n"
Error in testset REPL:
Test Failed at /Users/julia/.julia/scratchspaces/a66863c6-20e8-4ff4-8a62-49f30b1f605e/agent-cache/default-macmini-x64-5.0/build/default-macmini-x64-5-0/julialang/julia-master/julia-a720be0e52/share/julia/stdlib/v1.9/REPL/test/repl.jl:290
  Expression: fetch(get_stdout) == "HI\n"
   Evaluated: "" == "HI\n"
ERROR: LoadError: Test run finished with errors

https://buildkite.com/julialang/julia-master/builds/10799#a370ae8f-3465-4ae1-b227-85b3b42e3b96/294-9755 (in #44792 but the PR is likely irrelevant)

@tkf tkf added the ci Continuous integration label Apr 7, 2022
@DilumAluthge DilumAluthge added the bug Indicates an unexpected problem or unintended behavior label Apr 12, 2022
@vtjnash
Copy link
Member

vtjnash commented Sep 28, 2022

Fixed by #44972

@vtjnash vtjnash closed this as completed Sep 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or unintended behavior ci Continuous integration
Projects
None yet
Development

No branches or pull requests

3 participants