]> git.proxmox.com Git - rustc.git/blame - src/llvm/utils/lit/tests/xunit-output.py
Imported Upstream version 1.0.0+dfsg1
[rustc.git] / src / llvm / utils / lit / tests / xunit-output.py
CommitLineData
85aaf69f
SL
1# Check xunit output
2# RUN: %{lit} --xunit-xml-output %t.xunit.xml %{inputs}/test-data
3# RUN: FileCheck < %t.xunit.xml %s
4
5# CHECK: <?xml version="1.0" encoding="UTF-8" ?>
6# CHECK: <testsuites>
7# CHECK: <testsuite name='test-data' tests='1' failures='0'>
8# CHECK: <testcase classname='test-data.' name='metrics.ini' time='0.00'/>
9# CHECK: </testsuite>
10# CHECK: </testsuites>