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: [PATCH] gfortran.dg/default_format_denormal_1.f90: Don't XFAIL darwin10 or later


On Wed, 2008-11-19 at 16:35 +0100, Dominique Dhumieres wrote:
> > > to only XFAIL for darwin[1-9] since denormals now function properly
> >
> > ...
> > OK.  (I checked it in.)
> 
> I am not sure the syntax 'darwin[1-9]' is right as the test XFAIL on Darwin9 but not on
> Darwin8, see:
> 
> http://gcc.gnu.org/ml/gcc-testresults/2008-11/msg01633.html
> 
> where it fails.

Please try "*-*-darwin[89]*".  There are various regexp rules for
various parts of the testsuite support, but I think that will match
darwin8.5.0 and darwin9 but not darwin10.  If darwin7 should be
supported then someone will tell us.

Janis

Janis


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