This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Could beohm-gc test be 'dejagnu-ised'?
- From: mike stump <mrs at windriver dot com>
- To: c dot christian dot joensson at telia dot com, gcc at gcc dot gnu dot org
- Date: Tue, 26 Mar 2002 18:22:20 -0800 (PST)
- Subject: Re: Could beohm-gc test be 'dejagnu-ised'?
- References: <20020326193614.GA20468@j-son.org>
> Date: Tue, 26 Mar 2002 20:36:14 +0100
> To: Gcc <gcc@gcc.gnu.org>
> From: =?iso-8859-1?Q?Christian_J=F6nsson?= <c.christian.joensson@telia.com>
> I've been getting test failures for long now in this test and some
> others have also from time to time. It'd be neat if it was reported
> by the contrib'ed test_summary script into the e-mail list
> gcc-testresults also...
An easier way is to just arrange for it to use a similar output
format, to have it create beohm-gc.log and beohm-gc.sum files, and for
it to run with make check. test_summary will already report on it.
One can even generate these files after normal beohm-gc testing, using
sed... if the testing log files for beohm-gc are `sane'. In the best
case scenario, it is 5 extra lines in a makefile.
One doesn't _have_ to change it to use dejagnu...