pcbjam/tests/gal-regression/baseline
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Viktor Vaczi 650109e10f feat(webgl): Add 4 new GAL test scenarios for expanded coverage
Expand test coverage from ~19% to ~25% of GAL API with modular scenario files:
- bezier-curves: Tests DrawCurve() with S-curves, waves, hearts, and control points
- arc-segments: Tests DrawArcSegment() with thick arc strokes (PCB trace style)
- segment-chain: Tests DrawSegmentChain() with zigzags, spirals, sharp corners
- group-caching: Tests BeginGroup/EndGroup/DrawGroup for cached geometry

Architecture:
- New scenarios in separate files under scenarios/
- Forward declarations in main gal_test_scenarios.cpp
- CMakeLists.txt updated to compile new scenario modules

Also:
- Remove unused build-wxwidgets-native.sh (using system wxWidgets)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-07 09:58:52 +01:00
..
gal-alpha-blending.png feat(webgl): Add GAL native test harness for visual regression testing 2026-01-07 09:42:31 +01:00
gal-arc-segments.png feat(webgl): Add 4 new GAL test scenarios for expanded coverage 2026-01-07 09:58:52 +01:00
gal-arcs.png feat(webgl): Add GAL native test harness for visual regression testing 2026-01-07 09:42:31 +01:00
gal-basic-lines.png feat(webgl): Add GAL native test harness for visual regression testing 2026-01-07 09:42:31 +01:00
gal-bezier-curves.png feat(webgl): Add 4 new GAL test scenarios for expanded coverage 2026-01-07 09:58:52 +01:00
gal-circles.png feat(webgl): Add GAL native test harness for visual regression testing 2026-01-07 09:42:31 +01:00
gal-complex-scene.png feat(webgl): Add GAL native test harness for visual regression testing 2026-01-07 09:42:31 +01:00
gal-grid-cursor.png feat(webgl): Add GAL native test harness for visual regression testing 2026-01-07 09:42:31 +01:00
gal-group-caching.png feat(webgl): Add 4 new GAL test scenarios for expanded coverage 2026-01-07 09:58:52 +01:00
gal-line-widths.png feat(webgl): Add GAL native test harness for visual regression testing 2026-01-07 09:42:31 +01:00
gal-polygons.png feat(webgl): Add GAL native test harness for visual regression testing 2026-01-07 09:42:31 +01:00
gal-rectangles.png feat(webgl): Add GAL native test harness for visual regression testing 2026-01-07 09:42:31 +01:00
gal-segment-chain.png feat(webgl): Add 4 new GAL test scenarios for expanded coverage 2026-01-07 09:58:52 +01:00
gal-segments.png feat(webgl): Add GAL native test harness for visual regression testing 2026-01-07 09:42:31 +01:00
gal-transforms.png feat(webgl): Add GAL native test harness for visual regression testing 2026-01-07 09:42:31 +01:00