diff options
author | Zachary Turner <zturner@google.com> | 2015-12-14 18:49:16 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2015-12-14 18:49:16 +0000 |
commit | f098e4fb19064e23ed0247e0ed8e769354249d9c (patch) | |
tree | 721a36816b8c4e51c885f335b809ef5a5d2adb5c /lldb/packages/Python/lldbsuite/test/dotest_args.py | |
parent | 4ae76c26928324698b2c8a290964f9709887bda6 (diff) | |
download | bcm5719-llvm-f098e4fb19064e23ed0247e0ed8e769354249d9c.tar.gz bcm5719-llvm-f098e4fb19064e23ed0247e0ed8e769354249d9c.zip |
Make debug info specification use categories system.
Reviewed By: Tamas Berghammer, Pavel Labath
Differential Revision: http://reviews.llvm.org/D15428
llvm-svn: 255525
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/dotest_args.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/dotest_args.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/dotest_args.py b/lldb/packages/Python/lldbsuite/test/dotest_args.py index 38f65b2521d..b0fda3506a5 100644 --- a/lldb/packages/Python/lldbsuite/test/dotest_args.py +++ b/lldb/packages/Python/lldbsuite/test/dotest_args.py @@ -59,7 +59,6 @@ def create_parser(): # Test filtering options group = parser.add_argument_group('Test filtering options') - group.add_argument('-N', choices=['dwarf', 'dwo', 'dsym'], help="Don't do test cases marked with the @dsym_test/@dwarf_test/@dwo_test decorator by passing dsym/dwarf/dwo as the option arg") group.add_argument('-f', metavar='filterspec', action='append', help='Specify a filter, which consists of the test class name, a dot, followed by the test method, to only admit such test into the test suite') # FIXME: Example? X('-l', "Don't skip long running tests") group.add_argument('-p', metavar='pattern', help='Specify a regexp filename pattern for inclusion in the test suite') |