]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #12354 : alexcrichton/rust/fix-rustuv-segfault, r=cmr
authorbors <bors@rust-lang.org>
Tue, 18 Feb 2014 14:46:55 +0000 (06:46 -0800)
committerbors <bors@rust-lang.org>
Tue, 18 Feb 2014 14:46:55 +0000 (06:46 -0800)
The details can be found in the comments I added to the test, but the gist of it
is that capturing output injects rescheduling a green task on failure, which
wasn't desired for the test in question.

cc #12340


Trivial merge