mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-04 17:10:26 +01:00
lavapipe: do not mark unsupported tests as crashing
These were fixed previously, but due to the CI not really running all tests any more, I didn't notice these fixes. Let's bring the expected results up to date. Fixes:2e29857bb6("llvmpipe: only report supported shader-image formats") Reviewed-by: Emma Anholt <emma@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12077> (cherry picked from commit0cfd1da8b3)
This commit is contained in:
parent
ebcd657099
commit
f9107dbf71
2 changed files with 1 additions and 4 deletions
|
|
@ -40,7 +40,7 @@
|
|||
"description": "lavapipe: do not mark unsupported tests as crashing",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": "2e29857bb6574b0f3505233b82adae1b3eeb8ff7"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -28,9 +28,6 @@ dEQP-VK.glsl.texture_functions.query.texturequerylod.sampler2darray_fixed_fragme
|
|||
dEQP-VK.glsl.texture_functions.query.texturequerylod.sampler2darrayshadow_fragment,Fail
|
||||
dEQP-VK.glsl.texture_functions.query.texturequerylod.sampler2dshadow_fragment,Fail
|
||||
dEQP-VK.glsl.texture_functions.query.texturequerylod.usampler1darray_fragment,Fail
|
||||
dEQP-VK.image.mismatched_formats.image_write.a8b8g8r8_srgb_pack32_with_rgb10a2,Crash
|
||||
dEQP-VK.image.mismatched_formats.image_write.b8g8r8a8_srgb_with_rgba8,Crash
|
||||
dEQP-VK.image.mismatched_formats.image_write.r8g8b8a8_srgb_with_rgb10a2,Crash
|
||||
dEQP-VK.rasterization.primitives.static_stipple.rectangular_line_strip_wide,Fail
|
||||
dEQP-VK.rasterization.primitives_multisample_4_bit.dynamic_stipple.line_strip_wide,Fail
|
||||
dEQP-VK.texture.filtering.2d.combinations.linear_mipmap_linear.linear.clamp_to_edge.repeat,Fail
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue