]> git.lizzy.rs Git - rust.git/commit
Fixing some tests, adding some pipes
authorAlex Crichton <alex@alexcrichton.com>
Tue, 22 Oct 2013 15:41:05 +0000 (08:41 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 24 Oct 2013 21:22:35 +0000 (14:22 -0700)
commit816e46dd633cf4cc5741dde6ce3bffd4a9ba67a7
tree91be9afd56dcda81b3ed6f09e43f9fa4d12290cc
parent262b958a4bedf419335069c95f054a22da48a88a
Fixing some tests, adding some pipes

This adds constructors to pipe streams in the new runtime to take ownership of
file descriptors, and also fixes a few tests relating to the std::run changes
(new errors are raised on io_error and one test is xfail'd).
src/libstd/rt/io/pipe.rs
src/libstd/run.rs
src/test/run-pass/core-run-destroy.rs