Exclude some more gradient compare tests

These are prone to rounding errors.
This commit is contained in:
Matthias Clasen 2024-06-17 22:28:33 -04:00
parent a11abf57e1
commit 6ec4a2a4a5

View File

@ -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