1
Fork 0

Ignore many tests on wasm32

This commit is contained in:
Gary Guo 2023-04-05 09:44:20 +01:00
parent e06de16a82
commit 04126398c2
149 changed files with 284 additions and 208 deletions

View file

@ -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>) }
}

View file

@ -1,3 +1,4 @@
// ignore-wasm32 compiled with panic=abort by default
// unit-test: DeadStoreElimination
#[inline(never)]