Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Apr 2021 15:28:23 GMT
From:      Alex Richardson <arichardson@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 062293c2c471 - main - Remove XFAIL from tests/lib/msun/lround_test:main
Message-ID:  <202104151528.13FFSNlk024426@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by arichardson:

URL: https://cgit.FreeBSD.org/src/commit/?id=062293c2c471c6affb46f0ba44e7b7ee5b77b591

commit 062293c2c471c6affb46f0ba44e7b7ee5b77b591
Author:     Alex Richardson <arichardson@FreeBSD.org>
AuthorDate: 2021-04-15 15:07:58 +0000
Commit:     Alex Richardson <arichardson@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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104151528.13FFSNlk024426>