diff options
| author | Marijn Haverbeke <marijnh@gmail.com> | 2011-11-21 13:49:28 +0100 |
|---|---|---|
| committer | Marijn Haverbeke <marijnh@gmail.com> | 2011-11-21 13:49:28 +0100 |
| commit | 7a7f0604f4aff935f2b2ad4ad9c66f77c581dc93 (patch) | |
| tree | 991b629de95c30bbe18c5dcc4300f3c9427f7ca6 /src | |
| parent | 8e2b5de90ea5773db2ce980a252b0038f2eace2e (diff) | |
| download | rust-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.rs | 1 |
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; |
