From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22659 invoked by alias); 29 Jun 2003 16:33:34 -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 22651 invoked from network); 29 Jun 2003 16:33:34 -0000 Received: from unknown (HELO concert.shout.net) (204.253.184.25) by sources.redhat.com with SMTP; 29 Jun 2003 16:33:34 -0000 Received: from duracef.shout.net (duracef.shout.net [204.253.184.12]) by concert.shout.net (8.12.9/8.12.9) with ESMTP id h5TGXW0m029349; Sun, 29 Jun 2003 11:33:32 -0500 Received: from duracef.shout.net (localhost [127.0.0.1]) by duracef.shout.net (8.12.9/8.12.9) with ESMTP id h5TGXWns002590; Sun, 29 Jun 2003 11:33:32 -0500 Received: (from mec@localhost) by duracef.shout.net (8.12.9/8.12.9/Submit) id h5TGXWN1002589; Sun, 29 Jun 2003 12:33:32 -0400 Date: Sun, 29 Jun 2003 16:33:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200306291633.h5TGXWN1002589@duracef.shout.net> To: drow@mvista.com Subject: Re: [rfa/testsuite] selftest.exp: bump up initial line count Cc: gdb-patches@sources.redhat.com X-SW-Source: 2003-06/txt/msg00859.txt.bz2 drow> Better late than never, I've checked this in to mainline. I'll queue drow> it for the branch, pending test results or at least no reports of a drow> problem. Works for me: native i686-pc-linux-gnu, gcc v2 and v3, -gdwarf-2 and -gstabs+, 42 configurations. Throw it on the branch, baby! Michael C > 2003-06-22 Michael Chastain > Daniel Jacobowitz > > * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum > initial line count of 'captured_main' from 26 to 32. > (test_with_self): Allow xmalloc call to be interleaved with the > preceding two lines.