[Lldb-commits] [PATCH] D13124: test runner: switch to pure-Python timeout mechanism

Todd Fiala via lldb-commits lldb-commits at lists.llvm.org
Mon Sep 28 16:28:33 PDT 2015


tfiala updated this revision to Diff 35925.
tfiala added a comment.

Fixed up my previous inline comments.  I was caching the popen object's returncode returned from wait(), since it was showing unstable characteristics when reading after a successful wait().  But I failed to use it everywhere.  Fixed that.


http://reviews.llvm.org/D13124

Files:
  test/dosep.py
  test/test_runner/README.txt
  test/test_runner/lib/lldb_utils.py
  test/test_runner/lib/process_control.py
  test/test_runner/test/inferior.py
  test/test_runner/test/process_control_tests.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13124.35925.patch
Type: text/x-patch
Size: 45781 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150928/3079a9e4/attachment-0001.bin>


More information about the lldb-commits mailing list