From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 107169 invoked by alias); 21 Feb 2018 23:31:33 -0000 Mailing-List: contact fortran-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: fortran-owner@gcc.gnu.org Received: (qmail 107158 invoked by uid 89); 21 Feb 2018 23:31:32 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy= X-HELO: nef2.ens.fr Received: from nef2.ens.fr (HELO nef2.ens.fr) (129.199.96.40) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 21 Feb 2018 23:31:30 +0000 Received: from mailhost.lps.ens.fr (tournesol.lps.ens.fr [129.199.120.1]) by nef2.ens.fr (8.13.6/1.01.28121999) with ESMTP id w1LNVRHh086978 ; Thu, 22 Feb 2018 00:31:27 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mailhost.lps.ens.fr (Postfix) with ESMTP id 49E3214F; Thu, 22 Feb 2018 00:31:27 +0100 (CET) Received: from mailhost.lps.ens.fr ([127.0.0.1]) by localhost (tournesol.lps.ens.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VsSbewWSjwuk; Thu, 22 Feb 2018 00:31:27 +0100 (CET) Received: from [192.168.1.11] (log78-1-82-242-47-10.fbx.proxad.net [82.242.47.10]) by mailhost.lps.ens.fr (Postfix) with ESMTPSA id 1670514B; Thu, 22 Feb 2018 00:31:27 +0100 (CET) From: =?utf-8?Q?Dominique_d=27Humi=C3=A8res?= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 11.2 \(3445.5.20\)) Subject: Re: [PATCH] Character length cleanup for Coarray Fortran library Message-Id: <43E88F13-BF2C-45C7-B1F4-B9D17017F215@lps.ens.fr> Date: Wed, 21 Feb 2018 23:31:00 -0000 Cc: Janne Blomqvist , gfortran To: izaak@izaakbeekman.com X-SW-Source: 2018-02/txt/msg00150.txt.bz2 > git clone https://github.com/sourceryinstitute/OpenCoarrays > cd OpenCoarrays > mkdir build cd build > export FC=3D/path/to/gfortran/build/bin/gfortran > export CC=3D/path/to/gcc/build/bin/gcc > cmake .. > make -j > make check=20 The result for gfortran 8.0.1 is (without Janne=E2=80=99s patch) on a busy = system 96% tests passed, 3 tests failed out of 67 Total Test time (real) =3D 26.60 sec The following tests FAILED: 15 - team_number (Failed) 16 - get_communicator (Failed) 55 - get-put-allocatable-comp (Failed) Errors while running CTest Is this expected? Dominique