From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailout07.t-online.de (mailout07.t-online.de [194.25.134.83]) by sourceware.org (Postfix) with ESMTPS id CDEB239BC07B for ; Thu, 10 Jun 2021 01:49:14 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org CDEB239BC07B Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=t-online.de Authentication-Results: sourceware.org; spf=none smtp.mailfrom=t-online.de Received: from fwd30.aul.t-online.de (fwd30.aul.t-online.de [172.20.26.135]) by mailout07.t-online.de (Postfix) with SMTP id 87AE340050; Thu, 10 Jun 2021 03:46:54 +0200 (CEST) Received: from localhost.localdomain (XRxZxEZdghI8IFh92DB8vfvWu5uTRMTgFntfwmajVx7cu+Ees0GjWJ0yCX-EfiFZmH@[115.165.108.210]) by fwd30.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384 encrypted) esmtp id 1lr9mT-2mGrey0; Thu, 10 Jun 2021 03:46:49 +0200 Message-ID: Subject: Re: Test results for gccrs on Debian unstable sh4 From: Oleg Endo To: John Paul Adrian Glaubitz , gcc-rust@gcc.gnu.org Cc: debian-superh@lists.debian.org, "j-core@lists.j-core.org" Date: Thu, 10 Jun 2021 10:46:33 +0900 In-Reply-To: <4927f8d2-2259-b4c8-fb2d-722aa59727e1@physik.fu-berlin.de> References: <4927f8d2-2259-b4c8-fb2d-722aa59727e1@physik.fu-berlin.de> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.36.5 (3.36.5-2.fc32) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-ID: XRxZxEZdghI8IFh92DB8vfvWu5uTRMTgFntfwmajVx7cu+Ees0GjWJ0yCX-EfiFZmH X-TOI-EXPURGATEID: 150726::1623289610-0000D63F-E4CA961B/0/0 CLEAN NORMAL X-TOI-MSGID: f54c841e-93d7-4890-8e40-65a56f73f5d8 X-Spam-Status: No, score=-5.9 required=5.0 tests=BAYES_00, FREEMAIL_FROM, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=no autolearn_force=no version=3.4.2 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: Thu, 10 Jun 2021 01:49:16 -0000 On Wed, 2021-06-09 at 15:49 +0200, John Paul Adrian Glaubitz wrote: > Hi! > > Just built revision ff4715d79e2c17d270db8b94315aa6b574f48994 on Debian unstable sh4 > (SuperH) on my Renesas SH-7785LCR evaluation board. > > Testsuite passes without any issues, attaching the full log. > > CC'ing two SuperH-related mailing list in case someone is interested. > > Adrian > === rust tests === > > Schedule of variations: > unix > > Running target unix > Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target. > Using /usr/share/dejagnu/config/unix.exp as generic interface file for target. > Using /srv/glaubitz/gccrs/gcc/testsuite/config/default.exp as tool-and-target-specific interface file. > Running /srv/glaubitz/gccrs/gcc/testsuite/rust/compile/compile.exp ... > Running /srv/glaubitz/gccrs/gcc/testsuite/rust/compile/torture/compile.exp ... > Running /srv/glaubitz/gccrs/gcc/testsuite/rust/compile/xfail/xfail.exp ... > Running /srv/glaubitz/gccrs/gcc/testsuite/rust/execute/torture/execute.exp ... > > === rust Summary === > > # of expected passes 2415 > # of expected failures 15 > make[2]: Leaving directory '/srv/glaubitz/gccrs/build/gcc' > make[1]: Leaving directory '/srv/glaubitz/gccrs/build/gcc' > Nice! Thanks for your efforts, Adrian! Cheers, Oleg