radeonsi/test: allow to pass a filename as a test filter value
authorPierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Tue, 10 Aug 2021 13:25:22 +0000 (15:25 +0200)
committerPierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Thu, 12 Aug 2021 09:47:36 +0000 (11:47 +0200)
commit66709f1a40624407c5dc2ad64fc130f79e6ecc08
tree20418b6f95489d29eb6b0370dbde5f23e09dcd18
parent55a40acd617eab57c7fe539633cabf56257c30ef
radeonsi/test: allow to pass a filename as a test filter value

This allows this pattern:

   $ radeonsi-run-tests.py /tmp/foo
   ... reports that some piglit tests regressed ...
   $ radeonsi-run-tests.py -t /tmp/foo/new_baseline/sienna_cichlid-piglit-quick-fail.csv
   ... this only runs the test that regressed ...

Acked-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12306>
src/gallium/drivers/radeonsi/ci/radeonsi-run-tests.py