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: [darwin] testsuite wchar_t-1.c & wint_t-1.c


Geoff Keating wrote:

Date: Sun, 25 May 2003 21:00:04 +0200
From: Andreas Tobler <toa@pop.agri.ch>


can we xfail these two tests on darwin?
They both include wchar.h which is not available on darwin, at least on my machine. (and if they are, please point me to the package where it is in)


Yes, we can.

Hm, I thought this would do the trick:


/* { dg-do compile { xfail *-*-darwin* } } */

But there must be some black magic. It still fails.

I ran it this way: make RUNTESTFLAGS='dg.exp=wchar_t-1.c' check

Do I forget something?

Thanks,

Andreas


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