We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Fix outdated usage of scrubbing for log test failures (#50759)
bb4929d
Fixes #50755.
Fix outdated usage of scrubbing for log test failures (JuliaLang/juli…
ca8461f
…a#50759) Fixes JuliaLang/julia#50755.
8952861
Fixes #50755. (cherry picked from commit bb4929d)
Fix outdated usage of scrubbing for log test failures (JuliaLang#50759)
aa58f68
Fixes JuliaLang#50755. (cherry picked from commit bb4929d)
Successfully merging a pull request may close this issue.
Saw this during a test run which failed (but then didn't print the actual failure):
broken by 5304baa @serenity4
The text was updated successfully, but these errors were encountered: