[Lldb-commits] [PATCH] D39515: Remove TestMyFirstWatchpoint and TestStepOverWatchpoint from basic_process category
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Nov 2 05:20:08 PDT 2017
labath added a comment.
I agree that we have too many ways of specifying categories. I think that the file-based and getCategories() way are redundant, particularly, as we tend to only have one test file per directory anyway. For very fine grained annotations, we can use the `@add_test_categories` decorator (which is already cumulative). I'll put up a patch to remove getCategories().
https://reviews.llvm.org/D39515
More information about the lldb-commits
mailing list