This is the mail archive of the gcc-patches@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: regression-checker: Add in new passes during regression.


> Date: Mon, 11 Mar 2002 06:23:09 -0500 (EST)
> From: Hans-Peter Nilsson <hp@bitrange.com>
> cc: <gcc-patches@gcc.gnu.org>
> 
> I copied the regression-checking parts to my own regression
> tester and discovered that during a regress-N state, new passes
> are not added, so regressions in new tests would then not be
> discovered.  I think it's confusing to not see new regressions
> during a state of regression, so how about this?
> Not tested at all, except that "cat - file" works and that I use
> the corresponding change myself and nothing's broke yet.

This is not done because sometimes a really broken patch can cause
tests to pass even though they shouldn't.  For instance, if GCC did
'exit (0)' before actually compiling anything, a broken compile
testcase would suddenly pass.

-- 
- Geoffrey Keating <geoffk@geoffk.org> <geoffk@redhat.com>


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