diff options
author | Alyssa Rosenzweig <[email protected]> | 2019-06-25 13:42:58 -0700 |
---|---|---|
committer | Alyssa Rosenzweig <[email protected]> | 2019-06-25 13:42:58 -0700 |
commit | e8f4c9f56c068411389ea87ae4c2a772b77d273e (patch) | |
tree | d6d78819af4c66b854de6c2fd3291e95a9deed27 /src/gallium/drivers/panfrost/ci | |
parent | 70a87a915d0a26cf976629745a089c06ddd75a9b (diff) |
panfrost/ci: Add RK3288 flipflops I don't want to deal with right now
Signed-off-by: Alyssa Rosenzweig <[email protected]>
Diffstat (limited to 'src/gallium/drivers/panfrost/ci')
-rw-r--r-- | src/gallium/drivers/panfrost/ci/gitlab-ci.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gallium/drivers/panfrost/ci/gitlab-ci.yml b/src/gallium/drivers/panfrost/ci/gitlab-ci.yml index 956ad89e820..fc20932a4e8 100644 --- a/src/gallium/drivers/panfrost/ci/gitlab-ci.yml +++ b/src/gallium/drivers/panfrost/ci/gitlab-ci.yml @@ -224,6 +224,12 @@ build:arm64: dEQP-GLES2.functional.shaders.matrix.div.const_lowp_mat2_mat2_vertex dEQP-GLES2.functional.shaders.operator.unary_operator.pre_increment_effect.highp_ivec4_vertex dEQP-GLES2.functional.shaders.texture_functions.vertex.texture2dprojlod_vec3 + dEQP-GLES2.functional.shaders.swizzles.vector_swizzles.mediump_ivec3_stts_fragment + dEQP-GLES2.functional.texture.filtering.2d.nearest_mipmap_nearest_linear_repeat_rgba8888 + dEQP-GLES2.functional.shaders.swizzles.vector_swizzles.mediump_ivec3_stts_fragment + 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 " - for test in $FLIP_FLOPS; do sed -i "/$test/d" results/expected-failures.txt results/results-$lava_job_id.csv; done |