From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 42239 invoked by alias); 15 Apr 2019 15:38:50 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 42230 invoked by uid 89); 15 Apr 2019 15:38:50 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,KAM_NUMSUBJECT,SPF_HELO_PASS autolearn=no version=3.3.1 spammy=H*f:sk:d9a1dd7, H*f:sk:fb39596, H*i:sk:fb39596, Emrich X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 15 Apr 2019 15:38:49 +0000 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 mx1.redhat.com (Postfix) with ESMTPS id C670E307D866; Mon, 15 Apr 2019 15:38:47 +0000 (UTC) Received: from tucnak.zalov.cz (unknown [10.40.205.45]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 5609260BF3; Mon, 15 Apr 2019 15:38:47 +0000 (UTC) Received: from tucnak.zalov.cz (localhost [127.0.0.1]) by tucnak.zalov.cz (8.15.2/8.15.2) with ESMTP id x3FFcjaN026444; Mon, 15 Apr 2019 17:38:45 +0200 Received: (from jakub@localhost) by tucnak.zalov.cz (8.15.2/8.15.2/Submit) id x3FFcg5I026443; Mon, 15 Apr 2019 17:38:42 +0200 Date: Mon, 15 Apr 2019 15:38:00 -0000 From: Jakub Jelinek To: Rainer Emrich Cc: gcc Mailing List Subject: Re: Status of 9.0.1 20190415 [trunk revision 270358] on x86_64-w64-mingw32 Message-ID: <20190415153842.GU21066@tucnak> Reply-To: Jakub Jelinek References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.11.3 (2019-02-01) X-IsSubscribed: yes X-SW-Source: 2019-04/txt/msg00151.txt.bz2 On Mon, Apr 15, 2019 at 05:30:14PM +0200, Rainer Emrich wrote: > There seems to be a generic issue with the tests in gcc/testsuite. The > log files do not contain the logs. Perhaps contrib/dg-extract-results* misbehaved? Can you look for the testsuite/g++*/g++.log.sep files? Do they contain everything? If yes, can you try to say mv contrib/dg-extract-results.py{,.bad} and retry, to see if there isn't a problem with the python version thereof? Jakub