Skip to content

Commit

Permalink
fix(compile) re-disable skip_stack_guard test has they still fails on…
Browse files Browse the repository at this point in the history
… macOS and windows
  • Loading branch information
ptitSeb committed Sep 1, 2021
1 parent db7042e commit bbce509
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/ignores.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ windows+cranelift spec::memory_grow
# LLVM/Universal doesn't work in macOS M1. Skip all tests
llvm+universal+macos+aarch64 *

# TODO: We need to fix this. The issue is caused by libunwind overflowing
# the stack while creating the stacktrace.
# https://github.com/rust-lang/backtrace-rs/issues/356
cranelift spec::skip_stack_guard_page
llvm spec::skip_stack_guard_page

# TODO(https://github.com/wasmerio/wasmer/issues/1727): Traps in dylib engine
cranelift+dylib spec::linking
cranelift+dylib spec::bulk
Expand Down

0 comments on commit bbce509

Please sign in to comment.