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 638ff5f commit ed9af30Copy full SHA for ed9af30
llvm/utils/lit/tests/xunit-output-report-failures-only.py
@@ -5,7 +5,7 @@
5
# CHECK: <?xml version="1.0" encoding="UTF-8"?>
6
# CHECK-NEXT: <testsuites time="{{[0-9.]+}}">
7
# CHECK-NEXT: <testsuite name="test-data" tests="1" failures="1" skipped="0" time="{{[0-9.]+}}">
8
-# CHECK-NEXT: <testcase classname="test-data.test-data" name="bad&name.ini" time="{{[0-1]\.[0-9]+}}">
+# CHECK-NEXT: <testcase classname="test-data.test-data" name="bad&name.ini" time="{{[0-9.]+}}">
9
# CHECK-NEXT: <failure><![CDATA[& < > ]]]]><![CDATA[> &"]]></failure>
10
# CHECK-NEXT: </testcase>
11
# CHECK-NEXT: </testsuite>
0 commit comments