about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorMarijn Haverbeke <marijnh@gmail.com>2011-11-21 13:49:28 +0100
committerMarijn Haverbeke <marijnh@gmail.com>2011-11-21 13:49:28 +0100
commit7a7f0604f4aff935f2b2ad4ad9c66f77c581dc93 (patch)
tree991b629de95c30bbe18c5dcc4300f3c9427f7ca6 /src
parent8e2b5de90ea5773db2ce980a252b0038f2eace2e (diff)
downloadrust-7a7f0604f4aff935f2b2ad4ad9c66f77c581dc93.tar.gz
rust-7a7f0604f4aff935f2b2ad4ad9c66f77c581dc93.zip
Ignore test_log_functions test for now
It fails under valgrind
Diffstat (limited to 'src')
-rw-r--r--src/test/stdtest/math.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/stdtest/math.rs b/src/test/stdtest/math.rs
index b09302000a6..12bc31bb0e5 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;