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

StaticArrays.jl dependencies broken during testing. #1250

Closed
iajzenszmi opened this issue Apr 1, 2024 · 1 comment
Closed

StaticArrays.jl dependencies broken during testing. #1250

iajzenszmi opened this issue Apr 1, 2024 · 1 comment

Comments

@iajzenszmi
Copy link

StaticArrays.jl dependencies broken during testing.

Screenshot from 2024-04-02 04-37-01
Test Summary: | Pass Total Time
test utils | 6 6 0.3s
┌ Warning: macroexpand no longer throws a LoadError so @test_throws LoadError ... is deprecated and passed without checking the error type!
│ caller = test_expand_error(ex::Expr) at testutil.jl:30
└ @ Main ~/.julia/packages/StaticArrays/EHHaF/test/testutil.jl:30
Test Summary: | Pass Broken Total Time
SVector | 134 2 136 4.3s
Test Summary: | Pass Broken Total Time
MVector | 138 2 140 1.2s
Test Summary: | Pass Broken Total Time
SMatrix | 138 2 140 2.7s
Test Summary: | Pass Broken Total Time
MMatrix | 143 2 145 2.4s
Test Summary: | Pass Broken Total Time
SArray | 276 4 280 7.0s
Test Summary: | Pass Total Time
some special case | 13 13 0.2s
Test Summary: | Pass Broken Total Time
MArray | 284 4 288 5.6s
Test Summary: | Pass Total Time
some special case | 12 12 0.1s
Test Summary: | Pass Total Time
FieldVector | 40 40 0.8s
Test Summary: | Pass Total Time
FieldMatrix | 33 33 0.6s
Test Summary: | Pass Total Time
Scalar | 11 11 0.8s
Test Summary: | Pass Total Time
issue #809 | 1 1 0.0s
Test Summary: | Pass Total Time
SUnitRange | 13 13 0.2s
Test Summary: | Pass Total Time
SizedArray | 133 133 4.5s
Test Summary: | Pass Total Time
some special case | 12 12 0.3s

@hyrodium
Copy link
Collaborator

hyrodium commented Apr 2, 2024

The broken tests are marked with @test_broken in the test code, and the test log is expected. Please open a PR if you find a way to fix the test.

@hyrodium hyrodium closed this as not planned Won't fix, can't repro, duplicate, stale Apr 2, 2024
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

No branches or pull requests

2 participants