From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 74876 invoked by alias); 5 Jul 2016 15:47:34 -0000 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 Received: (qmail 74832 invoked by uid 89); 5 Jul 2016 15:47:34 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.6 required=5.0 tests=AWL,BAYES_00,BODY_8BITS,GARBLED_BODY,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=formatted_ref, testscases X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Tue, 05 Jul 2016 15:47:32 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id B90CE1169F2; Tue, 5 Jul 2016 11:47:30 -0400 (EDT) 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 hBrhjmC+Fcsx; Tue, 5 Jul 2016 11:47:30 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 89503116673; Tue, 5 Jul 2016 11:47:30 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id E9CF2428F4; Tue, 5 Jul 2016 08:47:28 -0700 (PDT) Date: Tue, 05 Jul 2016 15:47:00 -0000 From: Joel Brobecker To: Simon Marchi Cc: Pedro Alves , gdb-patches@sourceware.org Subject: Re: gdbserver/ada testing broken Message-ID: <20160705154728.GH3295@adacore.com> References: <1462538104-19109-1-git-send-email-palves@redhat.com> <1462538104-19109-32-git-send-email-palves@redhat.com> <5772DBCA.4090802@ericsson.com> <813555f3-c917-cd95-6d41-3ec64cad2cf6@redhat.com> <14e113dd-0488-79d0-6cde-82cdb1562793@redhat.com> <577AC99C.6040206@ericsson.com> <20160705152801.GA4229@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20160705152801.GA4229@adacore.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2016-07/txt/msg00073.txt.bz2 > > Is there a reason have a double level of directories named after the test? > > > > outputs > > └── gdb.ada > > └── formatted_ref > > └── formatted_ref > > Initially, I thought this was an obvious mistake. But after further > thought, I think it now expected and done for all testcases, including > the testscases where the main has a name that's different from > the name of the testcase. When I started writing the email, I meant to give a little more info than that. The root "formatted_ref" is because the the .exp name. The second is because gdb.ada organizes its test programs inside one subdirectory per testcase, where the subdirectory name is the name of the testcase. Hence the same second subdirectory, whose name is the same as the first one. -- Joel