From 67821af1de8100c069df9bf600e65a02f61a2ce4 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Mon, 23 Aug 2021 20:12:54 -0400 Subject: [PATCH] panfrost/ci: Don't skip matrix inverse tests Older versions of these tests were buggy and failed on Bifrost. The test bug has been resolved upstream, but the skip list was not updated when dEQP was uprevved with the fix. Run the tests. Signed-off-by: Alyssa Rosenzweig Part-of: --- .../drivers/panfrost/ci/deqp-panfrost-g52-skips.txt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/gallium/drivers/panfrost/ci/deqp-panfrost-g52-skips.txt b/src/gallium/drivers/panfrost/ci/deqp-panfrost-g52-skips.txt index 1147d8f739d..5c2544f59bf 100644 --- a/src/gallium/drivers/panfrost/ci/deqp-panfrost-g52-skips.txt +++ b/src/gallium/drivers/panfrost/ci/deqp-panfrost-g52-skips.txt @@ -5,10 +5,3 @@ # Some compute jobs take more 0.5s, the maximum allowed by the # kernel driver dEQP-GLES31.functional.draw_indirect.compute_interop.large.* - -# Numerical instability causes failures with FP16. Forcing highp in the GLSL -# compiler is one workaround, but these tests are suspected to be buggy with a -# fix pending upstream. See -# https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10394 -dEQP-GLES3.functional.shaders.matrix.inverse.dynamic.mediump_mat2_float_vertex -dEQP-GLES3.functional.shaders.matrix.inverse.dynamic.lowp_mat2_float_vertex