git: 62bb16c64737 - stable/14 - lib/msun/tests: re-enable nan_test on riscv
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 26 Jun 2026 17:00:02 UTC
The branch stable/14 has been updated by siva:
URL: https://cgit.FreeBSD.org/src/commit/?id=62bb16c64737b32b43a2824d158923bc6245b6bc
commit 62bb16c64737b32b43a2824d158923bc6245b6bc
Author: Siva Mahadevan <siva@FreeBSD.org>
AuthorDate: 2026-06-15 22:27:52 +0000
Commit: Siva Mahadevan <siva@FreeBSD.org>
CommitDate: 2026-06-26 16:11:03 +0000
lib/msun/tests: re-enable nan_test on riscv
Commit 1e25cda7f06923d05e28dac8eb1c1c428a5c92dc fixed it.
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
(cherry picked from commit 52ad4f883489f73e7a876f5cf296bb5a7dc696a2)
---
lib/msun/tests/nan_test.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/lib/msun/tests/nan_test.c b/lib/msun/tests/nan_test.c
index e5b1334926f2..75c28d45fb78 100644
--- a/lib/msun/tests/nan_test.c
+++ b/lib/msun/tests/nan_test.c
@@ -106,9 +106,6 @@ testnan(const char *nan_format)
ATF_TC_WITHOUT_HEAD(nan);
ATF_TC_BODY(nan, tc)
{
-#if defined(__riscv)
- atf_tc_expect_fail("https://bugs.freebsd.org/290099");
-#endif
/* Die if a signalling NaN is returned */
feenableexcept(FE_INVALID);