|
8 | 8 | # RUN: FileCheck < %t.xunit.xml %s
|
9 | 9 |
|
10 | 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.]+}}"> |
13 |
| -# CHECK-NEXT: <testcase classname="test-data.test-data" name="bad&name.ini" time="{{[0-1]\.[0-9]+}}"> |
| 11 | +# CHECK-NEXT: <testsuites time="{{[0-9]+\.[0-9]+}}"> |
| 12 | +# 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 | 14 | # CHECK-NEXT: <failure><![CDATA[& < > ]]]]><![CDATA[> &"]]></failure>
|
15 | 15 | # CHECK-NEXT: </testcase>
|
16 |
| -# CHECK-NEXT: <testcase classname="test-data.test-data" name="excluded.ini" time="{{[0-1]\.[0-9]+}}"> |
| 16 | +# CHECK-NEXT: <testcase classname="test-data.test-data" name="excluded.ini" time="{{[0-9]+\.[0-9]+}}"> |
17 | 17 | # CHECK-NEXT: <skipped message="Test not selected (--filter, --max-tests)"/>
|
18 | 18 | # CHECK-NEXT: </testcase>
|
19 |
| -# CHECK-NEXT: <testcase classname="test-data.test-data" name="missing_feature.ini" time="{{[0-1]\.[0-9]+}}"> |
| 19 | +# CHECK-NEXT: <testcase classname="test-data.test-data" name="missing_feature.ini" time="{{[0-9]+\.[0-9]+}}"> |
20 | 20 | # CHECK-NEXT: <skipped message="Missing required feature(s): dummy_feature"/>
|
21 | 21 | # CHECK-NEXT: </testcase>
|
22 |
| -# CHECK-NEXT: <testcase classname="test-data.test-data" name="pass.ini" time="{{[0-1]\.[0-9]+}}"/> |
23 |
| -# CHECK-NEXT: <testcase classname="test-data.test-data" name="unsupported.ini" time="{{[0-1]\.[0-9]+}}"> |
| 22 | +# CHECK-NEXT: <testcase classname="test-data.test-data" name="pass.ini" time="{{[0-9]+\.[0-9]+}}"/> |
| 23 | +# CHECK-NEXT: <testcase classname="test-data.test-data" name="unsupported.ini" time="{{[0-9]+\.[0-9]+}}"> |
24 | 24 | # CHECK-NEXT: <skipped message="Unsupported configuration"/>
|
25 | 25 | # CHECK-NEXT: </testcase>
|
26 | 26 | # CHECK-NEXT: </testsuite>
|
|
0 commit comments