From d6a7e87870e2dc3bc63312832a65543850552b95 Mon Sep 17 00:00:00 2001 From: Gert Wollny Date: Wed, 16 Mar 2022 16:21:53 +0100 Subject: [PATCH] ci: Skip fp64 tests On GLES hosts it is not supported at all, on GL the support is shaky, and there is no real interest to actually fix this anytime soon. Part-of: --- .gitlab-ci/expectations/host/piglit-virgl-gl-skips.txt | 8 +++++++- .gitlab-ci/expectations/host/piglit-virgl-gles-skips.txt | 7 ++++++- .gitlab-ci/expectations/virt/piglit-virgl-gl-skips.txt | 7 ++++++- .gitlab-ci/expectations/virt/piglit-virgl-gles-skips.txt | 5 +++++ 4 files changed, 24 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci/expectations/host/piglit-virgl-gl-skips.txt b/.gitlab-ci/expectations/host/piglit-virgl-gl-skips.txt index 893f63c..93fd371 100644 --- a/.gitlab-ci/expectations/host/piglit-virgl-gl-skips.txt +++ b/.gitlab-ci/expectations/host/piglit-virgl-gl-skips.txt @@ -35,4 +35,10 @@ spec@nv_primitive_restart@primitive-restart-draw-mode-polygon spec@nv_primitive_restart@primitive-restart-draw-mode-quad_strip spec@nv_primitive_restart@primitive-restart-draw-mode-quads spec@glsl-4.00@execution@conversion.* -spec@ext_framebuffer_multisample@clip-and-scissor-blit.* \ No newline at end of file +spec@ext_framebuffer_multisample@clip-and-scissor-blit.* + +# Skip any fp64 tests, it's not working properly, and there is +# no priority in fixing this +spec@glsl-4.*@*dmat* +spec@glsl-4.*@*dvec* +spec@glsl-4.*@*double* diff --git a/.gitlab-ci/expectations/host/piglit-virgl-gles-skips.txt b/.gitlab-ci/expectations/host/piglit-virgl-gles-skips.txt index 1f027db..1c0cd78 100644 --- a/.gitlab-ci/expectations/host/piglit-virgl-gles-skips.txt +++ b/.gitlab-ci/expectations/host/piglit-virgl-gles-skips.txt @@ -18,4 +18,9 @@ spec@arb_texture_buffer_object@formats (vs- arb)* spec@nv_primitive_restart@primitive-restart-draw-mode-polygon spec@nv_primitive_restart@primitive-restart-draw-mode-quad_strip spec@nv_primitive_restart@primitive-restart-draw-mode-quads -spec@ext_framebuffer_multisample@clip-and-scissor-blit.* \ No newline at end of file +spec@ext_framebuffer_multisample@clip-and-scissor-blit.* + +# Skip any fp64 tests, this is not supported on GLES hosts +spec@glsl-4.*@*dmat* +spec@glsl-4.*@*dvec* +spec@glsl-4.*@*double* diff --git a/.gitlab-ci/expectations/virt/piglit-virgl-gl-skips.txt b/.gitlab-ci/expectations/virt/piglit-virgl-gl-skips.txt index ad3c28c..051fd1b 100644 --- a/.gitlab-ci/expectations/virt/piglit-virgl-gl-skips.txt +++ b/.gitlab-ci/expectations/virt/piglit-virgl-gl-skips.txt @@ -68,4 +68,9 @@ spec@glsl-1.50@execution@texelfetch@gs-texelfetch-usampler1darray spec@glsl-1.50@execution@texelfetchoffset@gs-texelfetch-isampler1darray spec@glsl-1.50@execution@texelfetchoffset@gs-texelfetch-sampler1darray spec@glsl-1.50@execution@texelfetchoffset@gs-texelfetch-usampler1darray -spec@glsl-4.00@execution@built-in-functions@gs-step-dvec4-dvec4 + +# Skip any fp64 tests, it's not working properly, and there is +# no priority in fixing this +spec@glsl-4.*@*dmat* +spec@glsl-4.*@*dvec* +spec@glsl-4.*@*double* diff --git a/.gitlab-ci/expectations/virt/piglit-virgl-gles-skips.txt b/.gitlab-ci/expectations/virt/piglit-virgl-gles-skips.txt index f5d0f4d..402a3df 100644 --- a/.gitlab-ci/expectations/virt/piglit-virgl-gles-skips.txt +++ b/.gitlab-ci/expectations/virt/piglit-virgl-gles-skips.txt @@ -29,3 +29,8 @@ spec@glsl-1.30@execution@interpolation@interpolation-noperspective-gl_backsecond spec@glsl-1.30@execution@interpolation@interpolation-smooth-gl_backsecondarycolor-flat-fixed spec@glsl-1.50@execution@built-in-functions@gs-op-bitor-neg-int-ivec3 spec@glsl-4.30@execution@built-in-functions@cs-op-selection-bool-vec4-vec4 + +# Skip any fp64 tests, this is not supported on GLES hosts +spec@glsl-4.*@*dmat* +spec@glsl-4.*@*dvec* +spec@glsl-4.*@*double*