[Keystone] Cross-backend screenshot diff harness (desktop-headless oracle vs web canvas) #388
Labels
No labels
Alpha Release Requirement
Bugfix
Demo Target
Documentation
Major Feature
Minor Feature
priority:tier1-active
priority:tier2-foundation
priority:tier3-future
priority:tier4-deferred
Refactoring & Cleanup
system:animation
system:documentation
system:grid
system:input
system:performance
system:procgen
system:python-binding
system:rendering
system:ui-hierarchy
Tiny Feature
workflow:blocked
workflow:needs-benchmark
workflow:needs-documentation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Blocks
Depends on
#387 [Epic] Web deployment parity & divergence-testing sprint
john/McRogueFace
Reference
john/McRogueFace#388
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Part of #387. This is the sprint keystone — it composes #347, #239, and #381 into one automated signal.
Idea
#381 already produces a deterministic PNG per snippet on the desktop headless backend. #239 stands up a headless-browser runner for the web (SDL2/WebGL) backend. This harness closes the loop: render the same snippet corpus on the web backend, capture the canvas, and diff against the desktop oracle. A diff above threshold = a desktop↔web divergence to triage.
Scope
gl.readPixels/canvas.toDataURL/toBlob), save as PNG keyed by snippet stem.Non-goals
Dependencies
Blocked by #347 (need the parity investigation to know what's expected to differ), #239 (browser rig), #381 (desktop oracle).