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]

Re: [RFA]: Silence unwanted testsuite passes / failures


Neil Booth wrote:

> Thanks, I got confused when I was testing it.  While this reminds me,
> one of the reasons for some things being more noisy than the test
> committer anticipated is that some things xfail on "i?x6".  However,
> dejagnu doesn't match shell wildcards, but regexps, so they ended
> up doing the wrong thing on all platforms anyway.
> 
> OK to commit this one?

AFAICS this one is my mistake.

>         * g77.f-torture/execute/20010116.x: Conditional XFAIL.

> @@ -1,2 +0,0 @@
> -set torture_execute_xfail "i?86-*-*"
> -return 0

If we take your above explanation, shouldn't:

set torture_execute_xfail "i.86-*-*"

be correct ?

Cheers,

-- 
Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
Maintainer, GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
Join GNU Fortran 95: http://g95.sourceforge.net/ (under construction)


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