[PATCH] D17757: Make tsan tests more portable
Renato Golin via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 1 02:34:47 PST 2016
rengolin added a comment.
> there is no strict ordering of stdout and stderr when remote testing.
AFAIK, there is no strict ordering of stdout and stderr, period.
This is not a matter of flushing stdout, because there's still the concurrency issue between out and err. I believe this patch is correct, but I'll leave others more experienced in TSAN to approve.
cheers,
--renato
http://reviews.llvm.org/D17757
More information about the llvm-commits
mailing list