Module: Mesa Branch: main Commit: 0cfd1da8b37a9144d13a67ca217862d2c39fe9e7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0cfd1da8b37a9144d13a67ca217862d2c39fe9e7
Author: Erik Faye-Lund <[email protected]> Date: Tue Jul 27 12:45:13 2021 +0200 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: 2e29857bb65 ("llvmpipe: only report supported shader-image formats") Reviewed-by: Emma Anholt <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12077> --- src/gallium/frontends/lavapipe/ci/deqp-lvp-fails.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/gallium/frontends/lavapipe/ci/deqp-lvp-fails.txt b/src/gallium/frontends/lavapipe/ci/deqp-lvp-fails.txt index 7aa518a3f08..8dc50cddc14 100644 --- a/src/gallium/frontends/lavapipe/ci/deqp-lvp-fails.txt +++ b/src/gallium/frontends/lavapipe/ci/deqp-lvp-fails.txt @@ -28,8 +28,5 @@ 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 _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
