From 0cfd1da8b37a9144d13a67ca217862d2c39fe9e7 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 27 Jul 2021 12:45:13 +0200 Subject: [PATCH] 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 Part-of: --- 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