Mesa (master): ci: Set GALLIVM_PERF=no_filter_hacks for llvmpipe-piglit-quick_gl

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Feb 9 17:04:19 UTC 2021


Module: Mesa
Branch: master
Commit: 6e53e9df02633ddc546e0332f358f8775ab66877
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6e53e9df02633ddc546e0332f358f8775ab66877

Author: Michel Dänzer <mdaenzer at redhat.com>
Date:   Mon May 11 11:24:29 2020 +0200

ci: Set GALLIVM_PERF=no_filter_hacks for llvmpipe-piglit-quick_gl

Gives us 13 more passed tests.

(GALLIVM_PERF=nopt breaks some tests here)

Reviewed-by: Erik Faye-Lund <erik.faye-lund at collabora.com>
Acked-by: Daniel Stone <daniels at collabora.com>
Acked-by: Dave Airlie <airlied at redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4986>

---

 .gitlab-ci.yml                          |  1 +
 .gitlab-ci/piglit/llvmpipe-quick_gl.txt | 17 ++---------------
 2 files changed, 3 insertions(+), 15 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e5dd7364389..ae4849d5a9f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1074,6 +1074,7 @@ llvmpipe-piglit-quick_gl:
     - .piglit-test
     - .llvmpipe-test
   variables:
+    GALLIVM_PERF: "no_filter_hacks"
     LP_NUM_THREADS: 0
     PIGLIT_OPTIONS: >
       --process-isolation false
diff --git a/.gitlab-ci/piglit/llvmpipe-quick_gl.txt b/.gitlab-ci/piglit/llvmpipe-quick_gl.txt
index 973da3a8a10..47e9d882d10 100644
--- a/.gitlab-ci/piglit/llvmpipe-quick_gl.txt
+++ b/.gitlab-ci/piglit/llvmpipe-quick_gl.txt
@@ -492,8 +492,6 @@ spec/arb_gpu_shader_fp64/execution/arb_gpu_shader_fp64-dlist-uniforms: skip
 spec/arb_internalformat_query/minmax: skip
 spec/arb_internalformat_query/misc. api error checks: skip
 spec/arb_pipeline_statistics_query/arb_pipeline_statistics_query-frag: fail
-spec/arb_pixel_buffer_object/cubemap npot pbo: fail
-spec/arb_pixel_buffer_object/cubemap pbo: fail
 spec/arb_post_depth_coverage/arb_post_depth_coverage-multisampling: fail
 spec/arb_program_interface_query/arb_program_interface_query-getprogramresourceindex/'vs_input2[1][0]' on gl_program_input: fail
 spec/arb_query_buffer_object/qbo/query-gl_time_elapsed-async_cpu_read_before-gl_int: fail
@@ -732,7 +730,6 @@ spec/arb_shader_texture_image_samples/texturesamples/vs-usampler2dmsarray-32: sk
 spec/arb_shader_texture_image_samples/texturesamples/vs-usampler2dmsarray-6: skip
 spec/arb_shader_texture_image_samples/texturesamples/vs-usampler2dmsarray-8: skip
 spec/arb_shader_texture_lod/execution/arb_shader_texture_lod-texgrad: fail
-spec/arb_shader_texture_lod/execution/arb_shader_texture_lod-texgradcube: fail
 spec/arb_sparse_buffer/basic: skip
 spec/arb_sparse_buffer/buffer-data: skip
 spec/arb_sparse_buffer/commit: skip
@@ -745,7 +742,6 @@ spec/arb_texture_cube_map/copyteximage cube samples=32: skip
 spec/arb_texture_cube_map/copyteximage cube samples=4: skip
 spec/arb_texture_cube_map/copyteximage cube samples=6: skip
 spec/arb_texture_cube_map/copyteximage cube samples=8: skip
-spec/arb_texture_cube_map/cubemap npot: fail
 spec/arb_texture_float/multisample-formats 16 gl_arb_texture_float: skip
 spec/arb_texture_float/multisample-formats 32 gl_arb_texture_float: skip
 spec/arb_texture_float/multisample-formats 6 gl_arb_texture_float: skip
@@ -1490,15 +1486,6 @@ spec/ext_window_rectangles/errors: skip
 spec/ext_window_rectangles/errors_gles3: skip
 spec/ext_window_rectangles/render: skip
 spec/ext_window_rectangles/render_gles3: skip
-spec/glsl-1.20/execution/tex-miplevel-selection gl2:texture() cube: fail
-spec/glsl-1.20/execution/tex-miplevel-selection gl2:texture(bias) cube: fail
-spec/glsl-1.30/execution/tex-miplevel-selection texture() cube: fail
-spec/glsl-1.30/execution/tex-miplevel-selection texture() cubearray: fail
-spec/glsl-1.30/execution/tex-miplevel-selection texture() cubearrayshadow: fail
-spec/glsl-1.30/execution/tex-miplevel-selection texture() cubeshadow: fail
-spec/glsl-1.30/execution/tex-miplevel-selection texture(bias) cube: fail
-spec/glsl-1.30/execution/tex-miplevel-selection texture(bias) cubearray: fail
-spec/glsl-1.30/execution/tex-miplevel-selection texture(bias) cubeshadow: fail
 spec/glsl-1.30/execution/tex-miplevel-selection textureoffset 2darrayshadow: skip
 spec/glsl-1.50/built-in constants compatibility: skip
 spec/intel_blackhole_render/intel_blackhole-blit: skip
@@ -1662,8 +1649,8 @@ wgl/wgl-sanity: skip
 summary:
        name:  results
        ----  --------
-       pass:    23132
-       fail:      198
+       pass:    23145
+       fail:      185
       crash:        1
        skip:     1438
     timeout:        0



More information about the mesa-commit mailing list