[lld] r192368 - [test] Ignore failure for now for Darwin.

Shankar Easwaran shankare at codeaurora.org
Thu Oct 10 20:28:28 PDT 2013


Hi Ruiu,

Fixed in r192409.

This started failing after std::sort was changed to std::stable_sort in 
the LayoutPass.

The testcase was only failing on Darwin though at that time.

Now with this fix, and reverting to std::sort, the behavior on all 
buildbots seems consistent.

Thanks

Shankar Easwaran


On 10/10/2013 5:29 PM, Rui Ueyama wrote:
> Which commit caused this failure? If something broke a buildbot we'd
> usually want to rollback the change rather than disabling the failing test.
>
> On Thu, Oct 10, 2013 at 10:12 AM, Shankar Easwaran
> <shankare at codeaurora.org>wrote:
>
>> Author: shankare
>> Date: Thu Oct 10 12:12:50 2013
>> New Revision: 192368
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=192368&view=rev
>> Log:
>> [test] Ignore failure for now for Darwin.
>>
>> This is only a step to clean the buildbot.
>>
>> Modified:
>>      lld/trunk/test/elf/ifunc.test
>>
>> Modified: lld/trunk/test/elf/ifunc.test
>> URL:
>> http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/ifunc.test?rev=192368&r1=192367&r2=192368&view=diff
>>
>> ==============================================================================
>> --- lld/trunk/test/elf/ifunc.test (original)
>> +++ lld/trunk/test/elf/ifunc.test Thu Oct 10 12:12:50 2013
>> @@ -67,3 +67,5 @@ RELATIVEADDEND-NEXT: ]
>>   SHARED: shared-library-atoms
>>   SHARED: name: hey
>>   SHARED-NOT: data
>> +
>> +XFAIL: darwin
>>
>>
>> _______________________________________________
>> llvm-commits mailing list
>> llvm-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>>


-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by the Linux Foundation




More information about the llvm-commits mailing list