From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32075 invoked by alias); 20 Apr 2009 17:23:57 -0000 Received: (qmail 32067 invoked by uid 22791); 20 Apr 2009 17:23:56 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_33,J_CHICKENPOX_36 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 20 Apr 2009 17:23:52 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 9F18210A05; Mon, 20 Apr 2009 17:23:50 +0000 (GMT) Received: from caradoc.them.org (209.195.188.212.nauticom.net [209.195.188.212]) by nan.false.org (Postfix) with ESMTP id 480881018E; Mon, 20 Apr 2009 17:23:50 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1LvxDh-000374-G5; Mon, 20 Apr 2009 13:23:49 -0400 Date: Mon, 20 Apr 2009 17:23:00 -0000 From: Daniel Jacobowitz To: Tom Tromey Cc: Thiago Jung Bauermann , gdb-patches ml Subject: Re: [rfa][testsuite] Consolidade Python test functions in lib/gdb.exp. Message-ID: <20090420172349.GA11950@caradoc.them.org> Mail-Followup-To: Tom Tromey , Thiago Jung Bauermann , gdb-patches ml References: <1240154454.19777.39.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2008-05-11) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-04/txt/msg00521.txt.bz2 On Mon, Apr 20, 2009 at 11:13:10AM -0600, Tom Tromey wrote: > >>>>> "Thiago" == Thiago Jung Bauermann writes: > > Thiago> This is a cleanup on the testcases in gdb.python. Currently, > Thiago> they define the same test functions in each .exp. I put them > Thiago> in lib/gdb.exp instead. > > It looks like the GDB style is to put specific support functions into > a new file, e.g., "mi-support.exp". So perhaps we should add > "python-support.exp"... WDYT? Sounds fine - but please just load it from gdb.exp. -- Daniel Jacobowitz CodeSourcery