[ASan] Disable aligned_alloc-alignment.cc on PPC64.
authorAlex Shlyapnikov <alekseys@google.com>
Thu, 29 Mar 2018 02:18:57 +0000 (02:18 +0000)
committerAlex Shlyapnikov <alekseys@google.com>
Thu, 29 Mar 2018 02:18:57 +0000 (02:18 +0000)
Differential Revision: https://reviews.llvm.org/D44404

llvm-svn: 328753

compiler-rt/test/asan/TestCases/Linux/aligned_alloc-alignment.cc

index e2424ea..e24d2f6 100644 (file)
@@ -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>