diff options
author | Tomeu Vizoso <[email protected]> | 2019-10-06 08:49:56 -0700 |
---|---|---|
committer | Tomeu Vizoso <[email protected]> | 2019-10-10 14:50:14 +0000 |
commit | 6397dff6d77213e7a6b964ac4b4200965ee092c5 (patch) | |
tree | ba652f2f9ebb5f6043f05f88787410cb83a52252 /.gitlab-ci/deqp-lima-skips.txt | |
parent | 8a168683d04c51b4df1df8fe0ca72ed8e4fa1c87 (diff) |
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 <[email protected]>
Reviewed-by: Vasily Khoruzhick <[email protected]>
Reviewed-by: Neil Armstrong <[email protected]>
Diffstat (limited to '.gitlab-ci/deqp-lima-skips.txt')
-rw-r--r-- | .gitlab-ci/deqp-lima-skips.txt | 21 |
1 files changed, 21 insertions, 0 deletions
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.* |