Ignore the lower_128bit tests on asmjs

This commit is contained in:
Scott McMurray 2017-12-02 20:21:50 -08:00
parent 49ee16131e
commit ad2a8e8356
2 changed files with 8 additions and 0 deletions

View file

@ -8,6 +8,10 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// 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
// compile-flags: -Z lower_128bit_ops -C debug_assertions=yes
#![feature(i128_type)]

View file

@ -8,6 +8,10 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// 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
// compile-flags: -Z lower_128bit_ops -C debug_assertions=no
#![feature(i128_type)]