This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: QMTest Update
- From: Hans-Peter Nilsson <hp at bitrange dot com>
- To: Gabriel Dos Reis <gdr at codesourcery dot com>
- Cc: <gcc at gcc dot gnu dot org>
- Date: Thu, 13 Jun 2002 17:44:06 -0400 (EDT)
- Subject: Re: QMTest Update
On 13 Jun 2002, Gabriel Dos Reis wrote:
> "Joseph S. Myers" <jsm28@cam.ac.uk> writes:
> | On 12 Jun 2002, Jim Wilson wrote:
> | > being forced to wait until testing is done. Dejagnu runs tests in alphabetical
> | > order, making it easy to compare results by hand against a previous run as
> | > they come out.
> | Dejagnu doesn't run tests in alphabetical order, it runs them in the order
> | the tests appear in the directory,
> More precisely, Dejagnu runs the tests through a main loop which is
> copy/pasted all over the directories and ressembling something like:
>
> set dirlen [expr [string length "$srcdir/$subdir"] + 1];
> foreach file [lsort [find $srcdir/$subdir *.C]] {
> Note the "lsort" command.
Note its absence in gcc.c-torture/compile/compile.exp.
Perhaps all similar absenteeisms should be fixed as
obvious.
brgds, H-P