Module: Mesa
Branch: main
Commit: c2bb95653b7873b1b61e712355a0488d33af31f2
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=c2bb95653b7873b1b61e712355a0488d33af31f2

Author: Rob Clark <[email protected]>
Date:   Wed Dec 20 11:27:50 2023 -0800

ci: Add wayland-dEQP-EGL.functional.render.* skips

These appear to be failing in the same way as the color_clears tests.
Same results on llvmpipe and freedreno (as with the color_clears tests)
so it does not appear to be a driver specific issue.

Signed-off-by: Rob Clark <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26779>

---

 .gitlab-ci/all-skips.txt | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/.gitlab-ci/all-skips.txt b/.gitlab-ci/all-skips.txt
index 2e3db37484e..00044dec178 100644
--- a/.gitlab-ci/all-skips.txt
+++ b/.gitlab-ci/all-skips.txt
@@ -67,3 +67,13 @@ 
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
+
+# Seems to be the same is as wayland-dEQP-EGL.functional.color_clears.*
+wayland-dEQP-EGL.functional.render.single_context.gles2.other
+wayland-dEQP-EGL.functional.render.single_context.gles3.other
+wayland-dEQP-EGL.functional.render.multi_context.gles2.other
+wayland-dEQP-EGL.functional.render.multi_context.gles3.other
+wayland-dEQP-EGL.functional.render.multi_context.gles2_gles3.other
+wayland-dEQP-EGL.functional.render.multi_thread.gles2.other
+wayland-dEQP-EGL.functional.render.multi_thread.gles3.other
+wayland-dEQP-EGL.functional.render.multi_thread.gles2_gles3.other

Reply via email to