Skip to content

Commit

Permalink
Un-ignore these fixed tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
nlewycky committed Oct 16, 2020
1 parent 57202f7 commit ff15be3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion tests/compilers/traps.rs
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,6 @@ RuntimeError: unreachable
}

#[test]
#[cfg_attr(feature = "test-native", ignore)]
fn present_after_module_drop() -> Result<()> {
let store = get_store();
let module = Module::new(&store, r#"(func (export "foo") unreachable)"#)?;
Expand Down
2 changes: 0 additions & 2 deletions tests/ignores.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ llvm::spec::skip_stack_guard_page on darwin

# TODO(https://github.com/wasmerio/wasmer/issues/1727): Traps in native engine
cranelift::spec::linking on native
# TODO(https://github.com/wasmerio/wasmer/pull/1710): Library is dropped too soon.
llvm::spec::linking on native

# https://github.com/wasmerio/wasmer/issues/1722
llvm::spec::skip_stack_guard_page on native
Expand Down

0 comments on commit ff15be3

Please sign in to comment.