[Lldb-commits] [PATCH] D13362: Enhance test runner timeout logic to detect successful completion of spawned process when stdout/stderr are shared to still-existing child processes
Todd Fiala via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 1 18:05:50 PDT 2015
tfiala added a comment.
The OS X one seems to be related to load (not terribly surprising). I'm seeing timeouts as I crank up the --threads. But I don't think that's the whole story. On the Linux side, I've been cranking down the threads and I'm still seeing it.
In light of the more fundamental issue I just filed here:
https://llvm.org/bugs/show_bug.cgi?id=25019
I'm going to address that piece first (upstream) before I take this part on here. That part needs to be straightened out first. The then I'll come back here.
http://reviews.llvm.org/D13362
More information about the lldb-commits
mailing list