From d4aeef55b69f3a6e79e352fcd93fbe2e64030570 Mon Sep 17 00:00:00 2001 From: Matt Morehouse Date: Mon, 27 Nov 2017 23:20:47 +0000 Subject: [TSan] Do not run cond_cancel.c test on ppc64. After r319004, the expected failure on ppc64 manifests as an infinite loop. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@319114 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/tsan/cond_cancel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/tsan/cond_cancel.c b/test/tsan/cond_cancel.c index fb6a66136..5c497155c 100644 --- a/test/tsan/cond_cancel.c +++ b/test/tsan/cond_cancel.c @@ -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" -- cgit v1.2.3