From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gandi.kataplop.net (gandi.kataplop.net [46.226.111.114]) by sourceware.org (Postfix) with ESMTPS id 8441C3886C6A for ; Wed, 2 Jun 2021 12:42:09 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 8441C3886C6A Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=kataplop.net Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=kataplop.net DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=kataplop.net; s=rsa1; h=Content-Type:MIME-Version:Message-ID:In-Reply-To: Date:References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=WH5u2mWwcnn19jevvRyCqIm6jkxpmThWmyUHzoUMHOU=; b=YsGl3w4uX/HfBIwSwoP5fKgbzf dyuaj6wFGoQfUm7IMj0OIURJBv/t71BqTIetmGVgDaZoBtvfrySuDMTh40/mvlcSXfPLjcDHXsuXr RH5SNQSyO3i7yLwvioRdofjh7HYXuOZKs/o80HosusZMAumzhVKaKXCfPxDU9cN2/xoA=; Received: from [176.191.105.132] (helo=arrakis) by gandi.kataplop.net with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1loQCB-0004Hy-0r; Wed, 02 Jun 2021 14:42:07 +0200 From: Marc To: John Paul Adrian Glaubitz Cc: gcc-rust@gcc.gnu.org Subject: Re: Test results for gccrs on Debian unstable ia64 References: <478d9956-a97f-5da2-b684-31d791c54fa3@physik.fu-berlin.de> Date: Wed, 02 Jun 2021 14:41:48 +0200 In-Reply-To: <478d9956-a97f-5da2-b684-31d791c54fa3@physik.fu-berlin.de> (John Paul Adrian Glaubitz's message of "Wed, 2 Jun 2021 13:27:03 +0200") Message-ID: <87zgw8zbeb.fsf@arrakis.kataplop.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam_score: -1.0 X-Spam_bar: - X-Spam-Status: No, score=1.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_NUMSUBJECT, RCVD_IN_BARRACUDACENTRAL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gcc-rust@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: gcc-rust mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jun 2021 12:42:19 -0000 John Paul Adrian Glaubitz writes: > Hi! Hi! > I have started to test gccrs on various targets supported by Debian to see if > there are any portability issues with the code. The first target I have tested > is Debian unstable ia64. Thanks ! > # of expected passes 2347 > # of unexpected failures 21 > # of expected failures 26 Would it be possible to have the corresponding .log file ? Looks like nearly all execution tests are KO (3 out of 4...). Marc