diff options
author | Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org> | 2023-06-01 12:05:08 +0000 |
---|---|---|
committer | Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org> | 2023-06-14 14:29:47 +0000 |
commit | d4d776a341309cee59bfcb72bba8ae8442d05db7 (patch) | |
tree | d68bf44c63a0e598772c888a46c02cccdda8ca66 /gcc | |
parent | e341d15be3b93674308734422b30803c25521d5d (diff) | |
download | gcc-d4d776a341309cee59bfcb72bba8ae8442d05db7.zip gcc-d4d776a341309cee59bfcb72bba8ae8442d05db7.tar.gz gcc-d4d776a341309cee59bfcb72bba8ae8442d05db7.tar.bz2 |
[contrib] validate_failures.py: Be more stringent in parsing result lines
Before this patch we would identify malformed line
"UNRESOLVEDTest run by tcwg-buildslave on Mon Aug 23 10:17:50 2021"
as an interesting result, only to fail in TestResult:__init__ due
to missing ":" after UNRESOLVED.
This patch makes all places that parse result lines use a single
compiled regex.
contrib/ChangeLog:
* testsuite-management/validate_failures.py (_VALID_TEST_RESULTS_REX):
Update.
(TestResult): Use _VALID_TEST_RESULTS_REX.
Diffstat (limited to 'gcc')
0 files changed, 0 insertions, 0 deletions