From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qv1-xf32.google.com (mail-qv1-xf32.google.com [IPv6:2607:f8b0:4864:20::f32]) by sourceware.org (Postfix) with ESMTPS id 259C8385DC35 for ; Thu, 28 May 2020 18:15:57 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 259C8385DC35 Received: by mail-qv1-xf32.google.com with SMTP id r16so4570543qvm.6 for ; Thu, 28 May 2020 11:15:57 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=rPrE0PJVLzs6ABUpF0U2U0fDpKdVjSVr04Ugd2drTLo=; b=TGRayIKElhTaiadSwSU3e7FykT4zMAVsUfWoLViZAgDylWONqQcsmINZZV8LGJ47il bQDsPHxAIUfqckCkZfPQu182t2X+SUVBKnOSabNSuUrteUqYurGJLrK2L+5SPHP0X5tS 7lQu/VLgmeQ2KkycApZybrBgoyvlrWcWrMP3LltveCTNhTOwy7GqFA6kdpen4IO0Dh+R 3ED/TSxtWTLey6fWL+u6bL5iMnrv/v3ksQfeqceyC/l6EBHdICmYwspWWCLB3K4xx3JD SgWCDMoCpa1ouhM59EdeyyCdMz/SIBXd57NbNrUv5Q4qU37v5ZQzhZavaiHz0thJLGE3 QKlA== X-Gm-Message-State: AOAM530hDV9DFMFFb9NHdEC0pHzwqsKaR6eVfZJp1dBvFvPXEsvmwiBV P9w62u1v1TLLN9MndxkZ8ziH8YyrIoUSiC4FHJ+TF1rWqjY= X-Google-Smtp-Source: ABdhPJxx9NjsT4tlGRwvkQ6JjQq3N4L3yMc0QoUAxE8i2GQXObg570x1PZQFZW+4PX+If3GbvN55s/Z/uTO9z8HwfBQ= X-Received: by 2002:a0c:e48f:: with SMTP id n15mr4499598qvl.73.1590689756444; Thu, 28 May 2020 11:15:56 -0700 (PDT) MIME-Version: 1.0 References: <20200525185659.59346-1-ssbssa.ref@yahoo.de> <20200525185659.59346-1-ssbssa@yahoo.de> In-Reply-To: <20200525185659.59346-1-ssbssa@yahoo.de> From: Christian Biesinger Date: Thu, 28 May 2020 13:15:19 -0500 Message-ID: Subject: Re: Windows testsuite failures To: Hannes Domani Cc: gdb-patches Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-19.7 required=5.0 tests=BAYES_00, DKIMWL_WL_MED, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, ENV_AND_HDR_SPF_MATCH, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, USER_IN_DEF_DKIM_WL, USER_IN_DEF_SPF_WL autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 May 2020 18:15:58 -0000 On Mon, May 25, 2020 at 1:58 PM Hannes Domani via Gdb-patches wrote: > I went through all testsuite failures in gdb.base, and fixed everything > I could figure out. Out of curiosity, which environment did you them in? cygwin/msys/msys2? > PS: It takes 40 minutes to run all tests of gdb.base, how does this > compare to Linux? I usually run with -j, but without it: $ time make -C obj/gdb/testsuite/ check TESTS="gdb.base/*.exp" [...] real 33m41.442s user 25m31.795s sys 6m36.257s So pretty much the same. This is on a Intel(R) Xeon(R) Gold 6154 CPU @ 3.00GHz running Debian. Christian