summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/dotest_args.py
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2015-12-10 18:51:40 +0000
committerZachary Turner <zturner@google.com>2015-12-10 18:51:40 +0000
commit70ed57389afc7690751f2fd8ad6c8d0871d5e53b (patch)
tree900a8dcf30ae7cfed17b94664e1909dae903b46d /lldb/packages/Python/lldbsuite/test/dotest_args.py
parent21accab1a758b2efb96c49825d13429e4c0283e6 (diff)
downloadbcm5719-llvm-70ed57389afc7690751f2fd8ad6c8d0871d5e53b.tar.gz
bcm5719-llvm-70ed57389afc7690751f2fd8ad6c8d0871d5e53b.zip
Remove the -x option from dotest.py.
llvm-svn: 255279
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/dotest_args.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/dotest_args.py1
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 27064b955c9..45b976487b1 100644
--- a/lldb/packages/Python/lldbsuite/test/dotest_args.py
+++ b/lldb/packages/Python/lldbsuite/test/dotest_args.py
@@ -73,7 +73,6 @@ def create_parser():
group.add_argument('-R', metavar='dir', help='Specify a directory to relocate the tests and their intermediate files to. BE WARNED THAT the directory, if exists, will be deleted before running this test driver. No cleanup of intermediate test files is performed in this case')
group.add_argument('-r', metavar='dir', help="Similar to '-R', except that the directory must not exist before running this test driver")
group.add_argument('-s', metavar='name', help='Specify the name of the dir created to store the session files of tests with errored or failed status. If not specified, the test driver uses the timestamp as the session dir name')
- group.add_argument('-x', metavar='breakpoint-spec', help='Specify the breakpoint specification for the benchmark executable')
group.add_argument('-y', type=int, metavar='count', help="Specify the iteration count used to collect our benchmarks. An example is the number of times to do 'thread step-over' to measure stepping speed.")
group.add_argument('-#', type=int, metavar='sharp', dest='sharp', help='Repeat the test suite for a specified number of times')
group.add_argument('--channel', metavar='channel', dest='channels', action='append', help=textwrap.dedent("Specify the log channels (and optional categories) e.g. 'lldb all' or 'gdb-remote packets' if no categories are specified, 'default' is used"))
OpenPOWER on IntegriCloud