OSDN Git Service

Give lit a --xunit-xml-output option for saving results in xunit format
authorChris Matthews <cmatthews5@apple.com>
Tue, 2 Dec 2014 22:19:21 +0000 (22:19 +0000)
committerDan Albert <danalbert@google.com>
Thu, 8 Jan 2015 22:44:27 +0000 (14:44 -0800)
commitb3fc31dfed611afe5f1821810c67f422ca981355
tree277a769861baf9a7f86af5e455d060e11a1455e2
parent00227471485a815abadf2cc8cd334c4e86f187f9
Give lit a --xunit-xml-output option for saving results in xunit format

  --xunit-xml-output saves test results to disk in JUnit's xml format. This will allow Jenkins to report the details of a lit run.

  Based on a patch by David Chisnall.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223163 91177308-0d34-0410-b5e6-96231b3b80d8
(cherry picked from commit dcedd15f58e7b76c2ee61c8030799c209104229b)
utils/lit/lit/Test.py
utils/lit/lit/main.py