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

REPL: unterminated single quote test failing on Windows CI #53340

Closed
IanButterworth opened this issue Feb 15, 2024 · 1 comment
Closed

REPL: unterminated single quote test failing on Windows CI #53340

IanButterworth opened this issue Feb 15, 2024 · 1 comment
Labels
ci Continuous integration REPL Julia's REPL (Read Eval Print Loop) rr trace included

Comments

@IanButterworth
Copy link
Member

  | REPL                                            (10) \|         failed at 2024-02-14T12:18:13.615
  | Test Failed at C:\buildkite-agent\builds\win2k22-amdci6-0\julialang\julia-master\julia-b20922f213\share\julia\stdlib\v1.11\REPL\test\repl.jl:246
  | Expression: startswith(s, "\e[0mERROR: unterminated single quote\nStacktrace:\n  [1] ") \|\| startswith(s, "\e[0m\e[1m\e[91mERROR: \e[39m\e[22m\e[91munterminated single quote\e[39m\nStacktrace:\n  [1] ")
  |  
  | Test Failed at C:\buildkite-agent\builds\win2k22-amdci6-0\julialang\julia-master\julia-b20922f213\share\julia\stdlib\v1.11\REPL\test\repl.jl:1497
  | Expression: readline(stdout_read) == ""
  | Evaluated: "Stacktrace:" == ""
  |  
  | Test Failed at C:\buildkite-agent\builds\win2k22-amdci6-0\julialang\julia-master\julia-b20922f213\share\julia\stdlib\v1.11\REPL\test\repl.jl:1502
  | Expression: readline(stdout_read) == "\e[0m"
  | Evaluated: "\e[0m1-element ExceptionStack:" == "\e[0m"
 

@test startswith(s, "\e[0mERROR: unterminated single quote\nStacktrace:\n [1] ") ||

@test readline(stdout_read) == ""

@test readline(stdout_read) == "\e[0m"

@giordano giordano added system:windows Affects only Windows REPL Julia's REPL (Read Eval Print Loop) ci Continuous integration labels Feb 17, 2024
JeffBezanson pushed a commit that referenced this issue Aug 8, 2024
Disables these tests on win32 that have been flaky on that platform
since February at least #53340
lazarusA pushed a commit to lazarusA/julia that referenced this issue Aug 17, 2024
Disables these tests on win32 that have been flaky on that platform
since February at least JuliaLang#53340
@vtjnash vtjnash added rr trace included and removed system:windows Affects only Windows labels Feb 26, 2025
@vtjnash
Copy link
Member

vtjnash commented Feb 26, 2025

Managed to find a CI configuration that fails on all machines with this error: https://buildkite.com/julialang/julia-master/builds/45169#01953f7d-074e-42b0-a680-c40aef6c5b81 from #57532 with rr trace

@vtjnash vtjnash closed this as completed Feb 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Continuous integration REPL Julia's REPL (Read Eval Print Loop) rr trace included
Projects
None yet
Development

No branches or pull requests

3 participants