[Lldb-commits] [PATCH] D100493: [lldb][AArch64] Don't check for VmFlags in smaps files

David Spickett via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Apr 14 09:17:52 PDT 2021


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



More information about the lldb-commits mailing list