diff options
Diffstat (limited to 'src/gallium/drivers/panfrost/ci/gitlab-ci.yml')
-rw-r--r-- | src/gallium/drivers/panfrost/ci/gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/panfrost/ci/gitlab-ci.yml b/src/gallium/drivers/panfrost/ci/gitlab-ci.yml index fc20932a4e8..63765f4af14 100644 --- a/src/gallium/drivers/panfrost/ci/gitlab-ci.yml +++ b/src/gallium/drivers/panfrost/ci/gitlab-ci.yml @@ -230,6 +230,7 @@ build:arm64: dEQP-GLES2.functional.shaders.loops.do_while_constant_iterations.only_continue_vertex dEQP-GLES2.functional.fbo.render.resize.tex2d_rgb_depth_component16 dEQP-GLES2.functional.fbo.render.resize.tex2d_rgba_depth_component16 + dEQP-GLES2.functional.texture.filtering.2d.linear_mipmap_nearest_nearest_clamp_rgba8888 " - for test in $FLIP_FLOPS; do sed -i "/$test/d" results/expected-failures.txt results/results-$lava_job_id.csv; done |