Re: [Lldb-commits] [PATCH] D12327: Treat cleanup errors separately from test failures

2015-08-26 Thread Greg Clayton via lldb-commits
clayborg accepted this revision. clayborg added a comment. This revision is now accepted and ready to land. Looks good. http://reviews.llvm.org/D12327 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/li

Re: [Lldb-commits] [PATCH] D12327: Treat cleanup errors separately from test failures

2015-08-25 Thread Zachary Turner via lldb-commits
zturner updated this revision to Diff 33131. zturner added a comment. Upload full diffs with context. http://reviews.llvm.org/D12327 Files: test/dotest.py test/lldbtest.py test/unittest2/case.py test/unittest2/result.py Index: test/unittest2/result.py ==

[Lldb-commits] [PATCH] D12327: Treat cleanup errors separately from test failures

2015-08-25 Thread Zachary Turner via lldb-commits
zturner created this revision. zturner added reviewers: clayborg, spyffe. zturner added a subscriber: lldb-commits. There is a certain class of test failures that arise as a result of errors that occur during cleanup. For the most part, these don't indicate test failures and so it's useful to d