tests: Add a new xfail for a failing test

This is filed as #6439
This commit is contained in:
Matthias Clasen 2024-02-13 18:35:13 -05:00
parent 73316a83c4
commit 1e8d7c7891

View File

@ -208,8 +208,10 @@ compare_xfails = {
'ngl': { 'scaled-texture-scale': ['clipped'], # 6428
'repeat-scaling': ['clipped'], # 6429
'radial-gradient-with-64-colorstops': ['clipped'],
'offscreen-pixel-alignment2': ['clipped'], # 6439
},
'vulkan': { 'scaled-texture-scale': ['clipped'], # 6428
'offscreen-pixel-alignment2': ['clipped'], # 6439
},
}