Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Escape ]]> in xunit xml output | Alexander Richardson | 2018-05-16 | 1 | -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 failures | Chris Matthews | 2018-05-10 | 3 | -0/+55 |
Failures will increase coverage. llvm-svn: 332056 |