From 22575a7b1142fc5cef1d692a6caf5d05bc365faa Mon Sep 17 00:00:00 2001 From: Rob Clark Date: Sat, 1 May 2021 08:44:25 -0700 Subject: [PATCH] freedreno/ci: Update piglit skips/fails Add spec@arb_pixel_buffer_object@texsubimage cube_map_array pbo to a530 fails for the same reason as spec@arb_texture_cube_map_array@texsubimage cube_map_array (it is sometimes triggering gpu hangs that cause other flakes). And remove two a630 xfails that started showing up as UnexpectedPass. Signed-off-by: Rob Clark Part-of: --- .../drivers/freedreno/ci/piglit-freedreno-a530-skips.txt | 1 + .../drivers/freedreno/ci/piglit-freedreno-a630-fails.txt | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/gallium/drivers/freedreno/ci/piglit-freedreno-a530-skips.txt b/src/gallium/drivers/freedreno/ci/piglit-freedreno-a530-skips.txt index 0f2b77baa90..aee2f7012af 100644 --- a/src/gallium/drivers/freedreno/ci/piglit-freedreno-a530-skips.txt +++ b/src/gallium/drivers/freedreno/ci/piglit-freedreno-a530-skips.txt @@ -27,3 +27,4 @@ spec@!opengl 2.0@tex3d-npot # This one seems to be triggering faults and causing random other fails # depending on what else was running at the time: spec@arb_texture_cube_map_array@texsubimage cube_map_array +spec@arb_pixel_buffer_object@texsubimage cube_map_array pbo diff --git a/src/gallium/drivers/freedreno/ci/piglit-freedreno-a630-fails.txt b/src/gallium/drivers/freedreno/ci/piglit-freedreno-a630-fails.txt index 9d315698935..1e1a12ded35 100644 --- a/src/gallium/drivers/freedreno/ci/piglit-freedreno-a630-fails.txt +++ b/src/gallium/drivers/freedreno/ci/piglit-freedreno-a630-fails.txt @@ -99,8 +99,6 @@ spec@arb_direct_state_access@gettextureimage-formats init-by-rendering,Fail spec@arb_direct_state_access@transformfeedback-bufferbase,Fail spec@arb_direct_state_access@transformfeedback-bufferrange,Fail spec@arb_es2_compatibility@texwrap formats bordercolor-swizzled,Fail -spec@arb_fragment_program@fp-fragment-position,Crash -spec@arb_fragment_program@sparse-samplers,Crash spec@arb_framebuffer_srgb@blit renderbuffer linear msaa disabled clear,Fail spec@arb_framebuffer_srgb@blit renderbuffer linear msaa disabled render,Fail spec@arb_framebuffer_srgb@blit renderbuffer linear msaa enabled clear,Fail