From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D7D1CC7EE29 for ; Fri, 9 Jun 2023 09:09:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 343C583BB0; Fri, 9 Jun 2023 09:09:28 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 343C583BB0 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id L5gQdJobswW5; Fri, 9 Jun 2023 09:09:27 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp1.osuosl.org (Postfix) with ESMTP id 65B3083B66; Fri, 9 Jun 2023 09:09:26 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 65B3083B66 Received: from smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 4182C1BF334 for ; Fri, 9 Jun 2023 09:09:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 1808560F39 for ; Fri, 9 Jun 2023 09:09:25 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org 1808560F39 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id x7RW0yAqV7rA for ; Fri, 9 Jun 2023 09:09:24 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org D689860E39 Received: from relay1-d.mail.gandi.net (relay1-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::221]) by smtp3.osuosl.org (Postfix) with ESMTPS id D689860E39 for ; Fri, 9 Jun 2023 09:09:23 +0000 (UTC) X-GND-Sasl: peter@korsgaard.com X-GND-Sasl: peter@korsgaard.com Received: by mail.gandi.net (Postfix) with ESMTPSA id F0B3524000F; Fri, 9 Jun 2023 09:09:21 +0000 (UTC) Received: from peko by dell.be.48ers.dk with local (Exim 4.94.2) (envelope-from ) id 1q7Y7V-000wNA-6f; Fri, 09 Jun 2023 11:09:21 +0200 From: Peter Korsgaard To: "Yann E. MORIN" References: <20230424215106.1202752-1-yann.morin.1998@free.fr> Date: Fri, 09 Jun 2023 11:09:21 +0200 In-Reply-To: <20230424215106.1202752-1-yann.morin.1998@free.fr> (Yann E. MORIN's message of "Mon, 24 Apr 2023 23:51:06 +0200") Message-ID: <87bkhp0zpa.fsf@48ers.dk> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Subject: Re: [Buildroot] [PATCH] support/testing: new runtime test for bash X-BeenThere: buildroot@buildroot.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: buildroot@buildroot.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" >>>>> "Yann" == Yann E MORIN writes: > Commit 2dff6e93ca2a (package/readline: add upstream patch to fix crash > with invalid locale specification) fixed a regression in readline 8.2 > [0], that could have been caught with a runtime test. readline is a > library, so we need an executable that exercises readline. > Since readline and bash are developped in tandem [1], it is only logical > to use bash to test readline. > Add a new runtime test for bash, that checks that we can indeed run an > interactive shell, and that an non-existing locale does not cause the > dreaded segfault. We do not use the default configuration, because it > uses a uclibc toolchain, and we want to reproduce against a glibc one. > [0] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1021109 > [1] https://tiswww.case.edu/php/chet/readline/rltop.html#Bugs > Signed-off-by: Yann E. MORIN Committed to 2023.02.x, thanks. -- Bye, Peter Korsgaard _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot