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

Author: David Heidelberg <david.heidelb...@collabora.com>
Date:   Tue Dec 12 16:02:08 2023 +0100

ci/freedreno: re-enable two Adreno 618 tests

9 limozeen-nots-r5 machines are available. Also correct piglit job name,
it has nothing common with gles2.

Signed-off-by: David Heidelberg <david.heidelb...@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26611>

---

 src/freedreno/ci/freedreno-a618-fails.txt | 22 ++++++++++++++++++++++
 src/freedreno/ci/gitlab-ci.yml            |  5 ++---
 2 files changed, 24 insertions(+), 3 deletions(-)

diff --git a/src/freedreno/ci/freedreno-a618-fails.txt 
b/src/freedreno/ci/freedreno-a618-fails.txt
index c58de67178d..996b54ec278 100644
--- a/src/freedreno/ci/freedreno-a618-fails.txt
+++ b/src/freedreno/ci/freedreno-a618-fails.txt
@@ -680,6 +680,28 @@ 
gmem-dEQP-VK.transform_feedback.primitives_generated_query.concurrent.pipeline_s
 
gmem-dEQP-VK.transform_feedback.primitives_generated_query.concurrent.pipeline_statistics_3.pgq_64bit_xfb_32bit.line_list.draw,Fail
 
gmem-dEQP-VK.dynamic_rendering.partial_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d32_sfloat_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_write_off,Fail
 
+wayland-dEQP-EGL.functional.color_clears.multi_context.gles1.other,Fail
+wayland-dEQP-EGL.functional.color_clears.multi_context.gles1_gles2.other,Fail
+wayland-dEQP-EGL.functional.color_clears.multi_context.gles1_gles2_gles3.other,Fail
+wayland-dEQP-EGL.functional.color_clears.multi_context.gles2.other,Fail
+wayland-dEQP-EGL.functional.color_clears.multi_context.gles3.other,Fail
+wayland-dEQP-EGL.functional.color_clears.multi_thread.gles1.other,Fail
+wayland-dEQP-EGL.functional.color_clears.multi_thread.gles1_gles2.other,Fail
+wayland-dEQP-EGL.functional.color_clears.multi_thread.gles1_gles2_gles3.other,Fail
+wayland-dEQP-EGL.functional.color_clears.multi_thread.gles2.other,Fail
+wayland-dEQP-EGL.functional.color_clears.multi_thread.gles3.other,Fail
+wayland-dEQP-EGL.functional.color_clears.single_context.gles1.other,Fail
+wayland-dEQP-EGL.functional.color_clears.single_context.gles2.other,Fail
+wayland-dEQP-EGL.functional.color_clears.single_context.gles3.other,Fail
+wayland-dEQP-EGL.functional.render.multi_context.gles2.other,Fail
+wayland-dEQP-EGL.functional.render.multi_context.gles2_gles3.other,Fail
+wayland-dEQP-EGL.functional.render.multi_context.gles3.other,Fail
+wayland-dEQP-EGL.functional.render.multi_thread.gles2.other,Fail
+wayland-dEQP-EGL.functional.render.multi_thread.gles2_gles3.other,Fail
+wayland-dEQP-EGL.functional.render.multi_thread.gles3.other,Fail
+wayland-dEQP-EGL.functional.render.single_context.gles2.other,Fail
+wayland-dEQP-EGL.functional.render.single_context.gles3.other,Fail
+
 
dEQP-VK.dynamic_rendering.primary_cmd_buff.basic.partial_binding_depth_stencil,Fail
 
dEQP-VK.transform_feedback.primitives_generated_query.concurrent.pipeline_statistics_3.64bit.line_list.draw,Fail
 
dEQP-VK.transform_feedback.primitives_generated_query.concurrent.pipeline_statistics_3.64bit.line_strip.draw,Fail
diff --git a/src/freedreno/ci/gitlab-ci.yml b/src/freedreno/ci/gitlab-ci.yml
index c154af6fff4..e5175e70796 100644
--- a/src/freedreno/ci/gitlab-ci.yml
+++ b/src/freedreno/ci/gitlab-ci.yml
@@ -80,7 +80,7 @@ a618_gl:
 
 # Run dEQP EGL window system tests separately with the window systems 
available.
 # X11 takes over the screen, wayland is run headless.
-.a618_egl:  # FIXME disabled due to device outage
+a618_egl:
   extends:
     - .lava-test-deqp:arm64
     - .a618-test-limozeen-nots-r5
@@ -102,7 +102,7 @@ a618_skqp:
     HWCI_START_XORG: 1
     DEQP_SUITE: freedreno-a618-skqp
 
-.a618_piglit_gles2:  # FIXME disabled due to device outage
+a618_piglit:
   extends:
     - .piglit-test
     - .lava-piglit:arm64
@@ -112,7 +112,6 @@ a618_skqp:
     - .collabora-freedreno-turnip-rules
   variables:
     HWCI_START_WESTON: 1
-    DEQP_VER: gles2
     PIGLIT_PROFILES: gpu
 
 a618-traces:

Reply via email to