[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:
Alex Shlyapnikov 2018-03-28 23:01:04 +00:00
parent efe9af9f07
commit 5062d7a22d
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@
// UNSUPPORTED: android
// FIXME(alekseyshl): Fix this test under GCC.
// REQUIRES: Clang
#include <stdio.h>
#include <stdlib.h>