The branch stable/15 has been updated by siva: URL: https://cgit.FreeBSD.org/src/commit/?id=be5333a0a0e609eb2e4bd154fd7213cb8a3882e3
commit be5333a0a0e609eb2e4bd154fd7213cb8a3882e3 Author: Siva Mahadevan <[email protected]> AuthorDate: 2026-06-15 22:27:52 +0000 Commit: Siva Mahadevan <[email protected]> CommitDate: 2026-06-26 15:16:44 +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 3dcea3f9e402..32c5c39af0c1 100644 --- a/lib/msun/tests/nan_test.c +++ b/lib/msun/tests/nan_test.c @@ -105,9 +105,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);
