[all-commits] [llvm/llvm-project] ff4c98: [lldb] Harden TestCompletion against new settings ...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Fri Oct 15 09:50:50 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ff4c98c05559e498300bd3ad55272ac2a8d10dbc
https://github.com/llvm/llvm-project/commit/ff4c98c05559e498300bd3ad55272ac2a8d10dbc
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2021-10-15 (Fri, 15 Oct 2021)
Changed paths:
M lldb/test/API/functionalities/completion/TestCompletion.py
Log Message:
-----------
[lldb] Harden TestCompletion against new settings in 'target.process'
This test starts failing when people add a setting starting with
`target.process.t` which of course can easily happen. Make it a bit more
resistant by only requiring that `target.process.thr` has a unique completion.
More information about the All-commits
mailing list