gitlab-ci: Run all of GLES3 tests for Panfrost
authorTomeu Vizoso <tomeu.vizoso@collabora.com>
Thu, 16 Jul 2020 08:24:35 +0000 (10:24 +0200)
committerMarge Bot <eric+marge@anholt.net>
Thu, 16 Jul 2020 21:18:45 +0000 (21:18 +0000)
We have enough capacity now and Panfrost should be very near to GLES3
compliance.

v2: Update fails list (Alyssa)

Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5932>

.gitlab-ci/deqp-panfrost-t860-fails.txt
.gitlab-ci/deqp-panfrost-t860-skips.txt
.gitlab-ci/lava-gitlab-ci.yml

index 3aa1e1d6f7ba45eac7c808e6dac6fb6be12498a4..9b4218b7b98a1b5b93a2eb6288ec3c8d6c5b4d35 100644 (file)
@@ -40,4 +40,6 @@ dEQP-GLES3.functional.fbo.msaa.4_samples.rgba16f
 dEQP-GLES3.functional.fbo.msaa.4_samples.rgba32f
 dEQP-GLES3.functional.fbo.msaa.4_samples.stencil_index8
 dEQP-GLES3.functional.fence_sync.client_wait_sync_finish
-dEQP-GLES3.functional.negative_api.buffer.read_pixels_fbo_format_mismatch
+dEQP-GLES3.functional.draw.random.156
+dEQP-GLES3.functional.draw.random.208
+dEQP-GLES3.functional.vertex_arrays.single_attribute.strides.int2_10_10_10.user_ptr_stride17_components4_quads256
index c4ac1471beeffc468d829af3347e8299f5e04635..0314b22c0cc0534b87462f1321f45e0a1d2813d5 100644 (file)
@@ -11,6 +11,3 @@ dEQP-GLES[0-9]*.functional.flush_finish.*
 
 # XXX: Why does this flake?
 dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.clip_neg_x_neg_z_and_pos_x_pos_z_and_neg_x_neg_y_pos_z
-
-# XXX: Causes irrecoverable GPU hangs when run in parallel with dEQP-GLES3.functional.transform_feedback.*
-dEQP-GLES3.functional.rasterizer_discard.*
index 6ff4ed84d824acf2274d8a009bcfbab04bfb6f1b..07c7ac4e6b0f9cfa22eaf8d591cff7e33b58f412 100644 (file)
@@ -137,6 +137,7 @@ panfrost-t860-gles2:arm64:
     - mesa-ci-aarch64-lava-collabora
 
 panfrost-t860-gles3:arm64:
+  parallel: 2
   extends:
     - .lava-test:arm64
     - .panfrost-rules
@@ -147,8 +148,6 @@ panfrost-t860-gles3:arm64:
     KERNEL_IMAGE_TYPE: ""
     DEQP_VERSION: gles3
     ENV_VARS: "PAN_MESA_DEBUG=gles3 DEQP_PARALLEL=6 DEQP_EXPECTED_RENDERER=T860"
-    CI_NODE_INDEX: 1
-    CI_NODE_TOTAL: 5
   tags:
     - mesa-ci-aarch64-lava-collabora