Module: Mesa Branch: master Commit: 01d62dcb283472f427477aeedbccbe7c89a78b88 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=01d62dcb283472f427477aeedbccbe7c89a78b88
Author: Eric Anholt <[email protected]> Date: Wed Dec 30 13:16:10 2020 -0800 ci/softpipe: Ban glx-multithread-texture, too. This one also flakes on us. Reviewed-by: Adam Jackson <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8275> --- .gitlab-ci.yml | 2 ++ .gitlab-ci/piglit/softpipe-quick.txt | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9483fb5ea5f..8993f26662c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1241,10 +1241,12 @@ softpipe-piglit-quick: GALLIUM_DRIVER: softpipe # rasterpos skipped due to flakes from use-after-free of the draw vs. # triangle-rasterization skipped due to flakes thanks to it using a time-based random seed. + # glx-multithread-texture is flaky, undiagnosed PIGLIT_OPTIONS: > --process-isolation false -x rasterpos -x triangle-rasterization + -x glx-multithread-texture -x egl_ext_device_ -x egl_ext_platform_device -x ext_timer_query@time-elapsed diff --git a/.gitlab-ci/piglit/softpipe-quick.txt b/.gitlab-ci/piglit/softpipe-quick.txt index 156649a08b4..d500fb01306 100644 --- a/.gitlab-ci/piglit/softpipe-quick.txt +++ b/.gitlab-ci/piglit/softpipe-quick.txt @@ -3083,7 +3083,7 @@ wgl/wgl-sanity: skip summary: name: results ---- -------- - pass: 26802 + pass: 26801 fail: 399 crash: 42 skip: 2612 @@ -3095,4 +3095,4 @@ summary: changes: 0 fixes: 0 regressions: 0 - total: 29884 + total: 29883 _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
