[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 15:26:26 PDT 2015
tfiala added a comment.
A couple notes on this:
- Failures don't currently capture backtraces. I can add this later, but I am leaving it for another pass. This change is big enough as is. Right now I'm focusing on counts and green/red CI solutions.
- Tests don't capture testcase-specific stdout/stderr. This is too big a change for right now. We can get there but not until we stop depending on the stdout/stderr going to other places for the whole test run.
Skip reason is captured, as are bug numbers, exception types and exception messages, stuffed into relevant JUnit xml attributes.
http://reviews.llvm.org/D12831
More information about the lldb-commits
mailing list