[all-commits] [llvm/llvm-project] 83af33: [llvm][lit] Update regexes in Xunit test (#126527)
David Spickett via All-commits
all-commits at lists.llvm.org
Mon Feb 10 08:08:19 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 83af335ea47b50037beb46e5d6fb04be89f3b207
https://github.com/llvm/llvm-project/commit/83af335ea47b50037beb46e5d6fb04be89f3b207
Author: David Spickett <david.spickett at linaro.org>
Date: 2025-02-10 (Mon, 10 Feb 2025)
Changed paths:
M llvm/utils/lit/tests/xunit-output.py
Log Message:
-----------
[llvm][lit] Update regexes in Xunit test (#126527)
I got a report that downstream this test failed and the cause was that
it took longer than the 1 second we expected to run one of the test
cases.
This test doesn't need to be that specific, so I am updating all the
time regexes to be the same one that allows 0-9 any number of digits,
requires a decimal point, then 0-9 any number of digits for the final
part.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list