[ASan] Disable aligned_alloc-alignment.cc on ppc64be

Differential Revision: https://reviews.llvm.org/D44404

llvm-svn: 328742
This commit is contained in:
Alex Shlyapnikov 2018-03-29 00:09:12 +00:00
parent 5062d7a22d
commit 239533319f

View File

@ -2,10 +2,8 @@
// RUN: %env_asan_opts=allocator_may_return_null=0 not %run %t 2>&1 | FileCheck %s
// RUN: %env_asan_opts=allocator_may_return_null=1 %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-NULL
// UNSUPPORTED: android
// FIXME(alekseyshl): Fix this test under GCC.
// REQUIRES: Clang
// FIXME(alekseyshl): #0 frame does not look as expected on ppc64be, fix it.
// UNSUPPORTED: android,powerpc64be
#include <stdio.h>
#include <stdlib.h>