]> git.lizzy.rs Git - rust.git/commit
rustuv: Get all tests passing again after refactor
authorAlex Crichton <alex@alexcrichton.com>
Fri, 13 Dec 2013 19:30:59 +0000 (11:30 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 25 Dec 2013 03:59:53 +0000 (19:59 -0800)
commitafd4e2ad8dc4112b99c8d30996ff0bb5b0516b53
tree9e4bd858bbb5e3c0b3526c0976d0ca032217c16a
parentf5d9b2ca6d9a360112f06b3044897c22736c52b8
rustuv: Get all tests passing again after refactor

All tests except for the homing tests are now working again with the
librustuv/libgreen refactoring. The homing-related tests are currently commented
out and now placed in the rustuv::homing module.

I plan on refactoring scheduler pool spawning in order to enable more homing
tests in a future commit.
12 files changed:
src/librustuv/addrinfo.rs
src/librustuv/async.rs
src/librustuv/file.rs
src/librustuv/homing.rs
src/librustuv/idle.rs
src/librustuv/lib.rs
src/librustuv/net.rs
src/librustuv/pipe.rs
src/librustuv/signal.rs
src/librustuv/timer.rs
src/librustuv/uvio.rs
src/libstd/io/mod.rs