From fd6f565209469531ed91b8f668c163d01d234af9 Mon Sep 17 00:00:00 2001 From: gnzlbg Date: Fri, 9 Nov 2018 11:43:54 +0100 Subject: [PATCH] disable ptr2str test on mips64el --- jemalloc-ctl/src/raw.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/jemalloc-ctl/src/raw.rs b/jemalloc-ctl/src/raw.rs index 0e7dc3d..09d24a8 100644 --- a/jemalloc-ctl/src/raw.rs +++ b/jemalloc-ctl/src/raw.rs @@ -389,6 +389,7 @@ union MaybeUninit { mod tests { use super::*; #[test] + #[cfg(not(target_arch = "mips64el"))] // FIXME: SIGFPE fn test_ptr2str() { unsafe { //{ // This is undefined behavior: