Add ignore-emscripten too
This commit is contained in:
parent
ad2a8e8356
commit
c0654ce815
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue