From b9089b5335231ac0f6528f2e67fcc344d666f355 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Tue, 28 Feb 2012 13:56:48 -0800 Subject: std: Ignore uv tests on FreeBSD --- src/libstd/uv.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/libstd') diff --git a/src/libstd/uv.rs b/src/libstd/uv.rs index 8022a7a38b7..875656d3a22 100644 --- a/src/libstd/uv.rs +++ b/src/libstd/uv.rs @@ -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::(); @@ -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::(); -- cgit 1.4.1-3-g733a5