From 7a7f0604f4aff935f2b2ad4ad9c66f77c581dc93 Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke Date: Mon, 21 Nov 2011 13:49:28 +0100 Subject: [PATCH] Ignore test_log_functions test for now It fails under valgrind --- src/test/stdtest/math.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/stdtest/math.rs b/src/test/stdtest/math.rs index b09302000a67..12bc31bb0e5b 100644 --- a/src/test/stdtest/math.rs +++ b/src/test/stdtest/math.rs @@ -36,6 +36,7 @@ fn test_angle() { #[test] +#[ignore] fn test_log_functions() { assert ln(1.0) == 0.0; assert log2(1.0) == 0.0;