[all-commits] [llvm/llvm-project] 6bf6c4: Reland "[lldb] Improve completion tests (#65973)"

David Spickett via All-commits all-commits at lists.llvm.org
Tue Sep 12 00:41:11 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6bf6c4762c355ce4f4fb976039375a2c8ff6038f
      https://github.com/llvm/llvm-project/commit/6bf6c4762c355ce4f4fb976039375a2c8ff6038f
  Author: David Spickett <david.spickett at linaro.org>
  Date:   2023-09-12 (Tue, 12 Sep 2023)

  Changed paths:
    M lldb/packages/Python/lldbsuite/test/lldbtest.py
    M lldb/test/API/commands/expression/completion/TestExprCompletion.py
    M lldb/test/API/functionalities/completion/TestCompletion.py

  Log Message:
  -----------
  Reland "[lldb] Improve completion tests (#65973)"

This reverts commit 8012518f600bebaa4ed99a57d553eeea25c2d0c9.

The x86 register write test had one that expected "\$rax" so on.
As these patterns were previously regex, the $ had to be escaped.
Now they are just plain strings to this is not needed.




More information about the All-commits mailing list