From c5330c240b5aa819ceaaf6adafc2fabc9803d261 Mon Sep 17 00:00:00 2001 From: Matt Morehouse Date: Mon, 27 Nov 2017 23:20:47 +0000 Subject: [PATCH] [TSan] Do not run cond_cancel.c test on ppc64. After r319004, the expected failure on ppc64 manifests as an infinite loop. llvm-svn: 319114 --- compiler-rt/test/tsan/cond_cancel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-rt/test/tsan/cond_cancel.c b/compiler-rt/test/tsan/cond_cancel.c index fb6a66136b8a..5c497155cb69 100644 --- a/compiler-rt/test/tsan/cond_cancel.c +++ b/compiler-rt/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"