From 0296282d1dba504f3434246e8af60d1c0af985f7 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 9 Jul 2021 13:59:36 +0100 Subject: [PATCH] jstest: lower: note some more wanted checks Signed-off-by: Ian Jackson --- jstest/jst-lower.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jstest/jst-lower.rs b/jstest/jst-lower.rs index f76b4f5d..37f613ad 100644 --- a/jstest/jst-lower.rs +++ b/jstest/jst-lower.rs @@ -71,8 +71,9 @@ impl Test { assert!(was.is_none(), "{:?}", id); } - // targets' new z coords are in increasing z coord + // non-bottom targets are in same stacking order as before // no bottom are newly above non-bottom + // no non-bottom non-targets moved // z coords in updates all decrease // all targets now below all non-bottom non-targets // xxx ^ unimplemented checks -- 2.30.2