std: Ignore uv tests on FreeBSD

This commit is contained in:
Brian Anderson 2012-02-28 13:56:48 -08:00
parent 9831ee3e67
commit b9089b5335

View File

@ -588,6 +588,7 @@ fn test_uv_new_loop_no_handles() {
}
#[test]
#[ignore(cfg(target_os = "freebsd"))]
fn test_uv_simple_async() {
let test_loop = uv::loop_new();
let exit_port = comm::port::<bool>();
@ -606,6 +607,7 @@ fn test_uv_simple_async() {
}
#[test]
#[ignore(cfg(target_os = "freebsd"))]
fn test_uv_timer() {
let test_loop = uv::loop_new();
let exit_port = comm::port::<bool>();