This repository was archived by the owner on Apr 28, 2025. It is now read-only.
Commit 48296bd
committed
Introduce XFAILs that assert failure
Currently our XFAILs are open ended; we do not check that it actually
fails, so we have no easy way of knowing that a previously-failing test
starts passing. Introduce a new enum that we return from overrides to
give us more flexibility here, including the ability to assert that
expected failures happen.
With the new enum, it is also possible to specify ULP via return value
rather than passing a `&mut u32` parameter.
This includes refactoring of `precision.rs` to be more accurate about
where errors come from, if possible.
Fixes: #4551 parent 5b5bcca commit 48296bd
2 files changed
+268
-253
lines changed
0 commit comments