From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29954 invoked by alias); 3 Sep 2002 16:06:11 -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 29947 invoked from network); 3 Sep 2002 16:06:11 -0000 Received: from unknown (HELO valrhona.uglyboxes.com) (64.1.192.220) by sources.redhat.com with SMTP; 3 Sep 2002 16:06:11 -0000 Received: from localhost.localdomain (IDENT:vjJiD2VsCYeATyQRv1uDJsE4mpzfNZBj@localhost.localdomain [127.0.0.1]) by valrhona.uglyboxes.com (8.11.6/8.11.6) with ESMTP id g83G8tG09039 for ; Tue, 3 Sep 2002 09:08:55 -0700 Date: Tue, 03 Sep 2002 09:06:00 -0000 From: Keith Seitz X-X-Sender: keiths@valrhona.uglyboxes.com To: gdb-patches@sources.redhat.com Subject: Re: [RFA/MI testsuite] check for known uiout bugs In-Reply-To: <3D7404A4.5080504@ges.redhat.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-09/txt/msg00035.txt.bz2 On Mon, 2 Sep 2002, Andrew Cagney wrote: > This just needs a tweak so that each time it is run it outputs a unique > test name, something like ``..register-names -1, try N''. Otherwize, > yes, ok. Doh! I had that originally and then whacked it when I massaged the test into a procedure. I've added it back again and committed it. Thanks, Keith