[compiler-rt] r256391 - [power] Fix test case target checks

Bill Seurer via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 26 07:31:10 PST 2016


I figured out what is going on here.  The version of gcc changed on the 
system running that bot and it appears a change in the library causes 
this test to fail once again.  I can get the test to fail or succeed by 
changing gcc versions.

I am going to update all the gcc versions to be consistent across the 
power buildbots.

On 01/25/16 10:36, Bill Seurer via llvm-commits wrote:
> Yes, it appears that race_on_mutux.c is once again failing on LE.  I'll
> fix the test case.
>
> On 01/22/16 16:54, Alexey Samsonov wrote:
>> Not anymore?
>> http://lab.llvm.org:8011/builders/sanitizer-ppc64le-linux/builds/38
>>
>> On Thu, Dec 24, 2015 at 12:21 PM, Bill Seurer via llvm-commits
>> <llvm-commits at lists.llvm.org <mailto:llvm-commits at lists.llvm.org>> wrote:
>>
>>     Author: seurer
>>     Date: Thu Dec 24 14:21:36 2015
>>     New Revision: 256391
>>
>>     URL: http://llvm.org/viewvc/llvm-project?rev=256391&view=rev
>>     Log:
>>     [power] Fix test case target checks
>>
>>     Several test cases that used to fail on both power LE and BE
>>     now run correctly on LE.
>>
>>
>>     Modified:
>>          compiler-rt/trunk/test/tsan/race_on_mutex.c
>>
>>     Modified: compiler-rt/trunk/test/tsan/race_on_mutex.c
>>     URL:
>>
>> http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/tsan/race_on_mutex.c?rev=256391&r1=256390&r2=256391&view=diff
>>
>>
>> ==============================================================================
>>
>>     --- compiler-rt/trunk/test/tsan/race_on_mutex.c (original)
>>     +++ compiler-rt/trunk/test/tsan/race_on_mutex.c Thu Dec 24
>> 14:21:36 2015
>>     @@ -1,7 +1,7 @@
>>       // RUN: %clang_tsan -O1 %s -o %t && %deflake %run %t | FileCheck %s
>>       // This test fails on powerpc64 (VMA=46).
>>       // The size of the write reported by Tsan for T1 is 8 instead of 1.
>>     -// XFAIL: powerpc64
>>     +// XFAIL: powerpc64-unknown-linux-gnu
>>       #include "test.h"
>>
>>       pthread_mutex_t Mtx;
>>
>>
>>     _______________________________________________
>>     llvm-commits mailing list
>>     llvm-commits at lists.llvm.org <mailto:llvm-commits at lists.llvm.org>
>>     http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>>
>>
>>
>>
>> --
>> Alexey Samsonov
>> vonosmas at gmail.com <mailto:vonosmas at gmail.com>
>
>


-- 

-Bill Seurer



More information about the llvm-commits mailing list