Module: Mesa Branch: main Commit: 4261621a7ee1b3b5af292ae5c980903d8a34e1cd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4261621a7ee1b3b5af292ae5c980903d8a34e1cd
Author: Rob Clark <[email protected]> Date: Wed Dec 20 11:27:01 2023 -0800 ci: List specific color_clears skips No need to throw the baby out with the bathwater. Signed-off-by: Rob Clark <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26779> --- .gitlab-ci/all-skips.txt | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci/all-skips.txt b/.gitlab-ci/all-skips.txt index 8096892098b..2e3db37484e 100644 --- a/.gitlab-ci/all-skips.txt +++ b/.gitlab-ci/all-skips.txt @@ -54,4 +54,16 @@ glx@glx-copy-sub-buffer.* # more context from David Heidelberg on IRC: the deqp commit where these # started failing is: https://github.com/KhronosGroup/VK-GL-CTS/commit/79b25659bcbced0cfc2c3fe318951c585f682abe # prior to that they were skipping. -wayland-dEQP-EGL.functional.color_clears.* +wayland-dEQP-EGL.functional.color_clears.single_context.gles1.other +wayland-dEQP-EGL.functional.color_clears.single_context.gles2.other +wayland-dEQP-EGL.functional.color_clears.single_context.gles3.other +wayland-dEQP-EGL.functional.color_clears.multi_context.gles1.other +wayland-dEQP-EGL.functional.color_clears.multi_context.gles2.other +wayland-dEQP-EGL.functional.color_clears.multi_context.gles3.other +wayland-dEQP-EGL.functional.color_clears.multi_context.gles1_gles2.other +wayland-dEQP-EGL.functional.color_clears.multi_context.gles1_gles2_gles3.other +wayland-dEQP-EGL.functional.color_clears.multi_thread.gles1.other +wayland-dEQP-EGL.functional.color_clears.multi_thread.gles2.other +wayland-dEQP-EGL.functional.color_clears.multi_thread.gles3.other +wayland-dEQP-EGL.functional.color_clears.multi_thread.gles1_gles2.other +wayland-dEQP-EGL.functional.color_clears.multi_thread.gles1_gles2_gles3.other
