Normalize RND golden gate done checks

This commit is contained in:
2026-06-16 00:02:52 +02:00
parent 02f38535df
commit 80d8c078f6

View File

@@ -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.