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

Complex unit tests are broken. #493

Open
gechelberger opened this issue Nov 4, 2024 · 1 comment
Open

Complex unit tests are broken. #493

gechelberger opened this issue Nov 4, 2024 · 1 comment

Comments

@gechelberger
Copy link

ubuntu 24.04

I tried to bisect for the breaking commit, but I can't identify a "good" commit to work with.

Reproduction

# current master
git checkout d385d79
cargo clean && cargo +1.82.0 test -F complex32

# original complex release version
git checkout 51a7cbf
cargo clean && cargo +1.82.0 test -F complex32

# original release on msrv
cargo clean && cargo +1.65.0 test -F complex32

# original release on +nightly with min dependency versions
cargo clean && cargo minimal-versions test -F complex32

All of these build, but none of them pass the comlpex32 test-suite.

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

1 participant