aprantl accepted this revision.
aprantl added inline comments.
This revision is now accepted and ready to land.


================
Comment at: lldb/test/API/tools/lldb-server/TestAppleSimulatorOSType.py:66
+        for _ in range(0, self.PID_RETRIES):
             stderr = sim_launcher.stderr.readline().decode("utf-8")
+            if not stderr:
----------------
I'm not sure I would call this RETRIES since we're just reading more lines from 
stderr. May MAX_LINES?


Repository:
  rLLDB LLDB

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

https://reviews.llvm.org/D85758

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

Reply via email to