From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12845 invoked by alias); 18 Feb 2013 19:20:37 -0000 Received: (qmail 12823 invoked by uid 22791); 18 Feb 2013 19:20:36 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_NO X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 18 Feb 2013 19:20:30 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 953F92E672; Mon, 18 Feb 2013 14:20:29 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id s50ufY39-KDb; Mon, 18 Feb 2013 14:20:29 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 642622E0E0; Mon, 18 Feb 2013 14:20:29 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 9EB20C3465; Mon, 18 Feb 2013 11:20:27 -0800 (PST) Date: Mon, 18 Feb 2013 19:20:00 -0000 From: Joel Brobecker To: Tom Tromey Cc: GDB Development Subject: Re: RFC - changes to the test suite Message-ID: <20130218192027.GB22175@adacore.com> References: <87fw0ta4jk.fsf@fleche.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87fw0ta4jk.fsf@fleche.redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2013-02/txt/msg00067.txt.bz2 > In the interest of nicer test isolation, I changed where the test suite > places most files. For a given test file, say gdb.DIR/FILE.exp, the > various output files (executables, .o files, libraries, etc) go in a new > directory named "./outputs/gdb.DIR/FILE". > > This has two nice effects. IMO, that would be a great improvement. This renders moot the exact problem you are mentioning of trying to cleanup the gdb.ada directory. In terms of the directory name itself, no preference. -- Joel