Skip to content

Commit

Permalink
Attempt to re-enable some tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu committed Jan 14, 2022
1 parent 11d717f commit cbcf233
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/ignores.txt
Expand Up @@ -3,7 +3,6 @@ singlepass spec::multi_value # Singlepass has not implemented multivalue (functi
singlepass spec::simd # Singlepass doesn't support yet SIMD (no one asked for this feature)

singlepass+dylib * # It needs to add support for PIC in Singlepass. Not implemented at the moment
windows+dylib * # This might be trivial to fix?
musl+dylib * # Dynamic loading not supported in Musl

# Traps
Expand Down Expand Up @@ -37,10 +36,6 @@ cranelift multi_value_imports::dylib # Needs investigation
singlepass multi_value_imports::dylib # Singlepass doesn't support multivalue
singlepass multi_value_imports::dynamic # Singlepass doesn't support multivalue

# LLVM doesn't fully work in macOS M1
llvm+universal+macos+aarch64 * # We are using the object crate, it was not fully supporting aarch64 relocations emitted by LLVM. Needs reassesment
llvm+dylib+macos+aarch64 * # Tests seem to be randomly failing

# 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
Expand Down

0 comments on commit cbcf233

Please sign in to comment.