From cbcf233fec60cf5b82e298a3e68b38ddbd3d4925 Mon Sep 17 00:00:00 2001 From: Amanieu d'Antras Date: Fri, 14 Jan 2022 21:48:01 +0000 Subject: [PATCH] Attempt to re-enable some tests again --- tests/ignores.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/ignores.txt b/tests/ignores.txt index fd9bebcb7f1..54606e9ad5c 100644 --- a/tests/ignores.txt +++ b/tests/ignores.txt @@ -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 @@ -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