[Lldb-commits] [PATCH] D47265: WIP: lit: Run each test separately

2018-06-05 Thread Pavel Labath via Phabricator via lldb-commits
labath updated this revision to Diff 149936. labath added a comment. No real change in functionality, just updating the diff to remove the unrelated changes. https://reviews.llvm.org/D47265 Files: lit/Suite/lldbtest.py Index: lit/Suite/lldbtest.py ===

[Lldb-commits] [PATCH] D47265: WIP: lit: Run each test separately

2018-05-23 Thread Pavel Labath via Phabricator via lldb-commits
labath created this revision. Herald added subscribers: JDevlieghere, eraman. This needs to be cleaned up before we can consider submitting it. However, I am putting it out here, so we you can test it's impact on your setup. PS: This does not prevent the debug-info replication for "inline" tests.