From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4282 invoked by alias); 19 Jul 2002 19:23:15 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 4272 invoked from network); 19 Jul 2002 19:23:14 -0000 Received: from unknown (HELO zwingli.cygnus.com) (208.245.165.35) by sources.redhat.com with SMTP; 19 Jul 2002 19:23:14 -0000 Received: by zwingli.cygnus.com (Postfix, from userid 442) id 64BF65EA11; Fri, 19 Jul 2002 14:23:13 -0500 (EST) To: Andrew Cagney Cc: Fernando Nasser , gdb-patches@sources.redhat.com Subject: Re: RFA: handle GDB prompt appearing in command output References: <20020204035847.9B3805E9DE@zwingli.cygnus.com> <3D2F64C3.7020908@ges.redhat.com> <3D383403.2030605@ges.redhat.com> From: Jim Blandy Date: Fri, 19 Jul 2002 12:24:00 -0000 In-Reply-To: <3D383403.2030605@ges.redhat.com> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-07/txt/msg00423.txt.bz2 Andrew Cagney writes: > (1) I'll ignore the effects that the locale could potentially have on > the sorting order. Lets for the moment assume a C locale. The way the test suite is written, I'd guess it would always have to be run untranslated. One can add specific tests that check translation, but that's a separate issue.