]> git.lizzy.rs Git - rust.git/commitdiff
Add ignore-emscripten too
authorScott McMurray <scottmcm@users.noreply.github.com>
Sun, 3 Dec 2017 07:24:11 +0000 (23:24 -0800)
committerScott McMurray <scottmcm@users.noreply.github.com>
Sun, 3 Dec 2017 07:24:11 +0000 (23:24 -0800)
src/test/mir-opt/lower_128bit_debug_test.rs
src/test/mir-opt/lower_128bit_test.rs

index 40acf048aba018e142695f175da965bba440b801..4f9bb809e99283fc7291a8b8ddb05a9ee3753f13 100644 (file)
@@ -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
 
index 196cdf2c3c5115e2cfc8f136ea71b4e6ddf1bab2..e8c8412db80efdae0d258ea93fc5c3ae728b7260 100644 (file)
@@ -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