summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/Posix/current_allocated_bytes.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/Posix/current_allocated_bytes.cc')
-rw-r--r--test/asan/TestCases/Posix/current_allocated_bytes.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/asan/TestCases/Posix/current_allocated_bytes.cc b/test/asan/TestCases/Posix/current_allocated_bytes.cc
index c49e433b1e8b..51630cfd8a6b 100644
--- a/test/asan/TestCases/Posix/current_allocated_bytes.cc
+++ b/test/asan/TestCases/Posix/current_allocated_bytes.cc
@@ -1,6 +1,9 @@
// RUN: %clangxx_asan -O0 %s -pthread -o %t && %run %t
// RUN: %clangxx_asan -O2 %s -pthread -o %t && %run %t
// REQUIRES: stable-runtime
+// UNSUPPORTED: powerpc64le
+// FIXME: This test occasionally fails on powerpc64 LE possibly starting with
+// r279664. Re-enable the test once the problem(s) have been fixed.
#include <assert.h>
#include <pthread.h>