From nobody Sat Jun 27 11:40:10 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 4gnVvw1rjSz6jQ9G; Sat, 27 Jun 2026 11:40:12 +0000 (UTC) (envelope-from des@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "smtp.freebsd.org", Issuer "YR1" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4gnVvv6zCXz3CZS; Sat, 27 Jun 2026 11:40:11 +0000 (UTC) (envelope-from des@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1782560412; 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: in-reply-to:in-reply-to:references:references; bh=sxHWjWSlX336C94/iSlrcTLqXv3xug7OZDCRpLTqpY0=; b=Vw0fQtXLMe+4hKjMyLJm60fWoDy7cTb91AgO9Zn2Iu7C5mdtvNE7bEmy1PY0vgGfCFW+4Y A8Nw3RlVcKnuYm1W5zGDkwB2/4KR3OEoIcwBYuI583XWXO/iEb4s8xDPum0sDDomIcABhM hRFsI21GBlKZeA1NEaYrMsuXu7XROmcxCH+aMPqNtiWTF/X5yQOzoT8GfNgYU7Lmi3WWeO dm/udEckr3gC7U9DKiTO3UpD1yjxqROt0fkFyIZhWOUBTJJiVJTNiOt84nFBnY6zycsbSM lyqaplpxja524jRWioR7bG65Lq/p+bpiuOLHc8ueE153Kp4ByJQmo1mFTSrCvg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1782560412; a=rsa-sha256; cv=none; b=fZu/Qq+J+q0HtBEtZ4Y0eugoBIJfhba+N0CyaGd+4TyrXkTk/o032RiqCiJrZkf81dfxa3 9seI/g43PD92/Znm3wyJvb5UG4w9HQ8r9oHUnT4ZzSMKa5hYM4denUp+2Gexx8jy9Wiqw0 3OT0ZcaGiFJhaFERhHYacGqAhzpo90egf+pJIHWIGJTLz8AQgp8EpPWZVSV2gycwokMXkP HrMooFMnwm2LDXs818KCzYaqE7Xgfpc1fEIxd2iFxOGAbpqinLM+ZUio09S2IZ4Hr5NhPs tgZ6zlMG3GeZ5Lfh2u8OqvgbMehBYkaVLCO+Ad44J8KIWKJj6ZlGPejeNb+d3Q== 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=1782560412; 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: in-reply-to:in-reply-to:references:references; bh=sxHWjWSlX336C94/iSlrcTLqXv3xug7OZDCRpLTqpY0=; b=eice5Ebxn4JujnrnxLOQka4IDStywuKjuLaS+egOb9QkTfWsIVzKbsQfMdmM7gdHEn/bJb PzO46XO79+nbPNYuWyD0daTS/t4/jqaNiOMXLPb1cC2AjjWH90hHP3fNrV6enq8LqoVbDo lyJjwwwDllWpqHQn3DGCR+OO3+u8alOfbB/U40nlTEB2Y19+e4sMOb/cNjQDWlb4DytdCV yTCC4/OmBBV3cvfG57x7EsuT9NGr/8N8S4CdJSusYmkRO/LIU5CkrGkmQQY5o56nqzAyWq LSzGSQ+e1MqqsW4ZnVYLNwCrPwcYMicda6vQnNb/FEiqnSrzOtEzv/eqYXjydg== Received: from ltc.des.dev (2a01cb0585070b00922e16fffef1acef.ipv6.abo.wanadoo.fr [IPv6:2a01:cb05:8507:b00:922e:16ff:fef1:acef]) (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 did not present a certificate) (Authenticated sender: des/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4gnVvv4r95zyt6; Sat, 27 Jun 2026 11:40:11 +0000 (UTC) (envelope-from des@freebsd.org) Received: by ltc.des.dev (Postfix, from userid 1001) id 7618DA8CB1; Sat, 27 Jun 2026 13:40:10 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Siva Mahadevan Cc: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: Re: git: 5b8c28adb829 - main - ping/tests: expect bell chars from stderr after initial status In-Reply-To: <6a3f0534.34ab3.7098834f@gitrepo.freebsd.org> (Siva Mahadevan's message of "Fri, 26 Jun 2026 23:03:16 +0000") References: <6a3f0534.34ab3.7098834f@gitrepo.freebsd.org> User-Agent: Gnus/5.13 (Gnus v5.13) Date: Sat, 27 Jun 2026 13:40:10 +0200 Message-ID: <86bjcwdxet.fsf@ltc.des.dev> 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: quoted-printable Siva Mahadevan writes: > commit 5b8c28adb829b50fb8ac065637fa99f717858bab > Author: Siva Mahadevan > AuthorDate: 2026-06-26 12:22:57 +0000 > Commit: Siva Mahadevan > CommitDate: 2026-06-26 22:46:09 +0000 > > ping/tests: expect bell chars from stderr after initial status >=20=20=20=20=20 > After 141bb85798 and 8bda488114f3, ping(8) first writes and flushes t= he > initial status to stdout, then writes notification bell characters to= stderr. >=20=20=20=20=20 > This patch corrects the expected order of the output to stdout and st= derr. > This is a temporary fix; the test should be rewritten to separate the= output > streams and run expectations on each individually. >=20=20=20=20=20 > Reviewed by: des > MFC after: 3 days > Sponsored by: The FreeBSD Foundation The change is correct, but the commit message is not, and reads like a chatbot. Please revert and re-commit with a correct human-written log message. DES --=20 Dag-Erling Sm=C3=B8rgrav - des@FreeBSD.org