This revision was automatically updated to reflect the committed changes.
Closed by commit rLLDB339715: Stability improvements for CompletionTest
(authored by teemperor, committed by ).
Repository:
rLLDB LLDB
https://reviews.llvm.org/D50722
Files:
unittests/Interpreter/TestCompletion.cpp
I
aprantl accepted this revision.
aprantl added a comment.
This revision is now accepted and ready to land.
Thanks, let's just give it try!
Repository:
rLLDB LLDB
https://reviews.llvm.org/D50722
___
lldb-commits mailing list
lldb-commits@lists.llvm
teemperor created this revision.
teemperor added a reviewer: aprantl.
Herald added a subscriber: jfb.
CompletionTest.DirCompletionAbsolute had a random failure on a CI node
(in the failure, the completion count was 0, while we expected it to be 1),
but there seems no good reason for it to fail. Th