This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: un-xfail 12658_thread-1.cc on non-linux platforms
- From: Richard Earnshaw <rearnsha at gcc dot gnu dot org>
- To: Geoffrey Keating <gkeating at apple dot com>
- Cc: libstdc++ at gcc dot gnu dot org, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Sat, 30 Oct 2004 14:42:16 +0100
- Subject: Re: un-xfail 12658_thread-1.cc on non-linux platforms
- Organization: GNU
- References: <20041030005331.3C5251D24901@geoffk5.apple.com>
On Sat, 2004-10-30 at 01:53, Geoffrey Keating wrote:
> As far as I can tell from the mailing list, this was xfailed because
> of a linux libc bug, and it passes on Darwin for me.
>
> Tested with 'make check-libstdc++-v3' on Darwin.
This test will never run on embedded systems that don't have pthreads.
If you are going to enable it, the it should be enabled in the same way
as the pthreads tests are.
R.