[Lldb-commits] [PATCH] D71906: [lldb][tests] Make it possible to expect failure for a whole category
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jan 6 06:18:55 PST 2020
labath added a comment.
Seems reasonable, just make the option name consistent.
================
Comment at: packages/Python/lldbsuite/test/dotest_args.py:85-88
dest='skip_categories',
help=textwrap.dedent('''Specify categories of test cases to skip. Takes precedence over -G. Can be specified more than once.'''))
+ group.add_argument(
+ '--xfail-category',
----------------
Please use a consistent name for the two options.
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71906/new/
https://reviews.llvm.org/D71906
More information about the lldb-commits
mailing list