2014-12-03 23:01:35 +00:00
|
|
|
# Check xunit output
|
2018-05-10 22:51:28 +00:00
|
|
|
# RUN: %{lit} --xunit-xml-output %t.xunit.xml %{inputs}/xunit-output || true
|
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-10 22:51:28 +00:00
|
|
|
# CHECK: <testsuite name='test-data' tests='1' failures='1'>
|
|
|
|
# CHECK: <testcase classname='test-data.test-data' name='bad&name.ini' time='{{[0-1]}}.{{[0-9]+}}'>
|
|
|
|
# CHECK-NEXT: <failure >
|
|
|
|
# CHECK-NEXT:& < > "
|
|
|
|
# CHECK-NEXT:</failure>
|
2014-12-03 23:01:35 +00:00
|
|
|
# CHECK: </testsuite>
|
2015-06-13 06:55:44 +00:00
|
|
|
# CHECK: </testsuites>
|