[libcxx] r220512 - [libcxx] XFAIL all currently failing libc++ tests for linux.

Eric Fiselier eric at efcs.ca
Mon Oct 27 15:25:15 PDT 2014


This should be fixed in r220724. Let me know if you run into any other
problems.

/Eric

On Mon, Oct 27, 2014 at 3:39 PM, Eric Fiselier <eric at efcs.ca> wrote:

> For libc++'s test suite I think I'll just check for `redhat-linux` and
> `suse-linux` and append the `-gnu` manually.
> I imagine this is not correct in all cases, but it seems like the best
> solution for the test suite.
>
> Another approach may be to probe for glibc but that would be more complex.
>
> /Eric
>
> On Mon, Oct 27, 2014 at 1:27 AM, İsmail Dönmez <ismail at donmez.ws> wrote:
>
>> Hi,
>>
>> On Mon, Oct 27, 2014 at 9:22 AM, Chandler Carruth <chandlerc at google.com>
>> wrote:
>>
>>> The triple specified is 'x86_64-suse-linux'... If you're using glibc,
>>> then it seems reasonable to use 'linux-gnu' as the last component of the
>>> triple? It seems a real shame to add a vendor here just to catch the case
>>> that your system uses glibc but deviates from every other linux triple
>>> using glibc in this way.... =[
>>>
>>
>> This matches the gcc's default target hence its like that for a long time
>> :/ Btw. I just checked and Centos/RHEL uses x86_64-redhat-linux so we are
>> not alone in this.
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20141027/eb94052b/attachment.html>


More information about the cfe-commits mailing list