This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: libstdc++ XPASS's on Darwin
- From: Joe Buck <Joe dot Buck at synopsys dot COM>
- To: Paolo Carlini <pcarlini at suse dot de>
- Cc: Jack Howarth <howarth at bromo dot msbb dot uc dot edu>, mrs at apple dot com, gcc at gcc dot gnu dot org
- Date: Thu, 17 Aug 2006 11:57:54 -0700
- Subject: Re: libstdc++ XPASS's on Darwin
- References: <20060817184247.E2931110009@bromo.msbb.uc.edu> <44E4BA98.2090304@suse.de>
On Thu, Aug 17, 2006 at 08:51:04PM +0200, Paolo Carlini wrote:
> ... just an obvious remark, then I leave the issue to the darwin
> maintainers, of course: if some, probably most, of those XPASS are
> because of a more recent release of the OS, and the previous ones are
> still widespread and supported, I'm not sure you really want to see
> FAILs on the latter...
Can the test framework distinguish based on the OS release? Probably
not with sufficient granularity, I suppose.
It seems like we need something autoconf-like for the test suite: first
you run a test for missing OS features or known flaws, then you use that
to adjust your notion of which tests are expected to pass.