[all-commits] [llvm/llvm-project] a7ca11: [lldb] Fix & re-enable TestVSCode_completions on D...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Fri Aug 25 14:35:22 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a7ca1175d0d4f3ec8ed04cf2e2d380d007681f6e
      https://github.com/llvm/llvm-project/commit/a7ca1175d0d4f3ec8ed04cf2e2d380d007681f6e
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2023-08-25 (Fri, 25 Aug 2023)

  Changed paths:
    M lldb/test/API/tools/lldb-vscode/completions/TestVSCode_completions.py
    M lldb/test/API/tools/lldb-vscode/completions/main.cpp

  Log Message:
  -----------
  [lldb] Fix & re-enable TestVSCode_completions on Darwin

The test was expecting vector<basic_string<char>> & while the test
returned vector<string> &. Since verify_completions doesn't support
regex matching, sidestep the issue by using a custom type (baz).

Differential revision: https://reviews.llvm.org/D158893




More information about the All-commits mailing list