Skip to content

Commit

Permalink
Try to enable more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu committed Mar 2, 2022
1 parent 0bb3bfa commit ef38f0d
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions tests/ignores.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,14 @@ singlepass multi_value_imports::dynamic # Singlepass doesn't support multivalue
# TODO: We need to fix this in ARM. The issue is caused by libunwind overflowing
# the stack while creating the stacktrace.
# https://github.com/rust-lang/backtrace-rs/issues/356
cranelift+aarch64 spec::skip_stack_guard_page # This is skipped for ARM, not fully fixed yet
llvm+aarch64 spec::skip_stack_guard_page # This is skipped for ARM, not fully fixed yet
singlepass+windows spec::skip_stack_guard_page # Needs investigation.
cranelift+windows spec::skip_stack_guard_page # Needs investigation. Issue: `STATUS_ACCESS_VIOLATION` trap happened
cranelift+macos spec::skip_stack_guard_page # Needs investigation. process didn't exit successfully: (signal: 6, SIGABRT: process abort signal)
llvm+macos spec::skip_stack_guard_page # Needs investigation. process didn't exit successfully: (signal: 6, SIGABRT: process abort signal)
dylib spec::skip_stack_guard_page # Missing trap information in dylibs
# Also neither LLVM nor Cranelift currently implement stack probing on AArch64.
# https://github.com/wasmerio/wasmer/issues/2808
cranelift+aarch64 spec::skip_stack_guard_page
llvm+aarch64 spec::skip_stack_guard_page
# Stack probing doesn't seem to be working correctly on Windows with Cranelift
cranelift+windows spec::skip_stack_guard_page
# TODO: Needs more investigation
cranelift+macos

# Some SIMD opperations are not yet supported by Cranelift
# Cranelift just added support for most of those recently, it might be easy to update
Expand Down

0 comments on commit ef38f0d

Please sign in to comment.