diff options
author | Kristian H. Kristensen <[email protected]> | 2019-10-13 19:32:37 -0700 |
---|---|---|
committer | Kristian H. Kristensen <[email protected]> | 2019-10-17 13:45:03 -0700 |
commit | d3945e3b9b3f73b2c434a9d6f784ceb13714fb03 (patch) | |
tree | d456f3bfb4ed97eb927f9e9348aed974451ed058 /.gitlab-ci | |
parent | 622afc8dbdca3ac58137d888184f22371cb58c68 (diff) |
freedreno/ci: Add failing tests to skip list
Some queries are still failing and layered rending needs more work.
Signed-off-by: Kristian H. Kristensen <[email protected]>
Diffstat (limited to '.gitlab-ci')
-rw-r--r-- | .gitlab-ci/deqp-freedreno-a630-skips.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci/deqp-freedreno-a630-skips.txt b/.gitlab-ci/deqp-freedreno-a630-skips.txt index 4f0754b8b42..7af4387fa49 100644 --- a/.gitlab-ci/deqp-freedreno-a630-skips.txt +++ b/.gitlab-ci/deqp-freedreno-a630-skips.txt @@ -23,3 +23,7 @@ dEQP-GLES3.functional.fbo.msaa.2_samples.stencil_index8 # Two reports of spurious failures on unrelated MRs (2019-09-27, 2019-10-05) dEQP-GLES3.functional.texture.specification.texsubimage2d_pbo.r16ui_2d + +# Layered rendering is sysmem only and needs working clears +dEQP-GLES31.functional.geometry_shading.layered.* +dEQP-GLES31.functional.geometry_shading.instanced.*layer.* |