Module: Mesa Branch: main Commit: 6eff881097fb77eed91885b8cf29a044ef288147 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6eff881097fb77eed91885b8cf29a044ef288147
Author: Emma Anholt <[email protected]> Date: Mon May 17 14:12:00 2021 -0700 ci/freedreno: Skip a test that's taking out the a530 boards. This one has shown up as faulting several times, with CP failures afterward. Fixes: e8640fef9089 ("ci: Uprev piglit to 3351e8952 ("max-texture-size: report merged results")") Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10848> --- src/gallium/drivers/freedreno/ci/piglit-freedreno-a530-skips.txt | 4 ++++ 1 file changed, 4 insertions(+) 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 aee2f7012af..2f967739085 100644 --- a/src/gallium/drivers/freedreno/ci/piglit-freedreno-a530-skips.txt +++ b/src/gallium/drivers/freedreno/ci/piglit-freedreno-a530-skips.txt @@ -28,3 +28,7 @@ spec@!opengl 2.0@tex3d-npot # 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 + +# Causes faults that need the HUPCF fix to actually work to avoid killing the +# run. [email protected]@execution@texelfetch fs sampler3d 98x1x9-98x129x9 _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
