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:
Matthias Clasen 2024-03-11 17:01:35 -04:00
parent 1985f2c9ad
commit 8b71fe4af6

View File

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