Module: Mesa Branch: main Commit: add212196919fbf3d2993b023f4732a454a88f86 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=add212196919fbf3d2993b023f4732a454a88f86
Author: Emma Anholt <[email protected]> Date: Fri Mar 11 12:42:06 2022 -0800 ci/freedreno: Remove some xfails for tests that now skip. The last CTS uprev correctly turned them into NotSupported. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14839> --- src/freedreno/ci/freedreno-a618-fails.txt | 7 ------- src/freedreno/ci/freedreno-a630-fails.txt | 6 ------ 2 files changed, 13 deletions(-) diff --git a/src/freedreno/ci/freedreno-a618-fails.txt b/src/freedreno/ci/freedreno-a618-fails.txt index 3c924ff61d5..d88caea8f84 100644 --- a/src/freedreno/ci/freedreno-a618-fails.txt +++ b/src/freedreno/ci/freedreno-a618-fails.txt @@ -1,10 +1,3 @@ -# Missing 16-bit storage access at vktAmberTestCase.cpp:422 (InternalError) -# Possibly fixed by VK-GL-CTS 54c075fd1cdb ("Fix amber vs cts device feature requirements") -dEQP-VK.glsl.builtin.precision_fp16_storage16b.determinant.compute.mat3,Fail -dEQP-VK.glsl.builtin.precision_fp16_storage16b.determinant.compute.mat4,Fail -dEQP-VK.glsl.builtin.precision_fp16_storage16b.inverse.compute.mat3,Fail -dEQP-VK.glsl.builtin.precision_fp16_storage16b.inverse.compute.mat4,Fail - # https://gitlab.khronos.org/Tracker/vk-gl-cts/-/issues/3505 dEQP-VK.subgroups.multiple_dispatches.uniform_subgroup_size,Fail diff --git a/src/freedreno/ci/freedreno-a630-fails.txt b/src/freedreno/ci/freedreno-a630-fails.txt index 9b4069e9e8d..bfdb31e70de 100644 --- a/src/freedreno/ci/freedreno-a630-fails.txt +++ b/src/freedreno/ci/freedreno-a630-fails.txt @@ -31,12 +31,6 @@ bypass-dEQP-GLES31.functional.blend_equation_advanced.msaa.overlay,Fail bypass-dEQP-GLES31.functional.blend_equation_advanced.msaa.screen,Fail bypass-dEQP-GLES31.functional.blend_equation_advanced.msaa.softlight,Fail -# Missing 16-bit storage access at vktAmberTestCase.cpp:422 (InternalError) -dEQP-VK.glsl.builtin.precision_fp16_storage16b.determinant.compute.mat3,Fail -dEQP-VK.glsl.builtin.precision_fp16_storage16b.determinant.compute.mat4,Fail -dEQP-VK.glsl.builtin.precision_fp16_storage16b.inverse.compute.mat3,Fail -dEQP-VK.glsl.builtin.precision_fp16_storage16b.inverse.compute.mat4,Fail - # https://gitlab.khronos.org/Tracker/vk-gl-cts/-/issues/3505 dEQP-VK.subgroups.multiple_dispatches.uniform_subgroup_size,Fail
