From 6ec4a2a4a5e78e328846fc13be8ae480c3172160 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 17 Jun 2024 22:28:33 -0400 Subject: [PATCH] Exclude some more gradient compare tests These are prone to rounding errors. --- testsuite/gsk/meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testsuite/gsk/meson.build b/testsuite/gsk/meson.build index 8bbf550570..ae1fda09d4 100644 --- a/testsuite/gsk/meson.build +++ b/testsuite/gsk/meson.build @@ -225,8 +225,8 @@ compare_xfails = { 'ngl': { # the gradients are prone to rounding errors which become # more pronounced in small clips, it seems - 'radial-gradient-with-64-colorstops': ['clipped', 'colorflipped'], - 'conic-gradient-with-64-colorstops': ['clipped', 'colorflipped'], + 'radial-gradient-with-64-colorstops': ['plain','flipped','rotated','repeated','masked','replayed','clipped','colorflipped'], + 'conic-gradient-with-64-colorstops': ['plain','flipped','rotated','repeated','masked','replayed','clipped','colorflipped'], 'blur-child-bounds-oversize-nogl': ['clipped'], # 6450 'rounded-clip-with-huge-bounds-nogl': ['plain','flipped','rotated','repeated','masked','replayed','clipped','colorflipped'], # 6532 'big-checkerboard': ['clipped'], # 6444