[PATCH] D46886: Escape ]]> in xunit xml output

Dan Liew via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 15 10:05:17 PDT 2018


delcypher added a comment.

In https://reviews.llvm.org/D46886#1099798, @cmatthews wrote:

> There is a test case that intentionally fails to provide failing output. That makes lit return an error exit value.  Any way to change what lit exits with?


Not that I know of. But if you're expecting lit to return a non zero exit code should you run `not %{lit} ...` instead?


Repository:
  rL LLVM

https://reviews.llvm.org/D46886





More information about the llvm-commits mailing list