From ff15be3a7528b16dba804ae7b4b6a73bb62d2886 Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Thu, 15 Oct 2020 17:05:21 -0700 Subject: [PATCH] Un-ignore these fixed tests. --- tests/compilers/traps.rs | 1 - tests/ignores.txt | 2 -- 2 files changed, 3 deletions(-) diff --git a/tests/compilers/traps.rs b/tests/compilers/traps.rs index 7b1944ba369..f9798399026 100644 --- a/tests/compilers/traps.rs +++ b/tests/compilers/traps.rs @@ -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)"#)?; diff --git a/tests/ignores.txt b/tests/ignores.txt index f8b426a02a8..6fcd597d8ed 100644 --- a/tests/ignores.txt +++ b/tests/ignores.txt @@ -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