Mesa (staging/21.2): lavapipe: do not mark unsupported tests as crashing

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Jul 29 16:08:31 UTC 2021


Module: Mesa
Branch: staging/21.2
Commit: f9107dbf71b470221ffc5649d8e7f647efe13441
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f9107dbf71b470221ffc5649d8e7f647efe13441

Author: Erik Faye-Lund <erik.faye-lund at collabora.com>
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 <emma at anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12077>
(cherry picked from commit 0cfd1da8b37a9144d13a67ca217862d2c39fe9e7)

---

 .pick_status.json                                    | 2 +-
 src/gallium/frontends/lavapipe/ci/deqp-lvp-fails.txt | 3 ---
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/.pick_status.json b/.pick_status.json
index 1df6eb6cfdf..76627ada730 100644
--- a/.pick_status.json
+++ b/.pick_status.json
@@ -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"
     },
diff --git a/src/gallium/frontends/lavapipe/ci/deqp-lvp-fails.txt b/src/gallium/frontends/lavapipe/ci/deqp-lvp-fails.txt
index 94f887051a5..ac67ed0ceb4 100644
--- a/src/gallium/frontends/lavapipe/ci/deqp-lvp-fails.txt
+++ b/src/gallium/frontends/lavapipe/ci/deqp-lvp-fails.txt
@@ -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



More information about the mesa-commit mailing list