ci: Add xfails for gl rotation+opacity problems

These are the topic of #6525. Lets xfail them for now.
This commit is contained in:
Matthias Clasen
2024-03-09 13:02:56 -05:00
parent cfee8f4b11
commit 7323172755

View File

@@ -227,7 +227,17 @@ compare_xfails = {
'repeat-repeats-nested-nogl': ['clipped'], # 6522
'radial-gradient-with-64-colorstops': ['colorflipped'],
'repeating-radial-gradient-edge-colors': ['colorflipped'],
}
},
'gl': {
# 6525
'container-single-child-offscreen-for-opacity': ['rotated'],
'cross-fade-in-opacity': ['rotated'],
'mask-modes-in-opacity': ['rotated'],
'opacity-overlapping-children': ['rotated'],
'scaled-texture-scale': ['rotated'],
'shadow-opacity': ['rotated'],
'texture-scale-nearest-vs-linear': ['rotated'],
},
}
foreach renderer : renderers