[Lldb-commits] [PATCH] D50722: Stability improvements for CompletionTest

2018-08-14 Thread Raphael Isemann via Phabricator via lldb-commits
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

[Lldb-commits] [PATCH] D50722: Stability improvements for CompletionTest

2018-08-14 Thread Adrian Prantl via Phabricator via lldb-commits
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

[Lldb-commits] [PATCH] D50722: Stability improvements for CompletionTest

2018-08-14 Thread Raphael Isemann via Phabricator via lldb-commits
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