summaryrefslogtreecommitdiffstats
path: root/llvm/utils/lit/tests/Inputs/xunit-output
Commit message (Collapse)AuthorAgeFilesLines
* Escape ]]> in xunit xml outputAlexander Richardson2018-05-161-2/+2
| | | | | | | | | | | | | | Summary: This sequence ends the CDATA block so any characters after that are no longer escaped. This can be fixed by replacing "]]>" with "]]]]><![CDATA[>". Reviewers: cmatthews Reviewed By: cmatthews Differential Revision: https://reviews.llvm.org/D46886 llvm-svn: 332440
* [LIT] Move xunit tests tests into their own location, and and add failuresChris Matthews2018-05-103-0/+55
Failures will increase coverage. llvm-svn: 332056
OpenPOWER on IntegriCloud