summaryrefslogtreecommitdiff
path: root/test/tsan
diff options
context:
space:
mode:
authorVitaly Buka <vitalybuka@google.com>2019-02-09 19:28:52 +0000
committerVitaly Buka <vitalybuka@google.com>2019-02-09 19:28:52 +0000
commit8ff86df042ea13514cc3682895b06a1106c29d36 (patch)
tree962dd0a78f9fcf9fc6b6a065057134b783eea24b /test/tsan
parent0cf421261c9961e2a167feeffaae93d3defa6e8f (diff)
downloadcompiler-rt-8ff86df042ea13514cc3682895b06a1106c29d36.tar.gz
[tsan] Remove debug logging and disable test on ppc64be
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@353624 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/tsan')
-rw-r--r--test/tsan/thread_exit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tsan/thread_exit.c b/test/tsan/thread_exit.c
index 0c7bdf7d5..7038baa43 100644
--- a/test/tsan/thread_exit.c
+++ b/test/tsan/thread_exit.c
@@ -1,7 +1,7 @@
// RUN: %clang_tsan -O1 %s -o %t && %run %t 2>&1 | FileCheck %s
// Crashes on powerpc64be
-// XFAIL: target-is-powerpc64be
+// UNSUPPORTED: powerpc64
#include "test.h"