[llvm] [llvm][lit] Make Xunit time test regex less strict (PR #126527)

David Spickett via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 10 07:02:37 PST 2025


================
@@ -10,17 +10,17 @@
 # CHECK:      <?xml version="1.0" encoding="UTF-8"?>
 # CHECK-NEXT: <testsuites time="{{[0-9.]+}}">
 # CHECK-NEXT: <testsuite name="test-data" tests="5" failures="1" skipped="3" time="{{[0-9.]+}}">
----------------
DavidSpickett wrote:

Ok let's be brave and require a decimal point for all of them :)

https://github.com/llvm/llvm-project/pull/126527


More information about the llvm-commits mailing list