We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 971863e commit 9ffdacfCopy full SHA for 9ffdacf
llvm/utils/lit/tests/xunit-output.py
@@ -8,8 +8,8 @@
8
# RUN: FileCheck < %t.xunit.xml %s
9
10
# CHECK: <?xml version="1.0" encoding="UTF-8"?>
11
-# CHECK-NEXT: <testsuites time="{{[0-9.]+}}">
12
-# CHECK-NEXT: <testsuite name="test-data" tests="5" failures="1" skipped="3" time="{{[0-9.]+}}">
+# CHECK-NEXT: <testsuites time="{{[0-9]+\.[0-9]+}}">
+# CHECK-NEXT: <testsuite name="test-data" tests="5" failures="1" skipped="3" time="{{[0-9]+\.[0-9]+}}">
13
# CHECK-NEXT: <testcase classname="test-data.test-data" name="bad&name.ini" time="{{[0-9]+\.[0-9]+}}">
14
# CHECK-NEXT: <failure><![CDATA[& < > ]]]]><![CDATA[> &"]]></failure>
15
# CHECK-NEXT: </testcase>
0 commit comments