Mesa (main): ci: Update piglit and deqp/piglit-runner.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Jun 11 00:33:24 UTC 2021


Module: Mesa
Branch: main
Commit: 53826932db58989ef2e479ec395e90d71a5be64b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=53826932db58989ef2e479ec395e90d71a5be64b

Author: Emma Anholt <emma at anholt.net>
Date:   Mon Jun  7 17:10:31 2021 -0700

ci: Update piglit and deqp/piglit-runner.

This brings in some major new features in the runner:

- piglit tests now include subtest reporting
- "-t" support for quick include-filtering of tests.
- piglit tests that crash after their result report are considered crashes.
- throws a nice error if you try to annotate the same failure twice
  (e.g. lvp's dEQP-VK.glsl.builtin.precision.pow.highp.vec2,Fail)

Since the runner catches piglit test bugs where the same subtest is run
twice, we also uprev piglit to pull in the fixes for those.

Reviewed-by: Juan A. Suarez <jasuarez at igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11283>

---

 .gitlab-ci.yml                                     |    6 +-
 .gitlab-ci/container/build-deqp-runner.sh          |    2 +-
 .gitlab-ci/container/build-piglit.sh               |    2 +-
 src/broadcom/ci/piglit-v3d-rpi4-fails.txt          |  137 +++
 src/broadcom/ci/piglit-vc4-rpi3-fails.txt          |  807 +++++++++++++
 .../freedreno/ci/piglit-freedreno-a530-fails.txt   |  103 +-
 .../freedreno/ci/piglit-freedreno-a530-flakes.txt  |    3 +
 .../freedreno/ci/piglit-freedreno-a630-fails.txt   | 1248 +++++++++++++++++++-
 .../freedreno/ci/piglit-freedreno-a630-flakes.txt  |    3 -
 .../drivers/i915/ci/piglit-i915-g33-fails.txt      |  459 +++++++
 .../drivers/llvmpipe/ci/llvmpipe-quick_gl.txt      |   30 -
 .../radeonsi/ci/piglit-radeonsi-stoney-fails.txt   |   32 +
 src/gallium/drivers/softpipe/ci/softpipe-quick.txt |   32 +-
 .../drivers/zink/ci/piglit-zink-lvp-fails.txt      |  378 ++++++
 .../drivers/zink/ci/piglit-zink-lvp-flakes.txt     |    1 +
 .../frontends/lavapipe/ci/deqp-lvp-fails.txt       |    1 -
 16 files changed, 3172 insertions(+), 72 deletions(-)

Diff:   http://cgit.freedesktop.org/mesa/mesa/diff/?id=53826932db58989ef2e479ec395e90d71a5be64b


More information about the mesa-commit mailing list