From c0654ce8156c0b3811595a29c137d318d90d0686 Mon Sep 17 00:00:00 2001 From: Scott McMurray Date: Sat, 2 Dec 2017 23:24:11 -0800 Subject: [PATCH] Add ignore-emscripten too --- src/test/mir-opt/lower_128bit_debug_test.rs | 1 + src/test/mir-opt/lower_128bit_test.rs | 1 + 2 files changed, 2 insertions(+) diff --git a/src/test/mir-opt/lower_128bit_debug_test.rs b/src/test/mir-opt/lower_128bit_debug_test.rs index 40acf048aba..4f9bb809e99 100644 --- a/src/test/mir-opt/lower_128bit_debug_test.rs +++ b/src/test/mir-opt/lower_128bit_debug_test.rs @@ -11,6 +11,7 @@ // asmjs can't even pass i128 as arguments or return values, so ignore it. // this will hopefully be fixed by the LLVM 5 upgrade (#43370) // ignore-asmjs +// ignore-emscripten // compile-flags: -Z lower_128bit_ops -C debug_assertions=yes diff --git a/src/test/mir-opt/lower_128bit_test.rs b/src/test/mir-opt/lower_128bit_test.rs index 196cdf2c3c5..e8c8412db80 100644 --- a/src/test/mir-opt/lower_128bit_test.rs +++ b/src/test/mir-opt/lower_128bit_test.rs @@ -11,6 +11,7 @@ // asmjs can't even pass i128 as arguments or return values, so ignore it. // this will hopefully be fixed by the LLVM 5 upgrade (#43370) // ignore-asmjs +// ignore-emscripten // compile-flags: -Z lower_128bit_ops -C debug_assertions=no -- 2.44.0