From b43b5580127c46fd5a4c00fe4633b1b314bcfc19 Mon Sep 17 00:00:00 2001 From: Alex Shlyapnikov Date: Thu, 29 Mar 2018 02:18:57 +0000 Subject: [PATCH] [ASan] Disable aligned_alloc-alignment.cc on PPC64. Differential Revision: https://reviews.llvm.org/D44404 llvm-svn: 328753 --- compiler-rt/test/asan/TestCases/Linux/aligned_alloc-alignment.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 e2424ea..e24d2f6 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 #include -- 2.7.4