From nobody Thu Mar 26 14:40:59 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 4fhRKS0Nc6z6RbZN for ; Thu, 26 Mar 2026 14:41:00 +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 4fhRKR6jBxz3gl2 for ; Thu, 26 Mar 2026 14:40:59 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1774536060; 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=67kGm/bT9AvuiBUSgPPxXlRkLNCEaSEgayoFws3Wj5w=; b=bi1fazHsXZAw/tbMeROvUR8MuQaOPKd8xp0RJSq7nQRu4dHAzill1TUhGiL8HTFMa5ALQa h/VqVmgiOduU8p4X6HSZOj0SQeLf3xi8YnMCw6lqTMAj0yW6z5l+HCltIw7yBaHrad7OkU B+wL/cnDTrvXqibtfhc33qH+3m7r/AaCuWd52HPQ0/Rw9QSOkuZrJhnIFqiaPHoj0J9PBV TaBaPTFVjXNSJdGmDSpNh1sqqY3pb9cepIDZTHq8ogQJZBOdYtn6r7LM4j1dk04QPQqUEg GwOBkGM/aTOwvWOirW3ky1CdKBmRwUptrmAwxnS96T9WMaSX+ida7dEAqtpGVg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1774536060; a=rsa-sha256; cv=none; b=grX2HWRmuKioLwNntHbN7D2we+BelBtbNsBWrSVcukEi+GWI9w57wRJ0Tqkt1CKdo01whr Gl11BGZL5c/eQCHKCB+nJCReh6RXmn4tsJdM2VeGkKMnVxYAL4RvCKJltSCr9r+2uhisGh EHlMi16tYsJlc1E3FeAH/qSxkM2nFEAQfvV/7G7H7q0YND3G216oX2cwi4cV7MLrQXZZAm cnSSCLWgJGGB6zFnRc8NIkt8XsIIzAVHrIOOl3Ee8GWGHaCtaNK3+kle+H1INep+lGlIam URZJT8tu5JqwSMpBKttJlzHoWvGy28mi6FAAFPUO9FjE3pXTYGLBK/351SV8ag== 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=1774536060; 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=67kGm/bT9AvuiBUSgPPxXlRkLNCEaSEgayoFws3Wj5w=; b=qt+TW0Od53ERFoTkUK0AFgKM+tcluj+O/kKdREUbdU/UHvbAnx9KWl30OcUkfU5XaffT8d VJ40Aa9gGd1hVJ17LJBJgW46jVZjaxseRD8aTn23Z3EgP2QO2bCeB3XGQYj7+DUB+gl/bw bwJL1l4guMHSzQsBJ01JGu1Owki+dtFQfPV8FtH/fwjkLJ8X4FIgTlnQl0piqrJRkKNgm1 HbGHMMNvWD+zU+VKYtlm/Xng93pwlkGgnj4pZ23d8LgaTSqsxNl7+Q2bcptsToDIgDyNXI EdecNDtBg6CRUxARvb583zLFS+UHGyXy+0qi6bDSf2ciPyGimbBUUBVv+ydtjw== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4fhRKR6JTBzwrf for ; Thu, 26 Mar 2026 14:40:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 1ede0 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Thu, 26 Mar 2026 14:40:59 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Alan Somers Subject: git: e3e71c6a8a92 - stable/15 - tests: sys/capsicum/functional requires mqueuefs 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: asomers X-Git-Repository: src X-Git-Refname: refs/heads/stable/15 X-Git-Reftype: branch X-Git-Commit: e3e71c6a8a921e924a40a7db9378d58194bebe02 Auto-Submitted: auto-generated Date: Thu, 26 Mar 2026 14:40:59 +0000 Message-Id: <69c5457b.1ede0.4efe74c3@gitrepo.freebsd.org> The branch stable/15 has been updated by asomers: URL: https://cgit.FreeBSD.org/src/commit/?id=e3e71c6a8a921e924a40a7db9378d58194bebe02 commit e3e71c6a8a921e924a40a7db9378d58194bebe02 Author: Alan Somers AuthorDate: 2026-01-27 00:04:58 +0000 Commit: Alan Somers CommitDate: 2026-03-26 14:40:33 +0000 tests: sys/capsicum/functional requires mqueuefs Skip this test if mqueuefs isn't loaded. Unfortunately, that will skip the entire googletest test program, including test cases that don't require mqueuefs. But the test's own skipping logic doesn't work, and we don't yet have a googletest-compatible require_kmods() function. Sponsored by: ConnectWise Reviewed by: emaste, ngie Differential Revision: https://reviews.freebsd.org/D54902 (cherry picked from commit df68a09ea2ec18ee975fb937d46a18250d4663c8) --- tests/sys/capsicum/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/sys/capsicum/Makefile b/tests/sys/capsicum/Makefile index 38c1f8285910..a8f72d399af9 100644 --- a/tests/sys/capsicum/Makefile +++ b/tests/sys/capsicum/Makefile @@ -15,6 +15,7 @@ GTESTS_WRAPPER_SH.capsicum-test= functional # unprivileged user. Serialize them since some tests access global namespaces, # e.g., mqueuefs, and can trample on each other. TEST_METADATA.functional+= is_exclusive="true" +TEST_METADATA.functional+= required_kmods="mqueuefs" SRCS.capsicum-test+= \ capsicum-test-main.cc \