Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Apr 2021 11:08:40 GMT
From:      Alex Richardson <arichardson@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: d08c4d80abd8 - stable/13 - Remove XFAIL from tests/lib/msun/lround_test:main
Message-ID:  <202104221108.13MB8ePS088933@gitrepo.freebsd.org>

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

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

commit d08c4d80abd8fc49771f9e3895a5d519633a64ef
Author:     Alex Richardson <arichardson@FreeBSD.org>
AuthorDate: 2021-04-15 15:07:58 +0000
Commit:     Alex Richardson <arichardson@FreeBSD.org>
CommitDate: 2021-04-22 09:44:55 +0000

    Remove XFAIL from tests/lib/msun/lround_test:main
    
    This test no longer fails after 3b00222f156dca5700c839d73e36daf479fa640c.
    
    PR:             205451
    MFC after:      1 week
    
    (cherry picked from commit 062293c2c471c6affb46f0ba44e7b7ee5b77b591)
---
 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?202104221108.13MB8ePS088933>