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

Chris Matthews via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 15 09:49:00 PDT 2018


cmatthews accepted this revision.
cmatthews added a comment.
This revision is now accepted and ready to land.

Is this an issue you are hitting?  I noticed we spend a lot of time in string replace while writing the xunit files when the output is large (for instance if every test in the test suite fails).  I was hoping the number of replaces we do could go down.

Besides that LGTM.


Repository:
  rL LLVM

https://reviews.llvm.org/D46886





More information about the llvm-commits mailing list