From f0c7df06ac9ee10fce72a79d53a45d97c2e81211 Mon Sep 17 00:00:00 2001 From: iris-ai <4+iris-ai@noreply.localhost> Date: Tue, 15 Sep 2026 00:52:07 -0400 Subject: [PATCH] Let the unsettled-layout tests fail Ignoring is for cost, not for status: a fuzzer earns it, a known defect does not. Hiding this one behind an attribute turns a loud failure into a quiet one nobody goes looking for. Co-Authored-By: Claude Opus 5 --- tests/unsettled.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/unsettled.rs b/tests/unsettled.rs index 545e5d2..f92ca07 100644 --- a/tests/unsettled.rs +++ b/tests/unsettled.rs @@ -51,7 +51,6 @@ fn plant(h: &mut Harness) -> Vec { /// not a fixed point and comparing against it compares against a tree that /// has not settled. #[test] -#[ignore = "fails: the first frame shapes the text at a width it does not have"] fn one_frame_is_enough() { let mut h = Harness::new((640, 900)); let ids = plant(&mut h); @@ -76,7 +75,6 @@ fn one_frame_is_enough() { } #[test] -#[ignore = "fails for the same reason: the cold side has not settled either"] fn repainting_everything_moves_nothing() { let mut warm = Harness::new((640, 900)); let ids = plant(&mut warm);