DavidSpickett added inline comments.

================
Comment at: lldb/packages/Python/lldbsuite/test/lldbtest.py:1314
-        for line in self.res.GetOutput().splitlines():
-            if 'lldb-server' in line:
-                pid = line.split(' ')[0]
----------------
When running on a buildbot via lit, this lldb-server could be one of hundreds 
of test instances. We get unlucky, the test finishes before we can read the 
file, and this fails.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D100493/new/

https://reviews.llvm.org/D100493

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to