panfrost/ci: Add RK3288 flipflops I don't want to deal with right now
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Tue, 25 Jun 2019 20:42:58 +0000 (13:42 -0700)
committerAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Tue, 25 Jun 2019 20:42:58 +0000 (13:42 -0700)
Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
src/gallium/drivers/panfrost/ci/gitlab-ci.yml

index 956ad89e820d5bfc1924da641c45ff88d3873055..fc20932a4e8d65087636b6b8c298343139967ac9 100644 (file)
@@ -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