From 7a893a0d5734adefd6e7e88efb07e60d01c44cdf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tapani=20P=C3=A4lli?= Date: Fri, 15 Nov 2019 07:12:24 +0200 Subject: [PATCH] gitlab-ci: update Piglit commit, update skips MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Tapani Pälli Reviewed-by: Michel Dänzer --- .gitlab-ci.yml | 2 +- .gitlab-ci/debian-test-install.sh | 2 +- .gitlab-ci/piglit/glslparser+quick_shader.txt | 5 +++-- .gitlab-ci/piglit/quick_gl.txt | 5 +++-- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 895017a..b8646f7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,7 @@ variables: UPSTREAM_REPO: mesa/mesa DEBIAN_TAG: "amd64-2019-11-13-2" - DEBIAN_TEST_TAG: "amd64-test-2019-11-12-2" + DEBIAN_TEST_TAG: "amd64-test-2019-11-15" DEBIAN_ARM64_TAG: "arm64v8-2019-11-13" DEBIAN_ARM64_TEST_TAG: "arm64v8-test-2019-11-12-2" STRETCH_TAG: "2019-09-18" diff --git a/.gitlab-ci/debian-test-install.sh b/.gitlab-ci/debian-test-install.sh index 59dcbbd..bb48c47 100644 --- a/.gitlab-ci/debian-test-install.sh +++ b/.gitlab-ci/debian-test-install.sh @@ -57,7 +57,7 @@ apt-get install -y --no-remove \ git clone https://gitlab.freedesktop.org/mesa/piglit.git --single-branch --no-checkout /piglit pushd /piglit -git checkout 7a92b02210dabbba31ae5fd71272ea742346a9c8 +git checkout 594edcc00d55028d4c815f6192ba9885b2340eb6 patch -p1 <$OLDPWD/.gitlab-ci/piglit/disable-vs_in.diff cmake -G Ninja -DCMAKE_BUILD_TYPE=Release ninja -j4 diff --git a/.gitlab-ci/piglit/glslparser+quick_shader.txt b/.gitlab-ci/piglit/glslparser+quick_shader.txt index eb4e62e..7e0ed1d 100644 --- a/.gitlab-ci/piglit/glslparser+quick_shader.txt +++ b/.gitlab-ci/piglit/glslparser+quick_shader.txt @@ -615,6 +615,7 @@ spec/arb_geometry_shader4/preprocessor/enabled-core_vert: skip spec/arb_get_program_binary/execution/uniform-after-restore: skip spec/arb_gl_spirv/execution: skip spec/arb_gl_spirv/execution/uniform: skip +spec/arb_gl_spirv/execution/xfb: skip spec/arb_gl_spirv/linker/uniform: skip spec/arb_gpu_shader5/compiler/builtin-functions/fs-gather-comp-float-samplers_frag: skip spec/arb_gpu_shader5/compiler/builtin-functions/fs-gather-comp-int-samplers_frag: skip @@ -5335,7 +5336,7 @@ summary: pass: 9617 fail: 7 crash: 1 - skip: 5323 + skip: 5324 timeout: 0 warn: 0 incomplete: 0 @@ -5344,4 +5345,4 @@ summary: changes: 0 fixes: 0 regressions: 0 - total: 14948 + total: 14949 diff --git a/.gitlab-ci/piglit/quick_gl.txt b/.gitlab-ci/piglit/quick_gl.txt index 3555aad..274f2bd 100644 --- a/.gitlab-ci/piglit/quick_gl.txt +++ b/.gitlab-ci/piglit/quick_gl.txt @@ -897,6 +897,7 @@ spec/ati_envmap_bumpmap/ati_envmap_bumpmap-bump: skip spec/egl 1_4/egl-blob-cache: skip spec/egl 1_4/egl-context-priority: skip spec/egl 1_4/egl-copy-buffers: fail +spec/egl 1_4/egl-flush-external: skip spec/egl 1_4/egl-gl_oes_egl_image: skip spec/egl 1_4/egl-invalid-attr: skip spec/egl 1_4/eglcreatepbuffersurface with egl_samples set: skip @@ -1776,7 +1777,7 @@ summary: pass: 4503 fail: 101 crash: 2 - skip: 1667 + skip: 1668 timeout: 0 warn: 2 incomplete: 0 @@ -1785,4 +1786,4 @@ summary: changes: 0 fixes: 0 regressions: 0 - total: 6275 + total: 6276 -- 2.7.4