Route stroke panel view through app core

This commit is contained in:
2026-06-05 01:01:56 +02:00
parent 75fd7faeb0
commit d5403f082c
8 changed files with 556 additions and 80 deletions

View File

@@ -1448,6 +1448,24 @@ if(TARGET pano_cli)
LABELS "app;paint;integration;desktop-fast;fuzz"
WILL_FAIL TRUE)
add_test(NAME pano_cli_plan_brush_stroke_panel_view_smoke
COMMAND pano_cli plan-brush-stroke-panel-view --tip-size 64 --jitter-scatter 0.4 --dual-disabled --tip-blend-mode 2 --pattern-blend-mode 5 --tip-thumb data/brushes/thumbs/ink.png)
set_tests_properties(pano_cli_plan_brush_stroke_panel_view_smoke PROPERTIES
LABELS "app;paint;ui;integration;desktop-fast"
PASS_REGULAR_EXPRESSION "\"command\":\"plan-brush-stroke-panel-view\".*\"floatValues\":2.*\"boolValues\":1.*\"blendValues\":2.*\"tipSize\":64.*\"jitterScatter\":0.4.*\"dualEnabled\":false.*\"tipBlendMode\":2.*\"patternBlendMode\":5.*\"tipThumb\":\"data/brushes/thumbs/ink.png\".*\"updatesPreview\":true.*\"updatesThumbnails\":true")
add_test(NAME pano_cli_plan_brush_stroke_panel_view_rejects_bad_float
COMMAND pano_cli plan-brush-stroke-panel-view --bad-float)
set_tests_properties(pano_cli_plan_brush_stroke_panel_view_rejects_bad_float PROPERTIES
LABELS "app;paint;ui;integration;desktop-fast;fuzz"
WILL_FAIL TRUE)
add_test(NAME pano_cli_plan_brush_stroke_panel_view_rejects_bad_blend
COMMAND pano_cli plan-brush-stroke-panel-view --bad-blend)
set_tests_properties(pano_cli_plan_brush_stroke_panel_view_rejects_bad_blend PROPERTIES
LABELS "app;paint;ui;integration;desktop-fast;fuzz"
WILL_FAIL TRUE)
add_test(NAME pano_cli_plan_paint_feedback_framebuffer_fetch_smoke
COMMAND pano_cli plan-paint-feedback --framebuffer-fetch --explicit-transitions --render-only)
set_tests_properties(pano_cli_plan_paint_feedback_framebuffer_fetch_smoke PROPERTIES