diff options
author | Eric Anholt <[email protected]> | 2019-11-13 09:40:27 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2019-11-13 10:58:52 -0800 |
commit | f0eeb98c6c0ca61587107b1a88b21bdc46df923b (patch) | |
tree | 734459dd4ad5a543ef201015434c00fcedac8dbb /.gitlab-ci | |
parent | 0aaf47f7cd50b9c07c1297fe8daff1b2693a6729 (diff) |
ci: Expand the freedreno blit skip regex to cover more cases.
We've had flaps on at least:
- r16f_to_r16f
- r16i_to_rg16i
Reviewed-by: Daniel Stone <[email protected]>
Diffstat (limited to '.gitlab-ci')
-rw-r--r-- | .gitlab-ci/deqp-freedreno-a630-skips.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/deqp-freedreno-a630-skips.txt b/.gitlab-ci/deqp-freedreno-a630-skips.txt index debba0b1f64..0bacc9f0035 100644 --- a/.gitlab-ci/deqp-freedreno-a630-skips.txt +++ b/.gitlab-ci/deqp-freedreno-a630-skips.txt @@ -33,4 +33,4 @@ dEQP-GLES31.functional.ssbo.layout.random.all_shared_buffer.23 # Repeated intermittent fails with vulkan-cts-runner (where test ordering is # shuffled around compared to a single-threaded deqp run) -dEQP-GLES3.functional.fbo.blit.conversion.*to_r16f +dEQP-GLES3.functional.fbo.blit.conversion.r16.*_to_r.*16.* |