Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Apr 2021 15:28:22 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: 3f01d8c2fe5d - main - Remove amd64 XFAIL from tests/lib/msun/fma_test:infinities
Message-ID:  <202104151528.13FFSMEM024405@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=3f01d8c2fe5d31866258c9872f35030d98828e48

commit 3f01d8c2fe5d31866258c9872f35030d98828e48
Author:     Alex Richardson <arichardson@FreeBSD.org>
AuthorDate: 2021-04-15 15:04:19 +0000
Commit:     Alex Richardson <arichardson@FreeBSD.org>
CommitDate: 2021-04-15 15:28:08 +0000

    Remove amd64 XFAIL from tests/lib/msun/fma_test:infinities
    
    This test no longer fails after 3b00222f156dca5700c839d73e36daf479fa640c.
    
    PR:             205448
    MFC after:      1 week
---
 lib/msun/tests/fma_test.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/lib/msun/tests/fma_test.c b/lib/msun/tests/fma_test.c
index 4e3df40be9c9..2855877c68d0 100644
--- a/lib/msun/tests/fma_test.c
+++ b/lib/msun/tests/fma_test.c
@@ -484,10 +484,6 @@ ATF_TC_BODY(zeroes, tc)
 ATF_TC_WITHOUT_HEAD(infinities);
 ATF_TC_BODY(infinities, tc)
 {
-#if defined(__amd64__)
-	if (atf_tc_get_config_var_as_bool_wd(tc, "ci", false))
-		atf_tc_expect_fail("https://bugs.freebsd.org/205448");
-#endif
 	for (size_t i = 0; i < nitems(rmodes); i++) {
 		printf("rmode = %d\n", rmodes[i]);
 		fesetround(rmodes[i]);



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