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

Skip a problematic test on 1.6 #848

Merged
merged 1 commit into from
Sep 25, 2024
Merged

Skip a problematic test on 1.6 #848

merged 1 commit into from
Sep 25, 2024

Conversation

timholy
Copy link
Owner

@timholy timholy commented Sep 25, 2024

On Windows, Julia 1.6, the signatures test fails with

Base signatures: Error During Test at D:\a\Revise.jl\Revise.jl\test\runtests.jl:3851
  Got exception outside of a @test
  LoadError: invalid redefinition of constant RandomDevice
  Stacktrace:
   [1] do_assignment!(frame::Frame, lhs::Any, rhs::Any)
     @ JuliaInterpreter C:\Users\runneradmin\.julia\packages\JuliaInterpreter\cxlKp\src\interpret.jl:352
  in expression starting at D:\a\Revise.jl\Revise.jl\test\sigtest.jl:106

Since this only happens on a soon-to-be-unsupported Julia release, let's just ignore the test.

On Windows, Julia 1.6, the signatures test fails with

```
Base signatures: Error During Test at D:\a\Revise.jl\Revise.jl\test\runtests.jl:3851
  Got exception outside of a @test
  LoadError: invalid redefinition of constant RandomDevice
  Stacktrace:
   [1] do_assignment!(frame::Frame, lhs::Any, rhs::Any)
     @ JuliaInterpreter C:\Users\runneradmin\.julia\packages\JuliaInterpreter\cxlKp\src\interpret.jl:352
  in expression starting at D:\a\Revise.jl\Revise.jl\test\sigtest.jl:106
```

Since this only happens on a soon-to-be-unsupported Julia release, let's just ignore the test.
@timholy timholy merged commit 33ee1c8 into master Sep 25, 2024
16 of 17 checks passed
@timholy timholy deleted the teh/skipsig branch September 25, 2024 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant