[Bug d/95575] [10/11 regression] gdc.test testnames lost gdc.test prefix

2020-06-08 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95575

Rainer Orth  changed:

   What|Removed |Added

   Target Milestone|--- |10.2

[Bug d/95575] [10/11 regression] gdc.test testnames lost gdc.test prefix

2020-06-08 Thread ibuclaw at gdcproject dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95575

--- Comment #1 from Iain Buclaw  ---
Ah, for some reason I thought that moving the dejagnu .exp scripts from
top-level gdc.test to one per each subdirectory would remove the need for that.
 I'll revert that part of the change then.

[Bug d/95575] [10/11 regression] gdc.test testnames lost gdc.test prefix

2020-06-09 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95575

--- Comment #2 from ro at CeBiTec dot Uni-Bielefeld.DE  ---
> --- Comment #1 from Iain Buclaw  ---
> Ah, for some reason I thought that moving the dejagnu .exp scripts from
> top-level gdc.test to one per each subdirectory would remove the need for 
> that.

No, exactly which driver files are used is an implementation detail: you
can run tests in subdirs either from a toplevel .exp file or from
separate per-subdir ones.  What's important is keeping the test names
stable, otherwise this wreaks havoc with comparing test results.

>  I'll revert that part of the change then.

Thanks.

[Bug d/95575] [10/11 regression] gdc.test testnames lost gdc.test prefix

2020-06-14 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95575

--- Comment #3 from CVS Commits  ---
The master branch has been updated by Iain Buclaw :

https://gcc.gnu.org/g:4a557dc45650bbe500276680674afa18d291fdcc

commit r11-1294-g4a557dc45650bbe500276680674afa18d291fdcc
Author: Iain Buclaw 
Date:   Sun Jun 14 11:02:52 2020 +0200

testsuite: Re-add gdc.test prefix in test names (PR testsuite/95575)

gcc/testsuite/ChangeLog:

PR testsuite/95575
* lib/gdc-utils.exp (gdc-do-test): Re-add $subdir link and
inclusion
in filename.

[Bug d/95575] [10/11 regression] gdc.test testnames lost gdc.test prefix

2020-06-14 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95575

--- Comment #4 from CVS Commits  ---
The releases/gcc-10 branch has been updated by Iain Buclaw
:

https://gcc.gnu.org/g:892b4f74d9b05821f87fec9fc104fba6325972e1

commit r10-8291-g892b4f74d9b05821f87fec9fc104fba6325972e1
Author: Iain Buclaw 
Date:   Sun Jun 14 11:02:52 2020 +0200

testsuite: Re-add gdc.test prefix in test names (PR testsuite/95575)

gcc/testsuite/ChangeLog:

PR testsuite/95575
* lib/gdc-utils.exp (gdc-do-test): Re-add $subdir link and
inclusion
in filename.

(cherry picked from commit 4a557dc45650bbe500276680674afa18d291fdcc)

[Bug d/95575] [10/11 regression] gdc.test testnames lost gdc.test prefix

2020-06-14 Thread ibuclaw at gdcproject dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95575

Iain Buclaw  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from Iain Buclaw  ---
Done.