tests: add CoinVisualTests visual regression infrastructure - #59
Open
tritao wants to merge 1 commit into
Open
Conversation
tritao
force-pushed
the
stack/render-tests-infrastructure
branch
6 times, most recently
from
August 16, 2026 20:52
dbf585a to
fe82564
Compare
tritao
marked this pull request as ready for review
August 16, 2026 22:20
tritao
force-pushed
the
stack/render-tests-infrastructure
branch
2 times, most recently
from
August 16, 2026 23:23
42957f6 to
3836315
Compare
tritao
force-pushed
the
stack/render-tests-infrastructure
branch
3 times, most recently
from
August 17, 2026 14:12
e5ba58e to
bde7d1f
Compare
tritao
force-pushed
the
stack/render-tests-infrastructure
branch
from
August 17, 2026 15:52
bde7d1f to
e25ae18
Compare
tritao
force-pushed
the
stack/render-tests-infrastructure
branch
from
August 18, 2026 00:18
e25ae18 to
84ce186
Compare
tritao
force-pushed
the
stack/render-tests-infrastructure
branch
from
August 18, 2026 09:24
84ce186 to
11877e3
Compare
tritao
force-pushed
the
stack/render-tests-infrastructure
branch
from
August 18, 2026 14:40
11877e3 to
0ea9c1c
Compare
tritao
force-pushed
the
stack/render-tests-infrastructure
branch
3 times, most recently
from
August 18, 2026 18:12
5752b52 to
4268a9c
Compare
tritao
force-pushed
the
stack/render-tests-infrastructure
branch
from
August 18, 2026 19:52
4268a9c to
f3035da
Compare
tritao
force-pushed
the
stack/render-tests-infrastructure
branch
from
August 19, 2026 10:22
2b08318 to
9dd900c
Compare
tritao
force-pushed
the
stack/render-tests-infrastructure
branch
from
August 19, 2026 10:28
20e4d07 to
b348bd0
Compare
tritao
force-pushed
the
stack/render-tests-infrastructure
branch
from
August 20, 2026 21:59
b348bd0 to
9a57d04
Compare
tritao
force-pushed
the
stack/render-tests-infrastructure
branch
from
August 20, 2026 22:12
9a57d04 to
759733f
Compare
tritao
force-pushed
the
stack/render-tests-infrastructure
branch
from
August 20, 2026 22:22
759733f to
0695ef0
Compare
tritao
force-pushed
the
stack/render-tests-infrastructure
branch
from
August 20, 2026 22:36
0695ef0 to
9799555
Compare
tritao
force-pushed
the
stack/render-tests-infrastructure
branch
from
August 20, 2026 22:48
9799555 to
e104882
Compare
tritao
force-pushed
the
stack/render-tests-infrastructure
branch
from
August 20, 2026 23:00
e104882 to
b6546c4
Compare
tritao
force-pushed
the
stack/render-tests-infrastructure
branch
from
August 20, 2026 23:14
b6546c4 to
02aef45
Compare
tritao
force-pushed
the
stack/render-tests-infrastructure
branch
from
August 21, 2026 00:22
02aef45 to
9a8f460
Compare
tritao
force-pushed
the
stack/render-tests-infrastructure
branch
from
August 21, 2026 00:30
9a8f460 to
ce8290d
Compare
tritao
force-pushed
the
stack/render-tests-infrastructure
branch
from
August 21, 2026 01:03
ce8290d to
26729f1
Compare
tritao
force-pushed
the
stack/render-tests-infrastructure
branch
from
August 21, 2026 01:17
26729f1 to
67f9e87
Compare
tritao
force-pushed
the
stack/render-tests-infrastructure
branch
from
August 21, 2026 11:42
9ae52f3 to
c5373e4
Compare
tritao
force-pushed
the
stack/render-tests-infrastructure
branch
from
August 21, 2026 11:59
c5373e4 to
6890138
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a deliberately small
CoinVisualTestsvisual-regression foundation forCoin's LegacyGL renderer.
The runner creates a hidden desktop OpenGL compatibility context, renders
.ivscenes throughSoGLRenderAction, captures PNG output, and compares itwith checked-in baselines.
Scope
SoGLRenderActionreference rendering only.RenderDriverseam with aLegacyGLDriverimplementation.camera override, baseline, and comparison policy.
render_artifacts/gl.camera, and viewport/background handling.
Additional renderer integrations and native backend contracts remain owned by
their subsequent stack layers.
Validation contract
Baseline updates succeed only when both rendering and baseline copying
succeed. Image comparison uses centralized
default,strict,exact, andrelaxedpolicies; masks and renderer-state toggles are intentionally notpart of this foundation.
CI runs the suite in the Ubuntu LegacyGL-enabled job and uploads actual
images, diffs, metrics, and CTest results.
Stack position
Layer 10/18, based on PR #43. The
retained IR and renderer layers build on this infrastructure in the subsequent
stack layers.