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
coretest::num::test_i32f64
I'm seeing #36518 again in smoke. Same test but different affected targets and error message.
Affected targets:
Note that the mips64 targets are new-ish and that the 32-bit mips targets are "old" but weren't affected by #36518.
Error message:
---- num::test_i32f64 stdout ---- thread 'num::test_i32f64' panicked at 'assertion failed: `(left == right)` (left: `2147483647`, right: `-2147483648`)', /rust/lib/rustlib/src/rust/src/libcoretest/num/mod.rs:162
cc @brson @pnkfelix
The text was updated successfully, but these errors were encountered:
Triage: not sure what the status of this bug is.
Sorry, something went wrong.
Closing this to clear up the issue tracker, and this test is likely fixed already
No branches or pull requests
I'm seeing #36518 again in smoke. Same test but different affected targets and error message.
Affected targets:
Note that the mips64 targets are new-ish and that the 32-bit mips targets are "old" but weren't affected by #36518.
Error message:
cc @brson @pnkfelix
The text was updated successfully, but these errors were encountered: