[compiler-rt] r319114 - [TSan] Do not run cond_cancel.c test on ppc64.

Matt Morehouse via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 27 15:20:47 PST 2017


Author: morehouse
Date: Mon Nov 27 15:20:47 2017
New Revision: 319114

URL: http://llvm.org/viewvc/llvm-project?rev=319114&view=rev
Log:
[TSan] Do not run cond_cancel.c test on ppc64.

After r319004, the expected failure on ppc64 manifests as an infinite
loop.

Modified:
    compiler-rt/trunk/test/tsan/cond_cancel.c

Modified: compiler-rt/trunk/test/tsan/cond_cancel.c
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/tsan/cond_cancel.c?rev=319114&r1=319113&r2=319114&view=diff
==============================================================================
--- compiler-rt/trunk/test/tsan/cond_cancel.c (original)
+++ compiler-rt/trunk/test/tsan/cond_cancel.c Mon Nov 27 15:20:47 2017
@@ -8,7 +8,7 @@
 // (defined in sanitizer_thread_registry.cc). It might seem a bug on glibc,
 // however the same version GLIBC-2.17 will not make fail the test on 
 // powerpc64 BE (VMA=46)
-// XFAIL: powerpc64-unknown-linux-gnu
+// UNSUPPORTED: powerpc64-unknown-linux-gnu
 
 #include "test.h"
 




More information about the llvm-commits mailing list