diff options
| author | Siva Mahadevan <siva@FreeBSD.org> | 2026-06-15 22:27:52 +0000 |
|---|---|---|
| committer | Siva Mahadevan <siva@FreeBSD.org> | 2026-06-21 02:03:27 +0000 |
| commit | 52ad4f883489f73e7a876f5cf296bb5a7dc696a2 (patch) | |
| tree | f63569b2c67150d712f080b88ac14b01a73ebc09 | |
| parent | 61152df00aee248bec2ef267c092b6004e25f6d6 (diff) | |
lib/msun/tests: re-enable nan_test on riscv
Commit 1e25cda7f06923d05e28dac8eb1c1c428a5c92dc fixed it.
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
| -rw-r--r-- | lib/msun/tests/nan_test.c | 3 |
1 files changed, 0 insertions, 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); |
