[all-commits] [llvm/llvm-project] f8a92a: [LLDB] Remove incorrect dotest.py invocation

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Mon Oct 28 13:24:14 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f8a92af893eee7ac7ffda93c24b9e69df506148f
      https://github.com/llvm/llvm-project/commit/f8a92af893eee7ac7ffda93c24b9e69df506148f
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2019-10-28 (Mon, 28 Oct 2019)

  Changed paths:
    M lldb/packages/Python/lldbsuite/test/lldbtest.py

  Log Message:
  -----------
  [LLDB] Remove incorrect dotest.py invocation

The invocation shown by dotest.py to re-run a single test is misleading:
it ranges from missing arguments (best case scenario) to being totally
wrong (worst case scenario).

In the past I've tried to get it right, but given the dotest
architecture this is harder than it looks. Furthermore, we have pretty
good documentation on the website [1] for most use cases.

This patch removes the rerun invocation.

[1] https://lldb.llvm.org/resources/test.html




More information about the All-commits mailing list