diff options
author | Eric Anholt <[email protected]> | 2019-11-12 14:01:58 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2019-11-12 16:43:04 -0800 |
commit | fd777d2cea81f62456a08e71de4261e237ee9c73 (patch) | |
tree | cf26268b5da4e88916fe66c80ce0520039125d29 /.gitlab-ci | |
parent | 0f33c255d3e80fde0d8f0ec595593ba17f56deb8 (diff) |
ci: Disable flappy blit tests on a630.
These have shown up with the new CTS runner, which has changed test
ordering.
Reviewed-by: Daniel Stone <[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 477f4bd06e0..debba0b1f64 100644 --- a/.gitlab-ci/deqp-freedreno-a630-skips.txt +++ b/.gitlab-ci/deqp-freedreno-a630-skips.txt @@ -30,3 +30,7 @@ dEQP-GLES31.functional.geometry_shading.instanced.*layer.* # Intermittent timeout 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 |