From nobody Fri Apr 3 15:27:32 2026 X-Original-To: dev-commits-src-branches@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 4fnMzT1TSpz6Ygks for ; Fri, 03 Apr 2026 15:27:33 +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 "R12" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4fnMzS5F2bz3hc3 for ; Fri, 03 Apr 2026 15:27:32 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1775230052; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Qr8wl8Dgw23k9vTDqxGojnLSLgB9e8W8JhmACBfUUcA=; b=LPIG1ivik1AYS6pobgvMNPgXyGqO77YtNvtLK7VdxDgB1s74+7/g82JgGRDj7XvXi9gf34 /0IkPbhtOWJt5+S4U0w8YaStnnD59MVja1UJZTczbx73+ZRVJgeVykn2ga3pUr4dNt6bUF XkmUTfT6pNjsbTCssRtadRfD8cAFCs7mYEcWRnn59FeoS5qBMfmk/ooqnnXXng1y/XwnY5 U/GwIYJ8BspbHISfiAFlfnAXpGNhbJ2SK9BD6vjJk2ImaNius89kzovId1wGEsd+56H2LO 3b9Pyw7TF4VzoUgIhIxQw8PawXkyo1gTWHIc1SdRMWrzD4r0/YI2jKAbUsDCew== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1775230052; a=rsa-sha256; cv=none; b=a8ujtnGCPzHc6r2k4KMbjYu2oWQCBO0aYoJyyAfGEyksJVk1pVVQBAVPw9RTT/tue0gd9p pU5Ci0gkXJc2SmSdCosd3VweZ7bVYCzgRuF4dAaD0SG7kKm5FZ7R7kYxdfw4EG5Hy6jZlZ S/SZS3RREuXCCN7JHTLxVj2LmXNoZ8ouR8qeg29kSZGEcvugDR1GGnboLQ3fDtSaXoVxaU QYLqtuvZeMwD7viTYvsbEZHB7/gmmMBGWMnvp8NR1xvdgKzy8mmD8NmunCRdbVxlza+3La mBesKlqveZ9/6C4B5P/Sj/A2kCgfst9ZfioXSX913H/7UX0wnr/ezIf+40Pa5w== 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=1775230052; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Qr8wl8Dgw23k9vTDqxGojnLSLgB9e8W8JhmACBfUUcA=; b=dGpAnTDG0IUmZCaiZ/GlmM9/ZJwYwWVjEJfuvczUrpJh/8HbGsu39e9N1ZQksRe8+ow4e7 kWxhLVo/R4vlCnLbQ2M/uy9+hKWLFQ7Qi2/RWGAvrs00UCxg5YOvLSQta/66nTrLfrXG21 EpySSyElpDoTT+VHgkKM7dFAmhCPAG5msKu8EMW/lChTjXAgppzQA6b9ba6wV+/JL2LMcj 8ZDB4YAl4teIESJpRAAFv+A8NgcObR0OfKgmF5inCkeuyMv5hKpEjOZOJikgo4O3odfPsx +21fM44jf6z5LzjkjRaCQIUEVUz2ikLjZ9ro2RbV4ung80+M2bqGBhgSqjWPSg== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4fnMzS4kjPztrk for ; Fri, 03 Apr 2026 15:27:32 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 40dc3 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Fri, 03 Apr 2026 15:27:32 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Jake Freeland Subject: git: 6a13864e02b0 - stable/14 - timerfd: Guard expected performance failure List-Id: Commits to the stable branches of the FreeBSD src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-branches List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-branches@freebsd.org Sender: owner-dev-commits-src-branches@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jfree X-Git-Repository: src X-Git-Refname: refs/heads/stable/14 X-Git-Reftype: branch X-Git-Commit: 6a13864e02b061b67808f2d1789de51c83aeea90 Auto-Submitted: auto-generated Date: Fri, 03 Apr 2026 15:27:32 +0000 Message-Id: <69cfdc64.40dc3.43be6b14@gitrepo.freebsd.org> The branch stable/14 has been updated by jfree: URL: https://cgit.FreeBSD.org/src/commit/?id=6a13864e02b061b67808f2d1789de51c83aeea90 commit 6a13864e02b061b67808f2d1789de51c83aeea90 Author: Jake Freeland AuthorDate: 2026-03-26 16:40:17 +0000 Commit: Jake Freeland CommitDate: 2026-04-03 15:26:56 +0000 timerfd: Guard expected performance failure During the timerfd__periodic_timer_performance test, only expect failures when the expiration count is less than 400000000. This prevents the test from being reported as a true failure in environments where scheduling latency is high enough to delay timerfd wakeups. Fixes: cb692380f1e0 ("timerfd: Expect periodic timer ...") MFC after: 1 week (cherry picked from commit 4b16ff49bf4bf875997fe4c80a0afc0d440b7aac) --- tests/sys/kern/timerfd.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/sys/kern/timerfd.c b/tests/sys/kern/timerfd.c index cacc1d9aafa9..277516c3d9e2 100644 --- a/tests/sys/kern/timerfd.c +++ b/tests/sys/kern/timerfd.c @@ -737,7 +737,8 @@ ATF_TC_BODY(timerfd__periodic_timer_performance, tc) uint64_t timeouts; ATF_REQUIRE(read(timerfd, &timeouts, sizeof(timeouts)) == (ssize_t)sizeof(timeouts)); - atf_tc_expect_fail("https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=294053"); + if (timeouts < 400000000) + atf_tc_expect_fail("https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=294053"); ATF_REQUIRE_MSG(timeouts >= 400000000, "%ld", (long)timeouts); ATF_REQUIRE(close(timerfd) == 0);