Add ignore-emscripten too

This commit is contained in:
Scott McMurray 2017-12-02 23:24:11 -08:00
parent ad2a8e8356
commit c0654ce815
2 changed files with 2 additions and 0 deletions

View 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

View 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