[libc-commits] [libc] [libc] Disable fenv tests that don't work in Arm/AArch64 softfp (PR #217334)

Victor Campos via libc-commits libc-commits at lists.llvm.org
Tue Aug 25 02:00:10 PDT 2026


================
@@ -27,6 +27,11 @@ using LlvmLibcExceptionStatusTest = LIBC_NAMESPACE::testing::FEnvSafeTest;
 // This test enables an exception and verifies that raising that exception
 // triggers SIGFPE.
 TEST_F(LlvmLibcExceptionStatusTest, RaiseAndCrash) {
+#if (defined(LIBC_TARGET_ARCH_IS_AARCH64) ||                                   \
----------------
vhscampos wrote:

Fixed. Thank you

https://github.com/llvm/llvm-project/pull/217334


More information about the libc-commits mailing list