Mesa (master): ci: Enable GLES 3.1 testing on db820c (a530).

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Apr 27 19:32:24 UTC 2020


Module: Mesa
Branch: master
Commit: 6c01152c92cca2b8133e5a116335d0ef3a6cd474
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6c01152c92cca2b8133e5a116335d0ef3a6cd474

Author: Eric Anholt <eric at anholt.net>
Date:   Wed Apr 22 12:08:06 2020 -0700

ci: Enable GLES 3.1 testing on db820c (a530).

The driver exposes GLES3.1, so let's make sure we're not regressing its
featureset.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4685>

---

 .gitlab-ci.yml                           | 6 ++++++
 .gitlab-ci/deqp-freedreno-a530-fails.txt | 7 +++++++
 .gitlab-ci/deqp-freedreno-a530-skips.txt | 1 +
 3 files changed, 14 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 08246701c47..9d79b31be89 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -848,6 +848,12 @@ arm64_a530_gles3:
     CI_NODE_INDEX: 1
     CI_NODE_TOTAL: 100
 
+arm64_a530_gles31:
+  extends:
+    - arm64_a530_gles3
+  variables:
+    DEQP_VER: gles31
+
 # RADV CI
 .test-radv:
   extends: .radv-rules
diff --git a/.gitlab-ci/deqp-freedreno-a530-fails.txt b/.gitlab-ci/deqp-freedreno-a530-fails.txt
index 1fb8c06f586..6eedfc5587e 100644
--- a/.gitlab-ci/deqp-freedreno-a530-fails.txt
+++ b/.gitlab-ci/deqp-freedreno-a530-fails.txt
@@ -1991,3 +1991,10 @@ dEQP-GLES3.functional.ubo.single_struct.single_buffer.shared_instance_array_both
 dEQP-GLES3.functional.ubo.single_struct.single_buffer.shared_instance_array_vertex
 dEQP-GLES3.functional.ubo.single_struct.single_buffer.std140_instance_array_both
 dEQP-GLES3.functional.ubo.single_struct.single_buffer.std140_instance_array_vertex
+dEQP-GLES31.functional.image_load_store.cube.format_reinterpret.rgba32f_rgba32ui
+dEQP-GLES31.functional.image_load_store.cube.format_reinterpret.rgba8_snorm_r32ui
+dEQP-GLES31.functional.image_load_store.cube.load_store.rgba32i_single_layer
+dEQP-GLES31.functional.separate_shader.random.99
+dEQP-GLES31.functional.texture.texture_buffer.render.as_index_array_as_fragment_texture.offset_7_alignments
+dEQP-GLES31.functional.ubo.random.all_per_block_buffers.21
+dEQP-GLES31.functional.ubo.random.all_shared_buffer.22
diff --git a/.gitlab-ci/deqp-freedreno-a530-skips.txt b/.gitlab-ci/deqp-freedreno-a530-skips.txt
index 0cffcad8435..9f49be5325a 100644
--- a/.gitlab-ci/deqp-freedreno-a530-skips.txt
+++ b/.gitlab-ci/deqp-freedreno-a530-skips.txt
@@ -14,3 +14,4 @@ dEQP-GLES3.functional.texture.filtering.3d.*
 dEQP-GLES3.functional.texture.vertex.3d.filtering.*
 dEQP-GLES3.functional.fbo.invalidate.sub.unbind_blit_msaa_stencil
 dEQP-GLES3.functional.fbo.invalidate.whole.unbind_blit_msaa_stencil
+dEQP-GLES31.functional.ubo.2_level_struct_array.single_buffer.packed_instance_array_fragment



More information about the mesa-commit mailing list