From 143e2dcd5ce3a7ba5953378cde0f2850850d6e9f Mon Sep 17 00:00:00 2001 From: kennytm Date: Mon, 11 Sep 2017 00:13:19 +0800 Subject: Disable the new Hasher tests on Emscripten. --- src/liballoc/tests/lib.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/liballoc') diff --git a/src/liballoc/tests/lib.rs b/src/liballoc/tests/lib.rs index 61377018455..c5beb63d12e 100644 --- a/src/liballoc/tests/lib.rs +++ b/src/liballoc/tests/lib.rs @@ -51,6 +51,9 @@ fn hash(t: &T) -> u64 { s.finish() } +// FIXME: Instantiated functions with i128 in the signature is not supported in Emscripten. +// See https://github.com/kripken/emscripten-fastcomp/issues/169 +#[cfg(not(target_os = "emscripten"))] #[test] fn test_boxed_hasher() { let ordinary_hash = hash(&5u32); -- cgit 1.4.1-3-g733a5