core::rt: Unignore some networking tests

These should work now, I hope
This commit is contained in:
Brian Anderson 2013-04-20 01:32:06 -07:00
parent d24a3a4b01
commit eac629bf5c

View file

@ -335,7 +335,6 @@ impl Stream for UvStream {
}
#[test]
#[ignore(reason = "ffi struct issues")]
fn test_simple_io_no_connect() {
do run_in_bare_thread {
let mut sched = ~UvEventLoop::new_scheduler();
@ -351,7 +350,6 @@ fn test_simple_io_no_connect() {
}
#[test]
#[ignore(reason = "ffi struct issues")]
fn test_simple_tcp_server_and_client() {
do run_in_bare_thread {
let mut sched = ~UvEventLoop::new_scheduler();