diff options
Diffstat (limited to 'compiler-rt/test/asan/TestCases/Linux/aligned_alloc-alignment.cc')
| -rw-r--r-- | compiler-rt/test/asan/TestCases/Linux/aligned_alloc-alignment.cc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/compiler-rt/test/asan/TestCases/Linux/aligned_alloc-alignment.cc b/compiler-rt/test/asan/TestCases/Linux/aligned_alloc-alignment.cc index 028813bc87e..e2424ea6222 100644 --- a/compiler-rt/test/asan/TestCases/Linux/aligned_alloc-alignment.cc +++ b/compiler-rt/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> |

