From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0DF553851C07; Mon, 8 Jun 2020 09:46:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0DF553851C07 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1591609605; bh=41lstPY30gOto747Wb3018CWd0QEq6MwCdjFWm0wF74=; h=From:To:Subject:Date:From; b=KcxZT1x/1/R3TsSqy8+uvxIjR/KxE43mnUfqfwVzZFUFXWVFqOsV33k4HO5H9nHtC eJ5CvEaYO049UrWSUcGOreZ6Es/TrNR4pAsdXEHSnSi5Cq8BeE6n6td5WgXb8RolMo ao80GmcuQr3gLUYSL6kGR+G5GgDSY0aBJ2yW237E= From: "ro at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug d/95575] New: [10/11 regression] gdc.test testnames lost gdc.test prefix Date: Mon, 08 Jun 2020 09:46:44 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: d X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ro at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ibuclaw at gdcproject dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jun 2020 09:46:45 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95575 Bug ID: 95575 Summary: [10/11 regression] gdc.test testnames lost gdc.test prefix Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: d Assignee: ibuclaw at gdcproject dot org Reporter: ro at gcc dot gnu.org Target Milestone: --- As originally reported here https://gcc.gnu.org/pipermail/gcc-patches/2020-April/543045.html this patch commit c76df72f1a916d0482d15e43656ddff724352705 Author: Iain Buclaw Date: Sat Mar 28 18:44:12 2020 +0100 testsuite: Split up gdc-test.exp into each subdirectory again lost the gdc.test prefix in the testnames, as e.g. seen on Solaris: -FAIL: gdc.test/runnable/eh.d -fPIC -shared-libphobos execution test -FAIL: gdc.test/runnable/eh.d -shared-libphobos execution test -FAIL: gdc.test/runnable/test42.d execution test -FAIL: gdc.test/runnable/test42.d -g execution test -FAIL: gdc.test/runnable/test42.d -g -shared-libphobos execution test -FAIL: gdc.test/runnable/test42.d -shared-libphobos execution test +FAIL: runnable/eh.d -fPIC -shared-libphobos execution test +FAIL: runnable/eh.d -shared-libphobos execution test +FAIL: runnable/test42.d execution test +FAIL: runnable/test42.d -g execution test +FAIL: runnable/test42.d -g -shared-libphobos execution test +FAIL: runnable/test42.d -shared-libphobos execution test The testnames are supposed to be relative to gcc/testsuite.=