From nobody Fri Jun 26 16:59:57 2026 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4gn23K4tdkz6jn2k for ; Fri, 26 Jun 2026 16:59:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "YR1" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4gn23K1xMHz4Dy2 for ; Fri, 26 Jun 2026 16:59:57 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1782493197; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=FgduYH1LtzV0gUHfqnKF42zWJ0/aYmEqAja4Ck8/3Z4=; b=X5do4kFlELh6+ASZfT4+s6RKlhCIOfEHZWufGRbWP0Kje2bUjzey+EIw0K20GI4O/IY0Ap 0fNLoL9levHzepE6xquuP/AhoerqjGeDhdywczZGNVeJ7Ivs73oxamk/wj/oRB4pA22HG3 T2dNPELEuw3d6Tldzfm/n1eU0Um6ZVZQnSwPE5ud9ZRuHmdpHnyg15r9S94mVGEvW1YGbJ d0voLLXhjySElPI23nuyk90DvYa4vE1gyzCmqMrYTJ9vdJIdaAFzuN6l1ckWP4oENxfOV6 ENeG9muYy7YmUijnlN5hEDGpxRurAto2DWacJkMR6TVlANbYT6kPbwyfZ/1mHA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1782493197; a=rsa-sha256; cv=none; b=naUXwangllTMzLVJBOMLUYoqgVaT8cKBSxY/QOTIzbn6Kze0OGnBzbmvp1lK5vgP+KE8Wp 9P4I1Qa75FwJyTfNcNI+YW1jPbofj4MP1Shfh54oEysGlmgyvYEUKdtvwWwCm4mtaX93er +uZ6QcDPl4Osq+SKuyjadELJQUq8h9iFzpl0TchHU1wSdrcDQsr5S/ZkPh+TsyWdIOIRbU LyPisWGCwbz2eIA3lfy0l0HzLop4/LWbQQaIAOlHzw3xrHLpcoWy/ITpeU8NZSViSC37qd ZnbP69SKM1ecZZgto51xmMrhz/uQwn3BZfeGdu36mAEudv1YZAC2o+iCfWqG0w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1782493197; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=FgduYH1LtzV0gUHfqnKF42zWJ0/aYmEqAja4Ck8/3Z4=; b=N2kwFPPI7b0lu5gaPMoPzw33TRVx5xMvXUAI68VT1RLEPMifgKJcKIHz3cA3z/m33YPgaz 24R5nCm1OulEijPR2dSlR1cPlgi4gHB/rZhEmL54FHdrH8xgA+yBzB3dQHbmoxjpGAZ01H XiRkwWoPXjJ9WcWOLYg0zTF4dYyzn2ySpuG9WXQoXfKYSm7lwjb7M9w1TeRBXmxvIxt6ye dJw8WRST1HRhQIMIbr4rA+K9Ga12feJR961pCliaVteiqScHIMP03xlKClNIgHN69MjyeK 2LwRKXtY4LxGeM3JEGGwAGH5vweyghvW0EhMX/bxd28N2ffgVKATJ64VRMn24g== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gn23K1099zlh8 for ; Fri, 26 Jun 2026 16:59:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 34997 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Fri, 26 Jun 2026 16:59:57 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Cc: Siva Mahadevan From: Siva Mahadevan Subject: git: 4a07cff871da - stable/14 - lib/msun/tests: xfail fe_round on riscv64 List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: siva X-Git-Repository: src X-Git-Refname: refs/heads/stable/14 X-Git-Reftype: branch X-Git-Commit: 4a07cff871da327ecffffab3015198bd0b40c11a Auto-Submitted: auto-generated Date: Fri, 26 Jun 2026 16:59:57 +0000 Message-Id: <6a3eb00d.34997.2eac3f0d@gitrepo.freebsd.org> The branch stable/14 has been updated by siva: URL: https://cgit.FreeBSD.org/src/commit/?id=4a07cff871da327ecffffab3015198bd0b40c11a commit 4a07cff871da327ecffffab3015198bd0b40c11a Author: Siva Mahadevan AuthorDate: 2025-10-08 20:40:15 +0000 Commit: Siva Mahadevan CommitDate: 2026-06-26 16:10:13 +0000 lib/msun/tests: xfail fe_round on riscv64 Replace ATF_CHECK_* with ATF_REQUIRE_* to fail fast and avoid unexpected aborts. Signed-off-by: Siva Mahadevan PR: 290099 MFC after: 3 days Sponsored by: The FreeBSD Foundation Pull Request: https://github.com/freebsd/freebsd-src/pull/1871 (cherry picked from commit 6c18c40b29fd5ac66230af34726260ce2d47aecd) --- contrib/netbsd-tests/lib/libm/t_fe_round.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/contrib/netbsd-tests/lib/libm/t_fe_round.c b/contrib/netbsd-tests/lib/libm/t_fe_round.c index a7ee3bf77b98..58d1dbfc0e37 100644 --- a/contrib/netbsd-tests/lib/libm/t_fe_round.c +++ b/contrib/netbsd-tests/lib/libm/t_fe_round.c @@ -72,20 +72,23 @@ ATF_TC_HEAD(fe_round, tc) ATF_TC_BODY(fe_round, tc) { +#if defined(__riscv) + atf_tc_expect_fail("https://bugs.freebsd.org/290099"); +#endif long int received; for (unsigned int i = 0; i < __arraycount(values); i++) { fesetround(values[i].round_mode); received = lrint(values[i].input); - ATF_CHECK_MSG( + ATF_REQUIRE_MSG( (labs(received - values[i].expected) < EPSILON), "lrint rounding wrong, difference too large. " "input: %f (index %d): got %ld, expected %ld", values[i].input, i, received, values[i].expected); /* Do we get the same rounding mode out? */ - ATF_CHECK_MSG( + ATF_REQUIRE_MSG( (fegetround() == values[i].round_mode), "Didn't get the same rounding mode out!. " "(index %d) fed in %d rounding mode, got %d out",