diff options
author | Gert Wollny <gert.wollny@collabora.com> | 2022-03-16 16:21:53 +0100 |
---|---|---|
committer | Gert Wollny <gw.fossdev@gmail.com> | 2022-03-17 18:59:39 +0000 |
commit | d6a7e87870e2dc3bc63312832a65543850552b95 (patch) | |
tree | 48c825f159c9d7b2bcea71122678af02380d8904 /.gitlab-ci | |
parent | b547cd692a661c69917a7412ef008a488396f2f3 (diff) |
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: <https://gitlab.freedesktop.org/virgl/virglrenderer/-/merge_requests/735>
Diffstat (limited to '.gitlab-ci')
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* |