aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAlex Shlyapnikov <alekseys@google.com>2018-03-29 00:09:12 +0000
committerAlex Shlyapnikov <alekseys@google.com>2018-03-29 00:09:12 +0000
commitac9149c80600e4c6952c3df849358d67d8e11a54 (patch)
tree74503046b88e2996f75f445874887949b12994d4 /test
parentff9c056a0fd6585de070a0c088eac14222ccc967 (diff)
[ASan] Disable aligned_alloc-alignment.cc on ppc64be
Differential Revision: https://reviews.llvm.org/D44404 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@328742 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/asan/TestCases/Linux/aligned_alloc-alignment.cc6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/asan/TestCases/Linux/aligned_alloc-alignment.cc b/test/asan/TestCases/Linux/aligned_alloc-alignment.cc
index 028813bc8..e2424ea62 100644
--- a/test/asan/TestCases/Linux/aligned_alloc-alignment.cc
+++ b/test/asan/TestCases/Linux/aligned_alloc-alignment.cc
@@ -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>