rust-lang/rust

unit test `coretest::num::test_i32f64` fails on some targets (again)

Closed this issue · 2 comments

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

Triage: not sure what the status of this bug is.

Closing this to clear up the issue tracker, and this test is likely fixed already