diff options
author | Eric Anholt <[email protected]> | 2019-10-05 19:46:38 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2019-10-17 20:32:46 +0000 |
commit | 628ed1bbd522589aac113eba846bb1fed43b9e47 (patch) | |
tree | 489536e614120e1be6378360112592317b4cecbc | |
parent | 12d92714e95fce95c6882b95045c0897ad17c438 (diff) |
freedreno/ci: Ban texsubimage2d_pbo.r16ui_2d, due to two flakes reported.
Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Reviewed-by: Daniel Stone <[email protected]>
-rw-r--r-- | .gitlab-ci/deqp-freedreno-a630-skips.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci/deqp-freedreno-a630-skips.txt b/.gitlab-ci/deqp-freedreno-a630-skips.txt index d079ed2bb13..4f0754b8b42 100644 --- a/.gitlab-ci/deqp-freedreno-a630-skips.txt +++ b/.gitlab-ci/deqp-freedreno-a630-skips.txt @@ -20,3 +20,6 @@ dEQP-GLES31.functional.layout_binding.ssbo.fragment_binding_array # is a real problem or perhaps valgrind gets confused about unitialized # z24 channel in z24s8?? Let's just skip this one for now: 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 |