-
Notifications
You must be signed in to change notification settings - Fork 490
crossbeam-utils: test src/cache_padded.rs (line 35) ... FAILED (on armv7hl) #668
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
Comments
We need to fix that test (like #641). And it would be nice if 32-bit arm target could be added to CI. |
Hmm. cross doesn't run doctest (cross-rs/cross#225), so cases like this issue cannot be detected by adding 32-bit arm test to CI. |
I found a way to cross-testing doctests -- I will fix this issue as part of #801. |
Hum, it looks like the wrong PR closed this issue? |
Yes. The fix has not been released yet. |
The same test passes fine with crossbeam-utils 0.8.1, and the only relevant change I see is 1e16fc0. It appears the new heuristics are wrong for 32-bit ARM (armv7-unknown-linux-gnueabihf target).
The text was updated successfully, but these errors were encountered: