From 006f173f85331b33a47603aa9a3d2607a168014a Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 22 Sep 2017 21:31:27 -0700 Subject: [PATCH] Ignore failing test on mips --- tests/floattidf.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/floattidf.rs b/tests/floattidf.rs index 4e4f84d..c2e798a 100644 --- a/tests/floattidf.rs +++ b/tests/floattidf.rs @@ -4,5 +4,6 @@ not(any(target_env = "gnu", target_env = "musl")), target_os = "linux", test), no_std)] +#![cfg(not(target_arch = "mips"))] // FIXME(#168) include!(concat!(env!("OUT_DIR"), "/floattidf.rs"));