This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: QMTest Update


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, which may be alphabetical if the tree
was checked out just before building but not if it was checked out a few
years ago and updated with cvs update since then.  This is mostly OK for
comparing results (except e.g. if you want to compare after checking out a
new tree or doing something else that changes the order of the directory),
but alphabetical would be better.

-- 
Joseph S. Myers
jsm28@cam.ac.uk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]