mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 05:31:07 +00:00
ci: Add more xfails
The gradient tests are prone to rounding errors when clipped, so fail them.
This commit is contained in:
parent
b4dfc4adfc
commit
0194cadbc0
@ -219,13 +219,17 @@ variants = {
|
||||
|
||||
compare_xfails = {
|
||||
'ngl': {
|
||||
'radial-gradient-with-64-colorstops': ['clipped'],
|
||||
# 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'],
|
||||
'blur-child-bounds-oversize-nogl': ['clipped'], # 6450
|
||||
},
|
||||
'vulkan': {
|
||||
'radial-gradient-with-64-colorstops': ['clipped', 'colorflipped'],
|
||||
'conic-gradient-with-64-colorstops': ['clipped', 'colorflipped'],
|
||||
'blur-child-bounds-oversize-nogl': ['clipped'], # 6450
|
||||
'repeat-repeats-nested-nogl': ['clipped'], # 6522
|
||||
'radial-gradient-with-64-colorstops': ['colorflipped'],
|
||||
'repeating-radial-gradient-edge-colors': ['colorflipped'],
|
||||
},
|
||||
'gl': {
|
||||
|
Loading…
Reference in New Issue
Block a user