Skip to content

Commit

Permalink
tests: Ignore miri in Winch integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
saulecabrera committed May 16, 2023
1 parent 5222888 commit f0e2850
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/all/winch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ fn add_fn(store: impl AsContextMut) -> Func {
}

#[test]
#[cfg_attr(miri, ignore)]
fn array_to_wasm() {
let mut c = Config::new();
c.strategy(Strategy::Winch);
Expand Down Expand Up @@ -77,6 +78,7 @@ fn array_to_wasm() {
}

#[test]
#[cfg_attr(miri, ignore)]
fn native_to_wasm() {
let mut c = Config::new();
c.strategy(Strategy::Winch);
Expand All @@ -100,6 +102,7 @@ fn native_to_wasm() {
}

#[test]
#[cfg_attr(miri, ignore)]
fn wasm_to_native() {
let mut c = Config::new();
c.strategy(Strategy::Winch);
Expand Down

0 comments on commit f0e2850

Please sign in to comment.