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
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
_