From nobody Sun Feb 22 04:10:07 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 4fJVrH5dLJz6Sthd for ; Sun, 22 Feb 2026 04:10:07 +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 4fJVrH4yzKz3YSK for ; Sun, 22 Feb 2026 04:10:07 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1771733407; 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=/Zl00amE6olw3h++CJUHnzgxc9w46tMalNeJX7e0WwM=; b=IIk/nVQpQimK9lfv7JXN25aCaNJamYn1EK6G4xU8LMnE5f+dnnxgZW+kHfYi+/3xB39rCW CHkfX5USItnALMVCmmcnkSmD5+kEyGznssRUeYBAc9bSeCkoCF8Jn+MOEHggxLTIYkXShH xhtwEKQ9Dt6k1gIYcyq5kVl43+cQqcKTEZzF//Kt/YuYrHItr3c2bONkzItHsfX+SOvMo2 uoTbYIdH+/zmQT/KVl5cMEHA/1+Crrowm/oA5LDmxfq6R2d9+cX5SNFmps4vm29SQTHL1+ 2mE9n82RatcKmlw6Fk+YO1vKcUOG48ZC3VOIIanGP87Ox0LPpIYovQ3Tjr7TUA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1771733407; a=rsa-sha256; cv=none; b=WHFadWiOEzkU2xFJmQw29Wsnz+LlxcR0m1XsgJg9QIrwwbW9vgapmDUuHm6ampgN5cVO8/ HPd5aO9AjhYdZ95aLY8WTTyKt817VBXNvD/RHnZiAOICJ7yU95PyDaPJXWyMENuSG+wGxz N4q6VG7v5Wgl9ftABkpXGDAfzbh8qNfgEomwntMGJ2Wtd0jA9PbIpqozRCpwPET0oklJLH kSyDiL6xWHkHyzzLtbH5ikNSyiSWLw9mJ5EFAyB+kpUdySEtb8pK/Y6ZnMw2nAxoLNgbzG /a53JPBHSPWGfjD4uUqMzdl2nA/brWXkmNqIs9b+cdnZsNAnh3D/vEavEJxpNw== 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=1771733407; 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=/Zl00amE6olw3h++CJUHnzgxc9w46tMalNeJX7e0WwM=; b=bdtGfyHktiXFvIzIkeCQe6zKj1CYUTxUagBpyNzZP4xA+en7OAnx4kR99ORH4lWC1ItKHb +TtoFdVt9pvpoBknFXZwqmaqe0wbVCFf9X0KJAeF2MTOzZfuFw1ipO/K4KEHw+DW1IPsJ3 4RetXJeQlzQ1bzycul3N4p9ln4TbBJWaxaZrGs5LjZQSfFl6w8aYngcmGeTwKksMD5H0TJ s7zuNV1OMVFYSm5Gbo7tlv5b8J2FvYDcjdW04agNgT/WTkCLwjp6Fd+WM45EdtslEhbqMC gUPHm7tkwyzm6TsaVkdz6wfaObONX7yEnwseTKQll9BKI4aceClvP+77vXWhCg== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4fJVrH4Yr9zCGs for ; Sun, 22 Feb 2026 04:10:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 24df5 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Sun, 22 Feb 2026 04:10:07 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Enji Cooper Subject: git: 640c1ee72d2a - stable/15 - Remove example tests when MK_EXAMPLES=no 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: ngie X-Git-Repository: src X-Git-Refname: refs/heads/stable/15 X-Git-Reftype: branch X-Git-Commit: 640c1ee72d2af4b6d831f3e417702467f439030e Auto-Submitted: auto-generated Date: Sun, 22 Feb 2026 04:10:07 +0000 Message-Id: <699a819f.24df5.50b286e@gitrepo.freebsd.org> The branch stable/15 has been updated by ngie: URL: https://cgit.FreeBSD.org/src/commit/?id=640c1ee72d2af4b6d831f3e417702467f439030e commit 640c1ee72d2af4b6d831f3e417702467f439030e Author: Enji Cooper AuthorDate: 2026-02-01 17:12:44 +0000 Commit: Enji Cooper CommitDate: 2026-02-22 04:10:02 +0000 Remove example tests when MK_EXAMPLES=no This change cleans up example tests for atf, googletest, plain, and TAP when MK_EXAMPLES=no. Not having this in results `kyua test -k /usr/tests/share/examples/Kyuafile` being broken on a host where the content in that directory tree is stale. I ran into that case because at some point in time in the past I had specified `MK_GOOGLETEST=no` one of my dev instances. MFC after: 1 week (cherry picked from commit cea2683bb691d6cbcfb7e342c497d018bba712c2) --- tools/build/mk/OptionalObsoleteFiles.inc | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index 7d348b0fce40..3617e2d4df40 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -1926,6 +1926,26 @@ OLD_FILES+=usr/share/examples/sunrpc/sort/Makefile OLD_FILES+=usr/share/examples/sunrpc/sort/rsort.c OLD_FILES+=usr/share/examples/sunrpc/sort/sort.x OLD_FILES+=usr/share/examples/sunrpc/sort/sort_proc.c +OLD_FILES+=usr/tests/share/examples/tests/atf/Kyuafile +OLD_FILES+=usr/tests/share/examples/tests/atf/cp_test +OLD_FILES+=usr/tests/share/examples/tests/atf/printf_test +OLD_FILES+=usr/tests/share/examples/tests/googletest/Kyuafile +OLD_FILES+=usr/tests/share/examples/tests/googletest/sample10_unittest +OLD_FILES+=usr/tests/share/examples/tests/googletest/sample1_unittest +OLD_FILES+=usr/tests/share/examples/tests/googletest/sample2_unittest +OLD_FILES+=usr/tests/share/examples/tests/googletest/sample3_unittest +OLD_FILES+=usr/tests/share/examples/tests/googletest/sample4_unittest +OLD_FILES+=usr/tests/share/examples/tests/googletest/sample5_unittest +OLD_FILES+=usr/tests/share/examples/tests/googletest/sample6_unittest +OLD_FILES+=usr/tests/share/examples/tests/googletest/sample7_unittest +OLD_FILES+=usr/tests/share/examples/tests/googletest/sample8_unittest +OLD_FILES+=usr/tests/share/examples/tests/plain/Kyuafile +OLD_FILES+=usr/tests/share/examples/tests/plain/cp_test +OLD_FILES+=usr/tests/share/examples/tests/plain/printf_test +OLD_FILES+=usr/tests/share/examples/tests/tap/Kyuafile +OLD_FILES+=usr/tests/share/examples/tests/tap/cp_test +OLD_FILES+=usr/tests/share/examples/tests/tap/printf_test +OLD_FILES+=usr/tests/share/examples/tests/Kyuafile OLD_FILES+=usr/share/examples/tcsh/complete.tcsh OLD_FILES+=usr/share/examples/tcsh/csh-mode.el OLD_FILES+=usr/share/examples/uefisign/uefikeys @@ -1993,6 +2013,12 @@ OLD_DIRS+=usr/share/examples/sunrpc/sort OLD_DIRS+=usr/share/examples/tcsh OLD_DIRS+=usr/share/examples/uefisign OLD_DIRS+=usr/share/examples/ypldap +OLD_DIRS+=usr/tests/share/examples/tests/atf +OLD_DIRS+=usr/tests/share/examples/tests/plain +OLD_DIRS+=usr/tests/share/examples/tests/googletest +OLD_DIRS+=usr/tests/share/examples/tests/tap +OLD_DIRS+=usr/tests/share/examples/tests +OLD_DIRS+=usr/tests/share/examples .endif .if ${MK_FDT} == no