Ignore many tests on wasm32
This commit is contained in:
parent
e06de16a82
commit
04126398c2
149 changed files with 284 additions and 208 deletions
|
@ -32,7 +32,7 @@
|
|||
+ StorageLive(_4); // scope 0 at $DIR/cycle.rs:+3:11: +3:17
|
||||
+ _4 = cond() -> bb2; // scope 0 at $DIR/cycle.rs:+3:11: +3:17
|
||||
// mir::Constant
|
||||
// + span: $DIR/cycle.rs:12:11: 12:15
|
||||
// + span: $DIR/cycle.rs:13:11: 13:15
|
||||
// + literal: Const { ty: fn() -> bool {cond}, val: Value(<ZST>) }
|
||||
}
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
// ignore-wasm32 compiled with panic=abort by default
|
||||
// unit-test: DeadStoreElimination
|
||||
|
||||
#[inline(never)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue