]> git.ipfire.org Git - thirdparty/gcc.git/commit
[contrib] validate_failures.py: Support "$tool:" prefix in exp names
authorChristophe Lyon <christophe.lyon@linaro.org>
Thu, 1 Jun 2023 12:00:48 +0000 (12:00 +0000)
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
Wed, 14 Jun 2023 14:29:47 +0000 (14:29 +0000)
commit484a48640c4619b3ce0c44e5acef78729f34972d
tree986f6e2c30582b965944bbc6a17c9680e38fa280
parent5d52f35546418a641983572bd3bf8e233a5b1e16
[contrib] validate_failures.py: Support "$tool:" prefix in exp names

This makes it easier to extract the $tool:$exp pair when iterating
over failures/flaky tests, which, in turn, simplifies re-running
testsuite parts that have unexpected failures or passes.

contrib/ChangeLog:

* testsuite-management/validate_failures.py (_EXP_LINE_FORMAT,)
(_EXP_LINE_REX, ResultSet): Support "$tool:" prefix in exp names.
contrib/testsuite-management/validate_failures.py