From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 94233 invoked by alias); 10 Feb 2020 15:54:55 -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 94225 invoked by uid 89); 10 Feb 2020 15:54:55 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-4.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy= X-HELO: us-smtp-1.mimecast.com Received: from us-smtp-delivery-1.mimecast.com (HELO us-smtp-1.mimecast.com) (207.211.31.120) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 10 Feb 2020 15:54:54 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1581350092; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=wToOKXkCHcQh1SvUB/cFcospYaMakIV+A5n4spJAII4=; b=Jt9g4Odnb3gq5GjEH5JgDF3FA+jyvUQZ2nvymXKJxrd43QV6AL5XsS+ZpYIWuQzltvWJvg 9nu19KbuvmlqJ9dyMyaRalEhdqqkDBGFK1ZneE2aFWNWDs4KFgDe9ffDvnX2BBoVI3A+py wE9109JxrWNB27Vka5sreQZDobRQ70U= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-373-vz1PZeCtMUehNjH3PSdycA-1; Mon, 10 Feb 2020 10:54:35 -0500 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 1F5F88017DF; Mon, 10 Feb 2020 15:54:34 +0000 (UTC) Received: from localhost (unused-10-15-17-196.yyz.redhat.com [10.15.17.196]) by smtp.corp.redhat.com (Postfix) with ESMTP id D13D660BFB; Mon, 10 Feb 2020 15:54:33 +0000 (UTC) From: Sergio Durigan Junior To: Tom de Vries Cc: Tom Tromey , Pedro Alves , gdb-patches@sourceware.org Subject: Re: [PATCH] Move gdbserver to top level References: <87d0bf45up.fsf@tromey.com> <7ceebbb7-b2f7-3d4a-1d8a-f31310badbe8@redhat.com> <874kwk8nz9.fsf@tromey.com> <171a3144-af37-1c29-a2a4-c4cd7eaa14c0@redhat.com> <87r1zm6x8s.fsf@tromey.com> <01b4b5ca-a802-54b5-3135-428b7c9faa84@redhat.com> <87o8uo4mj0.fsf@tromey.com> <87blqfn0d6.fsf@tromey.com> <0b6b4f24-f5c8-b236-c249-737e70395667@suse.de> <4d5a1276-91aa-7197-5f90-854767987f73@suse.de> Date: Mon, 10 Feb 2020 15:54:00 -0000 In-Reply-To: (Tom de Vries's message of "Mon, 10 Feb 2020 11:01:04 +0100") Message-ID: <87imkeh1za.fsf@redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2020-02/txt/msg00285.txt.bz2 On Monday, February 10 2020, Tom de Vries wrote: > On 09-02-2020 15:17, Tom de Vries wrote: >> [ It would be nice though if the gdbserver tests will work again, given >> that I'm actually building gdbserver. ] > > Hmm, I noticed that also on the buildbot ( > https://sourceware.org/ml/gdb-testers/2020-q1/msg03282.html ) we no > longer run the gdb.server tests: > ... > Running > /home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64/build/gdb/testsuite/..= /../../binutils-gdb/gdb/testsuite/gdb.server/abspath.exp > ... > testcase > /home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64/build/gdb/testsuite/..= /../../binutils-gdb/gdb/testsuite/gdb.server/abspath.exp > completed in 0 seconds > > Running > /home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64/build/gdb/testsuite/..= /../../binutils-gdb/gdb/testsuite/gdb.server/bkpt-other-inferior.exp > ... > testcase > /home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64/build/gdb/testsuite/..= /../../binutils-gdb/gdb/testsuite/gdb.server/bkpt-other-inferior.exp > completed in 0 seconds > > Running > /home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64/build/gdb/testsuite/..= /../../binutils-gdb/gdb/testsuite/gdb.server/connect-stopped-target.exp > ... > testcase > /home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64/build/gdb/testsuite/..= /../../binutils-gdb/gdb/testsuite/gdb.server/connect-stopped-target.exp > completed in 0 seconds > ... I wonder why... We build GDB from scratch on every build. Is there anything special that needs to be done to run the gdbserver tests now? --=20 Sergio GPG key ID: 237A 54B1 0287 28BF 00EF 31F4 D0EB 7628 65FC 5E36 Please send encrypted e-mail if possible http://sergiodj.net/