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] broken Test.scrub_backtrace call #50755

Closed
vtjnash opened this issue Aug 1, 2023 · 0 comments · Fixed by #50759
Closed

[Test] broken Test.scrub_backtrace call #50755

vtjnash opened this issue Aug 1, 2023 · 0 comments · Fixed by #50759
Labels
regression Regression in behavior compared to a previous version

Comments

@vtjnash
Copy link
Sponsor Member

vtjnash commented Aug 1, 2023

Saw this during a test run which failed (but then didn't print the actual failure):

  Got exception outside of a @test
  MethodError: no method matching scrub_backtrace(::Vector{Union{Ptr{Nothing}, Base.InterpreterIP}})
  
  Closest candidates are:
    scrub_backtrace(::Any, ::Any, ::Any)
     @ Test ~/julia/usr/share/julia/stdlib/v1.11/Test/src/Test.jl:89
  
  Stacktrace:
    [1] record(ts::Test.DefaultTestSet, t::Test.LogTestFailure)
      @ Test ~/julia/usr/share/julia/stdlib/v1.11/Test/src/logging.jl:152
    [2] macro expansion
      @ ~/.julia/packages/Colors/mIuXl/test/utilities.jl:23 [inlined]

broken by 5304baa @serenity4

@vtjnash vtjnash added the regression Regression in behavior compared to a previous version label Aug 1, 2023
KristofferC pushed a commit that referenced this issue Mar 12, 2024
Drvi pushed a commit to RelationalAI/julia that referenced this issue Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
regression Regression in behavior compared to a previous version
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant