Re: [Lldb-commits] [PATCH] D12558: Fix rare failure in TestProcessIO

2015-09-03 Thread Pavel Labath via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL246753: Fix rare failure in TestProcessIO (authored by labath). Changed prior to commit: http://reviews.llvm.org/D12558?vs=33815&id=33917#toc Repository: rL LLVM http://reviews.llvm.org/D12558 File

Re: [Lldb-commits] [PATCH] D12558: Fix rare failure in TestProcessIO

2015-09-02 Thread Greg Clayton via lldb-commits
clayborg accepted this revision. clayborg added a comment. This revision is now accepted and ready to land. Looks fine. http://reviews.llvm.org/D12558 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/li

[Lldb-commits] [PATCH] D12558: Fix rare failure in TestProcessIO

2015-09-02 Thread Pavel Labath via lldb-commits
labath created this revision. labath added reviewers: clayborg, ovyalov. labath added a subscriber: lldb-commits. There was a race condition in Process class, where we would not wait for process stdout to propagate fully before we would shut down the connection (repro case: slow down the stdio t