From 87c3651674fd91c6d73e8758da78bb432ce18bde Mon Sep 17 00:00:00 2001 From: Emma Anholt Date: Wed, 12 Jan 2022 10:35:45 -0800 Subject: [PATCH] ci/llvmpipe: Drop the skip of piglit edgeflag test. I think the fail was fixed by 39ea95330fb5 ("mesa: ensure parameter list capacity before associating uniform storage"), it doesn't reproduce for me any more. Reviewed-by: Cristian Ciocaltea Part-of: --- src/gallium/drivers/llvmpipe/ci/gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/gallium/drivers/llvmpipe/ci/gitlab-ci.yml b/src/gallium/drivers/llvmpipe/ci/gitlab-ci.yml index b0eee1aeb6a..856fc7a3823 100644 --- a/src/gallium/drivers/llvmpipe/ci/gitlab-ci.yml +++ b/src/gallium/drivers/llvmpipe/ci/gitlab-ci.yml @@ -32,10 +32,7 @@ llvmpipe-piglit-quick_gl: LP_NUM_THREADS: 0 PIGLIT_OPTIONS: > --process-isolation false - # Can't run gl-2.0-edgeflag* because of assertion failures on loading from - # disk cache which flake depending on which one runs first PIGLIT_TESTS: > - -x gl-2.0-edgeflag -x egl_ext_device_ -x egl_ext_platform_device -x ext_timer_query@time-elapsed