[Lldb-commits] [PATCH] D12831: Add JUnit/XUnit-formatted output to the lldb test run system

Todd Fiala via lldb-commits lldb-commits at lists.llvm.org
Sat Sep 12 14:33:08 PDT 2015


tfiala added a comment.

@zturner, if you could check that this runs on Windows, that would be great.  (I've been able to test with Linux Jenkins and OS X Jenkins, in addition to hand running).

You should just need to run like this:

  python /your/dotest.py {your-normal-options} --results-file {some-path-to-write-xunit-output.xml}

If that doesn't blow up on Windows, great.  If it does, let me know where.  One module being used now is asyncore, which has source and Stack Overflow responses that seem to imply it works on Windows, but differs from what at least one piece of the official documentation says.  If so we'll have to revisit that somehow.


http://reviews.llvm.org/D12831





More information about the lldb-commits mailing list