mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-07 00:11:36 +00:00
These still fail random tests, e.g.:
called `Result::unwrap()` on an `Err` value: jn
Caused by:
0:
input: (1068, -16013.98381387313)
as hex: (, -0x1.f46fded9ced39p+13)
as bits: (0x0000042c, 0xc0cf46fded9ced39)
expected: 6.7603314308122506e-6 0x1.c5ad9c102d413p-18 0x3edc5ad9c102d413
actual: 6.7603314308006335e-6 0x1.c5ad9c1029e80p-18 0x3edc5ad9c1029e80
1: ulp 13715 > 4000
Caused by:
0:
input: (195, 42147.94)
as hex: (, 0x1.4947e2p+15)
as bits: (0x000000c3, 0x4724a3f1)
expected: -2.13669e-7 -0x1.cad9c6p-23 0xb4656ce3
actual: -2.1376937e-7 -0x1.cb10f4p-23 0xb465887a
1: ulp 7063 > 4000
Caused by:
0:
input: (194, 740.1916)
as hex: (, 0x1.721886p+9)
as bits: (0x000000c2, 0x44390c43)
expected: 1.212096e-6 0x1.455e9ap-20 0x35a2af4d
actual: 1.2172386e-6 0x1.46c000p-20 0x35a36000
1: ulp 45235 > 10000
Increase allowed precision to avoid spurious failures.