[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:27 PDT 2026
================
@@ -62,4 +67,5 @@ TEST_F(LlvmLibcExceptionStatusTest, RaiseAndCrash) {
LIBC_NAMESPACE::fputil::disable_except(FE_ALL_EXCEPT);
ASSERT_EQ(LIBC_NAMESPACE::feclearexcept(FE_ALL_EXCEPT), 0);
}
+#endif
----------------
vhscampos wrote:
Done. Thanks
https://github.com/llvm/llvm-project/pull/217334
More information about the libc-commits
mailing list