Module: Mesa Branch: master Commit: 7e28fbd8bc558ca8c205fdf0e38c876f4b2c496b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7e28fbd8bc558ca8c205fdf0e38c876f4b2c496b
Author: Eric Anholt <[email protected]> Date: Thu Oct 22 09:29:18 2020 -0700 ci: Add the new timeout-prone softpipe-gl test to the skips list. The NIR path does a whole lot more work on this testcase and we often time out, even after the NIR validation speedup. Reviewed-by: Michel Dänzer <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7279> --- .gitlab-ci/deqp-softpipe-skips.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci/deqp-softpipe-skips.txt b/.gitlab-ci/deqp-softpipe-skips.txt index 45e967be607..62a87a00781 100644 --- a/.gitlab-ci/deqp-softpipe-skips.txt +++ b/.gitlab-ci/deqp-softpipe-skips.txt @@ -23,3 +23,5 @@ dEQP-GLES31.functional.primitive_bounding_box.wide_points.global_state.vertex_ge # This one is really slow and can time out (~56 seconds locally) KHR-GL33.texture_swizzle.smoke +# Another slow one post NIR transition +KHR-GL33.texture_swizzle.functional _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
