git: 062293c2c471 - main - Remove XFAIL from tests/lib/msun/lround_test:main
Alex Richardson
arichardson at FreeBSD.org
Thu Apr 15 15:28:24 UTC 2021
The branch main has been updated by arichardson:
URL: https://cgit.FreeBSD.org/src/commit/?id=062293c2c471c6affb46f0ba44e7b7ee5b77b591
commit 062293c2c471c6affb46f0ba44e7b7ee5b77b591
Author: Alex Richardson <arichardson at FreeBSD.org>
AuthorDate: 2021-04-15 15:07:58 +0000
Commit: Alex Richardson <arichardson at FreeBSD.org>
CommitDate: 2021-04-15 15:28:09 +0000
Remove XFAIL from tests/lib/msun/lround_test:main
This test no longer fails after 3b00222f156dca5700c839d73e36daf479fa640c.
PR: 205451
MFC after: 1 week
---
lib/msun/tests/lround_test.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/lib/msun/tests/lround_test.c b/lib/msun/tests/lround_test.c
index b2a046917c71..a6daa5459c7b 100644
--- a/lib/msun/tests/lround_test.c
+++ b/lib/msun/tests/lround_test.c
@@ -72,7 +72,6 @@ __FBSDID("$FreeBSD$");
ATF_TC_WITHOUT_HEAD(main);
ATF_TC_BODY(main, tc)
{
- atf_tc_expect_fail("https://bugs.freebsd.org/205451");
testall(0.0, 0, 0);
testall(0.25, 0, FE_INEXACT);
testall(0.5, 1, FE_INEXACT);
More information about the dev-commits-src-main
mailing list