From 80d8c078f60902aa10bb4847a462c56b42697880 Mon Sep 17 00:00:00 2001 From: omigamedev Date: Tue, 16 Jun 2026 00:02:52 +0200 Subject: [PATCH] Normalize RND golden gate done checks --- docs/modernization/tasks.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/docs/modernization/tasks.md b/docs/modernization/tasks.md index e5732f34..bb36957e 100644 --- a/docs/modernization/tasks.md +++ b/docs/modernization/tasks.md @@ -1960,8 +1960,8 @@ agents are not blocked. Done Checks: -- `ctest --preset desktop-gpu --build-config Debug` has at least one real test. -- The test is skipped with a clear message when no GPU/context is available. +- The first `desktop-gpu` golden/readback gate was added and validated. +- The gate was skipped with a clear message when no GPU/context was available. - The roadmap and debt log recorded the golden coverage and the remaining debt. Validation: @@ -1986,9 +1986,8 @@ clear-readback fixture. Done Checks: -- `ctest --preset desktop-gpu --build-config Debug` has more than one real GPU - readback gate. -- The test is skipped with a clear message when no GPU/context is available. +- The preview parity lane gained a second `desktop-gpu` GPU readback gate. +- The gate was skipped with a clear message when no GPU/context was available. - The roadmap and debt log recorded the GPU readback coverage and the remaining debt. @@ -2019,9 +2018,9 @@ clear/preview fixtures. Done Checks: -- `ctest --preset desktop-gpu --build-config Debug` has a compositor readback - gate in addition to the existing GPU fixtures. -- The test is skipped with a clear message when no GPU/context is available. +- The compositor path gained a `desktop-gpu` readback gate alongside the + existing GPU fixtures. +- The gate was skipped with a clear message when no GPU/context was available. - The roadmap and debt log recorded the compositor output coverage for this gate.