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

Bill Seurer via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 25 08:36:29 PST 2016


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