2014-12-03 23:01:35 +00:00
|
|
|
# Check xunit output
|
2018-05-16 00:33:29 +00:00
|
|
|
# RUN: rm -rf %t.xunit.xml
|
|
|
|
# RUN: not %{lit} --xunit-xml-output %t.xunit.xml %{inputs}/xunit-output
|
2014-12-03 23:01:35 +00:00
|
|
|
# RUN: FileCheck < %t.xunit.xml %s
|
|
|
|
|
|
|
|
# CHECK: <?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
# CHECK: <testsuites>
|
2018-05-11 00:25:43 +00:00
|
|
|
# CHECK: <testsuite name='test-data' tests='1' failures='1' skipped='0'>
|
2018-05-10 22:51:28 +00:00
|
|
|
# CHECK: <testcase classname='test-data.test-data' name='bad&name.ini' time='{{[0-1]}}.{{[0-9]+}}'>
|
2018-05-11 18:38:02 +00:00
|
|
|
# CHECK-NEXT: <failure ><![CDATA[& < > "]]></failure>
|
2014-12-03 23:01:35 +00:00
|
|
|
# CHECK: </testsuite>
|
2015-06-13 06:55:44 +00:00
|
|
|
# CHECK: </testsuites>
|