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/lava-deqp-runner.sh | |
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/lava-deqp-runner.sh')
-rw-r--r-- | .gitlab-ci/lava-deqp-runner.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/lava-deqp-runner.sh b/.gitlab-ci/lava-deqp-runner.sh index 3d1eae96f9a..36b9caef4f5 100644 --- a/.gitlab-ci/lava-deqp-runner.sh +++ b/.gitlab-ci/lava-deqp-runner.sh @@ -34,7 +34,7 @@ done < /deqp/deqp-$GPU_VERSION-skips.txt --test-names-file=/tmp/case-list.txt \ --results-file=/tmp/results.txt \ --no-passed-results \ - --regression-file=/deqp/deqp-panfrost-$GPU_VERSION-fails.txt \ + --regression-file=/deqp/deqp-$GPU_VERSION-fails.txt \ --no-rerun-tests \ --print-regression \ --no-print-fail \ |