mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
Add an xfail for a rounded-clip test
This needs some changes in how we prevent offscreens from getting too big. Filed as #6532.
This commit is contained in:
parent
1985f2c9ad
commit
8b71fe4af6
@ -224,6 +224,7 @@ compare_xfails = {
|
||||
'radial-gradient-with-64-colorstops': ['clipped', 'colorflipped'],
|
||||
'conic-gradient-with-64-colorstops': ['clipped', 'colorflipped'],
|
||||
'blur-child-bounds-oversize-nogl': ['clipped'], # 6450
|
||||
'rounded-clip-with-huge-bounds-nogl': ['plain','flipped','rotated','repeated','masked','replayed','clipped','colorflipped'], # 6532
|
||||
},
|
||||
'vulkan': {
|
||||
'radial-gradient-with-64-colorstops': ['clipped', 'colorflipped'],
|
||||
@ -231,6 +232,7 @@ compare_xfails = {
|
||||
'blur-child-bounds-oversize-nogl': ['clipped'], # 6450
|
||||
'repeat-repeats-nested-nogl': ['clipped'], # 6522
|
||||
'repeating-radial-gradient-edge-colors': ['colorflipped'],
|
||||
'rounded-clip-with-huge-bounds-nogl': ['plain','flipped','rotated','repeated','masked','replayed','clipped','colorflipped'], # 6532
|
||||
},
|
||||
'gl': {
|
||||
# 6525
|
||||
|
Loading…
Reference in New Issue
Block a user