Skip to content

Commit ad2a8e8

Browse files
committed
Ignore the lower_128bit tests on asmjs
1 parent 49ee161 commit ad2a8e8

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/test/mir-opt/lower_128bit_debug_test.rs

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// asmjs can't even pass i128 as arguments or return values, so ignore it.
12+
// this will hopefully be fixed by the LLVM 5 upgrade (#43370)
13+
// ignore-asmjs
14+
1115
// compile-flags: -Z lower_128bit_ops -C debug_assertions=yes
1216

1317
#![feature(i128_type)]

src/test/mir-opt/lower_128bit_test.rs

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// asmjs can't even pass i128 as arguments or return values, so ignore it.
12+
// this will hopefully be fixed by the LLVM 5 upgrade (#43370)
13+
// ignore-asmjs
14+
1115
// compile-flags: -Z lower_128bit_ops -C debug_assertions=no
1216

1317
#![feature(i128_type)]

0 commit comments

Comments
 (0)