From 6397dff6d77213e7a6b964ac4b4200965ee092c5 Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Sun, 6 Oct 2019 08:49:56 -0700 Subject: gitlab-ci/lava: Test Lima driver with dEQP Run dEQP on boards with Mali 400 and 450 in Baylibre's lab. There's lots of skipped tests because of crashes and undetermined behavior. May be a good idea to run the tests with valgrind and fix any issues found. Signed-off-by: Tomeu Vizoso Reviewed-by: Vasily Khoruzhick Reviewed-by: Neil Armstrong --- .gitlab-ci/deqp-lima-skips.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .gitlab-ci/deqp-lima-skips.txt (limited to '.gitlab-ci/deqp-lima-skips.txt') diff --git a/.gitlab-ci/deqp-lima-skips.txt b/.gitlab-ci/deqp-lima-skips.txt new file mode 100644 index 00000000000..26b727b20dd --- /dev/null +++ b/.gitlab-ci/deqp-lima-skips.txt @@ -0,0 +1,21 @@ +# Note: skips lists for CI are just a list of lines that, when +# non-zero-length and not starting with '#', will regex match to +# delete lines from the test list. Be careful. + +# Skip the perf/stress tests to keep runtime manageable +dEQP-GLES[0-9]*.performance +dEQP-GLES[0-9]*.stress + +# These are really slow on tiling architectures (including llvmpipe). +dEQP-GLES[0-9]*.functional.flush_finish + +dEQP-GLES2.accuracy.texture.* +dEQP-GLES2.functional.clipping.* +dEQP-GLES2.functional.fbo.render.depth.* +dEQP-GLES2.functional.fbo.render.* +dEQP-GLES2.functional.fbo.completeness.* +dEQP-GLES2.functional.fragment_ops.* +dEQP-GLES2.functional.light_amount.* +dEQP-GLES2.functional.polygon_offset.* +dEQP-GLES2.functional.shaders.* +dEQP-GLES2.functional.texture.* -- cgit v1.2.3