Merge branch 'matthiasc/for-main' into 'main'

tests: Remove xfails for tests that work now

See merge request GNOME/gtk!6900
This commit is contained in:
Matthias Clasen
2024-02-13 23:54:23 +00:00

View File

@@ -205,15 +205,13 @@ variants = {
}
compare_xfails = {
'ngl': { 'shadow-offset-to-outside-clip': ['clipped'], # 6425
'clip-intersection-fail-opacity-nogl': ['clipped'], # 6425
'scaled-texture-scale': ['clipped'], # 6428
'ngl': { 'scaled-texture-scale': ['clipped'], # 6428
'repeat-scaling': ['clipped'], # 6429
'radial-gradient-with-64-colorstops': ['clipped'],
'offscreen-pixel-alignment2': ['clipped'], # 6439
},
'vulkan': { 'shadow-offset-to-outside-clip': ['clipped'], # 6425
'clip-intersection-fail-opacity-nogl': ['clipped'], # 6425
'scaled-texture-scale': ['clipped'], # 6428
'vulkan': { 'scaled-texture-scale': ['clipped'], # 6428
'offscreen-pixel-alignment2': ['clipped'], # 6439
},
}