From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32604 invoked by alias); 16 Jan 2003 00:45:52 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 32597 invoked from network); 16 Jan 2003 00:45:50 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 16 Jan 2003 00:45:50 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h0G0HUB22632 for ; Wed, 15 Jan 2003 19:17:30 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h0G0joa13305; Wed, 15 Jan 2003 19:45:50 -0500 Received: from localhost.redhat.com (romulus-int.sfbay.redhat.com [172.16.27.46]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h0G0jm309508; Wed, 15 Jan 2003 19:45:49 -0500 Received: by localhost.redhat.com (Postfix, from userid 469) id 40564FF79; Wed, 15 Jan 2003 19:50:08 -0500 (EST) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15910.448.419628.490592@localhost.redhat.com> Date: Thu, 16 Jan 2003 00:45:00 -0000 To: David Carlton Cc: gdb@sources.redhat.com, Elena Zannoni , Fernando Nasser Subject: Re: zillions of testsuite failures In-Reply-To: References: X-SW-Source: 2003-01/txt/msg00282.txt.bz2 try this for the first problem (args.exp), it seems to work for me, if it works for you too I'll check it in. For the second problem, I don't see any failures in my configuration, let me check again. Elena Index: args.exp =================================================================== RCS file: /cvs/uberbaum/gdb/testsuite/gdb.base/args.exp,v retrieving revision 1.1 diff -u -p -r1.1 args.exp --- args.exp 14 Jan 2003 21:03:42 -0000 1.1 +++ args.exp 16 Jan 2003 00:44:12 -0000 @@ -37,6 +37,7 @@ if { [gdb_compile "${srcdir}/${subdir}/ # # Test that the --args are processed correctly. # +set old_gdbflags $GDBFLAGS set GDBFLAGS "--args $binfile 1 3" gdb_exit gdb_start @@ -67,4 +68,5 @@ gdb_test "run" \ "Starting program.*args 1 \\\\'\\\\' \\\\'\\\\' 3.*5\r\n.*args\r\n1\r\n''\r\n''\r\n3.*Program exited normally." \ "correct args printed, two empty" +set GDBFLAGS $old_gdbflags