[Lldb-commits] [PATCH] D40475: DWZ 10/11: DWZ test mode

2018-02-25 Thread Jan Kratochvil via Phabricator via lldb-commits
jankratochvil updated this revision to Diff 135847. jankratochvil added a comment. > The way we do these sorts of things is that we explicitly add the category to > the list of skipped categories (take a look at `checkLibcxxSupport` in > dotest.py). I have implemented `dwz` category like `gmodu

[Lldb-commits] [PATCH] D40475: DWZ 10/11: DWZ test mode

2018-02-25 Thread Davide Italiano via Phabricator via lldb-commits
davide added a comment. fwiw, you don't need unit tests or python tests to implement this. If I understand the feature correctly you can probably extend `lldb-test` (which is run as part of `check-lldb-lit`). Up to you though. https://reviews.llvm.org/D40475 _