From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 37237 invoked by alias); 5 Jul 2016 15:28:06 -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 37227 invoked by uid 89); 5 Jul 2016 15:28:05 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.5 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 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:28:04 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id C695F1169F0; Tue, 5 Jul 2016 11:28:02 -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 nOFMQrAfSq6J; Tue, 5 Jul 2016 11:28:02 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 9156511678B; Tue, 5 Jul 2016 11:28:02 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 15C4E428F4; Tue, 5 Jul 2016 08:28:01 -0700 (PDT) Date: Tue, 05 Jul 2016 15:28:00 -0000 From: Joel Brobecker To: Simon Marchi Cc: Pedro Alves , gdb-patches@sourceware.org Subject: Re: gdbserver/ada testing broken Message-ID: <20160705152801.GA4229@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> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <577AC99C.6040206@ericsson.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2016-07/txt/msg00070.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. I'm looking at Pedro's email, now, as I think the issue is indeed confined to when testing remotely. -- Joel