[Bug d/95575] New: [10/11 regression] gdc.test testnames lost gdc.test prefix
ro at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jun 8 09:46:44 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95575
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 <ibuclaw@gdcproject.org>
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.
More information about the Gcc-bugs
mailing list