[Git][xorg-team/wayland/weston][debian-unstable] Disable flaky output-damage tests with vulkan-render
Dylan Aïssi (@daissi) <[email protected]>
| Newsgroups | gmane.linux.debian.devel.x |
|---|---|
| Message-ID | <[email protected]> |
Dylan Aïssi pushed to branch debian-unstable at X Strike Force / wayland / weston Commits: 534dadad by Dylan Aïssi at 2026-04-24T13:01:03+02:00 Disable flaky output-damage tests with vulkan-render See: https://gitlab.freedesktop.org/wayland/weston/-/work_items/1032 Signed-off-by: Dylan Aïssi <[email protected]> - - - - - 3 changed files: - debian/changelog - + debian/patches/Disable-vulkan-output-damage-test.patch - + debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -4,6 +4,7 @@ weston (15.0.1-1) UNRELEASED; urgency=medium * d/u/signing-key.asc: concatenate multiple blocks into a single ASCII Armor block. * gbp.conf: add postimport + * Disable flaky output-damage tests with vulkan-render -- Dylan Aïssi <[email protected]> Fri, 24 Apr 2026 12:30:24 +0200 ===================================== debian/patches/Disable-vulkan-output-damage-test.patch ===================================== @@ -0,0 +1,24 @@ +Description: Disable flaky output-damage tests with vulkan-render. +Bug: https://gitlab.freedesktop.org/wayland/weston/-/work_items/1032 +Forwarded: not-needed + +--- a/tests/output-damage-test.c ++++ b/tests/output-damage-test.c +@@ -49,7 +49,7 @@ + .transform_name = #t, \ + .gl_shadow_fb = false, \ + .meta.name = "GL no-shadow " #s " " #t, \ +- }, \ ++ }/*, \ + { \ + .renderer = WESTON_RENDERER_VULKAN, \ + .scale = s, \ +@@ -57,7 +57,7 @@ + .transform_name = #t, \ + .gl_shadow_fb = false, \ + .meta.name = "Vulkan " #s " " #t, \ +- } ++ }*/ + + struct setup_args { + struct fixture_metadata meta; ===================================== debian/patches/series ===================================== @@ -0,0 +1 @@ +Disable-vulkan-output-damage-test.patch View it on GitLab: https://salsa.debian.org/xorg-team/wayland/weston/-/commit/534dadad214b43859b8310353d4071c51e66f550 -- View it on GitLab: https://salsa.debian.org/xorg-team/wayland/weston/-/commit/534dadad214b43859b8310353d4071c51e66f550 You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help