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: 3.4 PATCH: Fix libffi testsuite on MIPS


On Wed, 2003-09-17 at 10:56, Rainer Orth wrote:
> Andreas Tobler writes:
> 
> > I think with the dg framework you can xfail your specified target on 
> > each testcase. Like /* { dg-do run { xfail mips*-*-* } } */
> 
> Since this problem will affect all libffi closure tests on all platforms
> that lack the necessary support, I think it might be easier to provide a
> single location to XFAIL them wholesale instead of having to many
> individual tests.

MIPS and ARM are the only two targets with no closure support.  I can
xfail the test files for those architectures unless somebody beats me to
it.   Hacking dejagnu to add this feature seems like time not well
spent, and hopefully this will encourage people to implement closure
support for new targets in the future.

AG

-- 
Anthony Green <green@redhat.com>
Red Hat, Inc.


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