QMTest Update
Hans-Peter Nilsson
hp@bitrange.com
Thu Jun 13 14:49:00 GMT 2002
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
More information about the Gcc
mailing list