summaryrefslogtreecommitdiffstats
path: root/lldb/test/dotest_args.py
diff options
context:
space:
mode:
authorTamas Berghammer <tberghammer@google.com>2015-10-07 10:02:17 +0000
committerTamas Berghammer <tberghammer@google.com>2015-10-07 10:02:17 +0000
commit4c0c7a7f5279367a1ba983d69d56fbf77eb2567c (patch)
tree03a6f91db1848d50a7c7262e707ce07287a156e6 /lldb/test/dotest_args.py
parent1ef7b3ff55fac718a4c0d7bb043383af85ac839d (diff)
downloadbcm5719-llvm-4c0c7a7f5279367a1ba983d69d56fbf77eb2567c.tar.gz
bcm5719-llvm-4c0c7a7f5279367a1ba983d69d56fbf77eb2567c.zip
Run tests with dwo symbol files
dwo symbol files are generated when code compiled with the "-gsplit-dwarf" command option (https://gcc.gnu.org/wiki/DebugFission). This CL modifies the test system to run tests with inferiors compile with the "-gsplit-dwarf" Differential revision: http://reviews.llvm.org/D13300 llvm-svn: 249530
Diffstat (limited to 'lldb/test/dotest_args.py')
-rw-r--r--lldb/test/dotest_args.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/dotest_args.py b/lldb/test/dotest_args.py
index ba79600f1ec..46039e82494 100644
--- a/lldb/test/dotest_args.py
+++ b/lldb/test/dotest_args.py
@@ -60,7 +60,7 @@ def create_parser():
# Test filtering options
group = parser.add_argument_group('Test filtering options')
- group.add_argument('-N', choices=['dwarf', 'dsym'], help="Don't do test cases marked with the @dsym decorator by passing 'dsym' as the option arg, or don't do test cases marked with the @dwarf decorator by passing 'dwarf' as the option arg")
+ 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")
X('-a', "Don't do lldb Python API tests")
X('+a', "Just do lldb Python API tests. Do not specify along with '-a'", dest='plus_a')
X('+b', 'Just do benchmark tests', dest='plus_b')
OpenPOWER on IntegriCloud