diff options
-rw-r--r-- | .gitlab-ci.yml | 6 | ||||
-rw-r--r-- | .gitlab-ci/deqp-freedreno-a530-fails.txt | 7 | ||||
-rw-r--r-- | .gitlab-ci/deqp-freedreno-a530-skips.txt | 1 |
3 files changed, 14 insertions, 0 deletions
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 |