Add stroke composite feedback planner
This commit is contained in:
@@ -1222,6 +1222,36 @@ if(TARGET pano_cli)
|
||||
LABELS "renderer;paint;integration;desktop-fast;fuzz"
|
||||
WILL_FAIL TRUE)
|
||||
|
||||
add_test(NAME pano_cli_plan_stroke_composite_fixed_smoke
|
||||
COMMAND pano_cli plan-stroke-composite --render-only)
|
||||
set_tests_properties(pano_cli_plan_stroke_composite_fixed_smoke PROPERTIES
|
||||
LABELS "renderer;paint;integration;desktop-fast"
|
||||
PASS_REGULAR_EXPRESSION "\"command\":\"plan-stroke-composite\".*\"path\":\"fixed_function_blend\".*\"feedbackPath\":\"none\".*\"complexBlend\":false.*\"readsDestinationColor\":false")
|
||||
|
||||
add_test(NAME pano_cli_plan_stroke_composite_framebuffer_fetch_smoke
|
||||
COMMAND pano_cli plan-stroke-composite --stroke-blend 10 --framebuffer-fetch --explicit-transitions --render-only)
|
||||
set_tests_properties(pano_cli_plan_stroke_composite_framebuffer_fetch_smoke PROPERTIES
|
||||
LABELS "renderer;paint;integration;desktop-fast"
|
||||
PASS_REGULAR_EXPRESSION "\"command\":\"plan-stroke-composite\".*\"strokeBlend\":\"height\".*\"path\":\"framebuffer_fetch\".*\"feedbackPath\":\"framebuffer_fetch\".*\"complexBlend\":true.*\"requiresExplicitTransition\":true")
|
||||
|
||||
add_test(NAME pano_cli_plan_stroke_composite_ping_pong_copy_smoke
|
||||
COMMAND pano_cli plan-stroke-composite --layer-blend 4 --dual-blend --texture-copy)
|
||||
set_tests_properties(pano_cli_plan_stroke_composite_ping_pong_copy_smoke PROPERTIES
|
||||
LABELS "renderer;paint;integration;desktop-fast"
|
||||
PASS_REGULAR_EXPRESSION "\"command\":\"plan-stroke-composite\".*\"layerBlend\":\"overlay\".*\"path\":\"ping_pong_textures\".*\"estimatedWorkingBytes\":16384.*\"requiresAuxiliaryTexture\":true.*\"requiresTextureCopy\":true")
|
||||
|
||||
add_test(NAME pano_cli_plan_stroke_composite_rejects_unsupported
|
||||
COMMAND pano_cli plan-stroke-composite --layer-blend 1)
|
||||
set_tests_properties(pano_cli_plan_stroke_composite_rejects_unsupported PROPERTIES
|
||||
LABELS "renderer;paint;integration;desktop-fast;fuzz"
|
||||
WILL_FAIL TRUE)
|
||||
|
||||
add_test(NAME pano_cli_plan_stroke_composite_rejects_bad_stroke_blend
|
||||
COMMAND pano_cli plan-stroke-composite --stroke-blend 99 --texture-copy)
|
||||
set_tests_properties(pano_cli_plan_stroke_composite_rejects_bad_stroke_blend PROPERTIES
|
||||
LABELS "renderer;paint;integration;desktop-fast;fuzz"
|
||||
WILL_FAIL TRUE)
|
||||
|
||||
add_test(NAME pano_cli_plan_canvas_tool_draw_smoke
|
||||
COMMAND pano_cli plan-canvas-tool --kind draw)
|
||||
set_tests_properties(pano_cli_plan_canvas_tool_draw_smoke PROPERTIES
|
||||
|
||||
Reference in New Issue
Block a user