The branch main has been updated by siva:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=52ad4f883489f73e7a876f5cf296bb5a7dc696a2

commit 52ad4f883489f73e7a876f5cf296bb5a7dc696a2
Author:     Siva Mahadevan <[email protected]>
AuthorDate: 2026-06-15 22:27:52 +0000
Commit:     Siva Mahadevan <[email protected]>
CommitDate: 2026-06-21 02:03:27 +0000

    lib/msun/tests: re-enable nan_test on riscv
    
    Commit 1e25cda7f06923d05e28dac8eb1c1c428a5c92dc fixed it.
    
    MFC after:      3 days
    Sponsored by:   The FreeBSD Foundation
---
 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);
 

Reply via email to