[compiler-rt] r256391 - [power] Fix test case target checks
Alexey Samsonov via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 22 14:54:12 PST 2016
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> 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
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>
--
Alexey Samsonov
vonosmas at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160122/aa313e15/attachment.html>
More information about the llvm-commits
mailing list