core::rt: Unignore some networking tests
These should work now, I hope
This commit is contained in:
parent
d24a3a4b01
commit
eac629bf5c
1 changed files with 0 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue