Re: The gcc libjava testsuite does not work with dejagnu 1.6
Dominique d'Humières <[email protected]> Tue, 19 Apr 2016 18:16:53 +0200
| Newsgroups | gmane.comp.sysutils.dejagnu.bugs |
|---|---|
| Message-ID | <[email protected]> |
> Le 19 avr. 2016 à 17:50, Ben Elliston <[email protected]> a écrit : > > On Tue, Apr 19, 2016 at 04:22:16PM +0200, Dominique d'Humières wrote: > >> As posted at https://gcc.gnu.org/ml/gcc-bugs/2016-04/msg01858.html, > the gcc libjava testsuite does not work with dejagnu 1.6 > > From the NEWS file: > > 6. The user-visible utility procedures `absolute', `psource' and > `slay' have been removed. If a testsuite uses any of these > procedures, a copy of the procedure should be made and placed in > the lib directory of the testsuite. > > However, in the case of absolute, it can be replaced by the superior > 'file normalize' in modern versions of Tcl. My problem is where? Dominique > Ben