From a8061d038468975e3a011ef8b762d85961fad78f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michel=20D=C3=A4nzer?= Date: Mon, 11 May 2020 11:22:54 +0200 Subject: [PATCH] ci: Set GALLIVM_PERF=no_filter_hacks for llvmpipe-piglit-quick_shader Gives us 1 more passed test. (GALLIVM_PERF=nopt breaks some tests here) Reviewed-by: Erik Faye-Lund Acked-by: Daniel Stone Acked-by: Dave Airlie Part-of: --- .gitlab-ci.yml | 1 + .gitlab-ci/piglit/llvmpipe-quick_shader.txt | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 22f3e5b15de..e5dd7364389 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1103,6 +1103,7 @@ llvmpipe-piglit-quick_shader: - .piglit-test - .llvmpipe-test variables: + GALLIVM_PERF: "no_filter_hacks" LP_NUM_THREADS: 1 PIGLIT_PROFILES: quick_shader PIGLIT_RESULTS: "llvmpipe-quick_shader" diff --git a/.gitlab-ci/piglit/llvmpipe-quick_shader.txt b/.gitlab-ci/piglit/llvmpipe-quick_shader.txt index dd9c7be9b1d..7a829e8ba5f 100644 --- a/.gitlab-ci/piglit/llvmpipe-quick_shader.txt +++ b/.gitlab-ci/piglit/llvmpipe-quick_shader.txt @@ -356,7 +356,6 @@ spec/ext_shader_framebuffer_fetch_non_coherent/execution/gles3/simple-ms8: skip spec/ext_shader_image_load_formatted/execution/image_checkerboard: skip spec/glsl-1.10/preprocessor/extension-defined-test: skip spec/glsl-1.10/preprocessor/extension-if-1: skip -spec/glsl-1.30/execution/fs-texturegrad-miplevels: fail spec/glsl-1.50/execution/compatibility/clipping/gs-clip-vertex-const-accept: skip spec/glsl-1.50/execution/compatibility/clipping/gs-clip-vertex-const-reject: skip spec/glsl-1.50/execution/compatibility/clipping/gs-clip-vertex-different-from-position: skip @@ -599,8 +598,8 @@ spec/nv_viewport_swizzle/viewport_swizzle: skip summary: name: results ---- -------- - pass: 15819 - fail: 83 + pass: 15820 + fail: 82 crash: 170 skip: 345 timeout: 0