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


> > I get 20 XPASS for qmtest, but not for dejagnu.  This seems to be a
> > problem with the testsuite notations being ambiguous and/or poorly
> > defined.  Or maybe it is a problem with dejagnu.
> 
> These seem to come from "// Crash test - XFAIL *-*-*" where the compiler
> does not crash.  I believe those should indeed be XPASS, but perhaps I've
> misinterpreted the DejaGNU results.

This is a good time to reiterate my objection: we should never suppress a
test result that shows the compiler crashing.  Our goal should be that the
compiler does not crash for any input whatsoever, and if we don't meet the
goal, it should be made visible to every tester, not hidden: that is,
don't use XFAIL to hide compiler crashes.


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