summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/Linux
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
commit2042980a5df0017a2c1b228ab1241743d2e21ccf (patch)
tree9701c871dd4a275ccda01e200c934f324704ef42 /test/asan/TestCases/Linux
parentac9149c80600e4c6952c3df849358d67d8e11a54 (diff)
downloadcompiler-rt-2042980a5df0017a2c1b228ab1241743d2e21ccf.tar.gz
[ASan] Disable aligned_alloc-alignment.cc on PPC64.
Differential Revision: https://reviews.llvm.org/D44404 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@328753 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/asan/TestCases/Linux')
-rw-r--r--test/asan/TestCases/Linux/aligned_alloc-alignment.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asan/TestCases/Linux/aligned_alloc-alignment.cc b/test/asan/TestCases/Linux/aligned_alloc-alignment.cc
index e2424ea62..e24d2f604 100644
--- a/test/asan/TestCases/Linux/aligned_alloc-alignment.cc
+++ b/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>