summaryrefslogtreecommitdiff
path: root/test/asan/TestCases
diff options
context:
space:
mode:
authorAlex Shlyapnikov <alekseys@google.com>2018-03-28 23:01:04 +0000
committerAlex Shlyapnikov <alekseys@google.com>2018-03-28 23:01:04 +0000
commitff9c056a0fd6585de070a0c088eac14222ccc967 (patch)
tree3745f5dbc50c5a1072aa3c26b6401013fd6f8b67 /test/asan/TestCases
parente3435fdbc7cebcee5087739f657dce99641e80aa (diff)
[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 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@328741 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/asan/TestCases')
-rw-r--r--test/asan/TestCases/Linux/aligned_alloc-alignment.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/asan/TestCases/Linux/aligned_alloc-alignment.cc b/test/asan/TestCases/Linux/aligned_alloc-alignment.cc
index 510270089..028813bc8 100644
--- a/test/asan/TestCases/Linux/aligned_alloc-alignment.cc
+++ b/test/asan/TestCases/Linux/aligned_alloc-alignment.cc
@@ -4,6 +4,9 @@
// UNSUPPORTED: android
+// FIXME(alekseyshl): Fix this test under GCC.
+// REQUIRES: Clang
+
#include <stdio.h>
#include <stdlib.h>