summaryrefslogtreecommitdiff
path: root/test/tsan
diff options
context:
space:
mode:
authorBill Seurer <seurer@linux.vnet.ibm.com>2017-02-02 21:32:07 +0000
committerBill Seurer <seurer@linux.vnet.ibm.com>2017-02-02 21:32:07 +0000
commitb27ebe955b66ec464fd2c7c03ea2788bec5c0433 (patch)
tree4645f1c4078970f36b26660f4d3383e9b0b21385 /test/tsan
parent67248be160a147a711e2f6b53b6a3270dca7dd21 (diff)
[powerpc] deactivate user_malloc.cc tsan test on powerpc64le
This test fails consistently on Ubuntu 16.xx powerpc64 LE systems. The cause is being investigated and in the meantime disable it so the buildbots can run cleanly. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@293939 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/tsan')
-rw-r--r--test/tsan/Linux/user_malloc.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/tsan/Linux/user_malloc.cc b/test/tsan/Linux/user_malloc.cc
index 9c3ce681d..6d51a9dd7 100644
--- a/test/tsan/Linux/user_malloc.cc
+++ b/test/tsan/Linux/user_malloc.cc
@@ -1,4 +1,5 @@
// RUN: %clangxx_tsan -O1 %s -o %t && %run %t 2>&1 | FileCheck %s
+// UNSUPPORTED: powerpc64le
#include <stdio.h>
// Defined by tsan.