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).
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D158893
[lldb] Fix TestVSCode_completions on Darwin ClosedPublic Authored by JDevlieghere on Aug 25 2023, 2:15 PM.
Details Summary 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).
Diff Detail Event TimelineThis revision is now accepted and ready to land.Aug 25 2023, 2:17 PM Closed by commit rGa7ca1175d0d4: [lldb] Fix & re-enable TestVSCode_completions on Darwin (authored by JDevlieghere). · Explain WhyAug 25 2023, 2:35 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 553619 lldb/test/API/tools/lldb-vscode/completions/TestVSCode_completions.py
lldb/test/API/tools/lldb-vscode/completions/main.cpp
|