[lldb] Harden TestCompletion against new settings in 'target.process'
authorRaphael Isemann <teemperor@gmail.com>
Fri, 15 Oct 2021 16:48:17 +0000 (18:48 +0200)
committerRaphael Isemann <teemperor@gmail.com>
Fri, 15 Oct 2021 16:50:21 +0000 (18:50 +0200)
commitff4c98c05559e498300bd3ad55272ac2a8d10dbc
tree3fd61daf05eac33c972dad53fbbb528c701351d9
parent1312aff768b0d086817078c996ffa7cb46f59002
[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.
lldb/test/API/functionalities/completion/TestCompletion.py