Received: by mail.netbsd.org (Postfix, from userid 605) id AEC6484CEE; Mon, 17 Apr 2023 18:24:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D548284E7E for ; Mon, 17 Apr 2023 18:24:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 6PyC7XHH5VeR for ; Mon, 17 Apr 2023 18:24:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 697FD84CED for ; Mon, 17 Apr 2023 18:24:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6258CFA85; Mon, 17 Apr 2023 18:24:52 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 17 Apr 2023 18:24:52 +0000 From: "Martin Husemann" Subject: CVS commit: [netbsd-10] src/tests/lib/libc/stdio To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20230417182452.6258CFA85@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Martin Husemann" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: martin Date: Mon Apr 17 18:24:52 UTC 2023 Modified Files: src/tests/lib/libc/stdio [netbsd-10]: t_printf.c Log Message: Pull up following revision(s) (requested by he in ticket #138): tests/lib/libc/stdio/t_printf.c: revision 1.9 tests/lib/libc/stdio/t_printf.c: revision 1.10 Add a test for PR/57250 from Havard Eidnes Fix the test for "inf" output, also include newline in printf format... To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.8.42.1 src/tests/lib/libc/stdio/t_printf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.