]> git.lizzy.rs Git - rust.git/commit
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)
commit517e38997db9f60612676c9f83dab6ed35c1b5df
tree6ecb06663edb788b206b81f0d71488b5ca67a189
parent8391b71122cd88bcfb729f868b662ffdad61b583
parentfd2ed71dcc35612db900c07d652a849bf630d68e
auto merge of #12354 : alexcrichton/rust/fix-rustuv-segfault, r=cmr

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