summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Shlyapnikov <alekseys@google.com>2018-03-29 02:18:57 +0000
committerAlex Shlyapnikov <alekseys@google.com>2018-03-29 02:18:57 +0000
commitb43b5580127c46fd5a4c00fe4633b1b314bcfc19 (patch)
treea19a72a8fed95cc2f3e201a88eaf5a2bab720ef8
parent711058165c15a56ae1d3b5490de276c4b4370e34 (diff)
downloadbcm5719-llvm-b43b5580127c46fd5a4c00fe4633b1b314bcfc19.tar.gz
bcm5719-llvm-b43b5580127c46fd5a4c00fe4633b1b314bcfc19.zip
[ASan] Disable aligned_alloc-alignment.cc on PPC64.
Differential Revision: https://reviews.llvm.org/D44404 llvm-svn: 328753
-rw-r--r--compiler-rt/test/asan/TestCases/Linux/aligned_alloc-alignment.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/asan/TestCases/Linux/aligned_alloc-alignment.cc b/compiler-rt/test/asan/TestCases/Linux/aligned_alloc-alignment.cc
index e2424ea6222..e24d2f604cc 100644
--- a/compiler-rt/test/asan/TestCases/Linux/aligned_alloc-alignment.cc
+++ b/compiler-rt/test/asan/TestCases/Linux/aligned_alloc-alignment.cc
@@ -3,7 +3,7 @@
// RUN: %env_asan_opts=allocator_may_return_null=1 %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-NULL
// FIXME(alekseyshl): #0 frame does not look as expected on ppc64be, fix it.
-// UNSUPPORTED: android,powerpc64be
+// UNSUPPORTED: android,powerpc64
#include <stdio.h>
#include <stdlib.h>
OpenPOWER on IntegriCloud