[ASan] Disable aligned_alloc-alignment.cc test on gcc.
This check "CHECK: {{#0 0x.* in .*aligned_alloc}}" fails on ppc64be, gcc
build. Disabling the test for gcc for now.
Differential Revision: https://reviews.llvm.org/D44404
llvm-svn: 328741
This commit is contained in:
parent
efe9af9f07
commit
5062d7a22d
|
|
@ -4,6 +4,9 @@
|
|||
|
||||
// UNSUPPORTED: android
|
||||
|
||||
// FIXME(alekseyshl): Fix this test under GCC.
|
||||
// REQUIRES: Clang
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue