[compiler-rt] r328742 - [ASan] Disable aligned_alloc-alignment.cc on ppc64be

Alex Shlyapnikov via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 28 17:09:12 PDT 2018


Author: alekseyshl
Date: Wed Mar 28 17:09:12 2018
New Revision: 328742

URL: http://llvm.org/viewvc/llvm-project?rev=328742&view=rev
Log:
[ASan] Disable aligned_alloc-alignment.cc on ppc64be

Differential Revision: https://reviews.llvm.org/D44404

Modified:
    compiler-rt/trunk/test/asan/TestCases/Linux/aligned_alloc-alignment.cc

Modified: compiler-rt/trunk/test/asan/TestCases/Linux/aligned_alloc-alignment.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Linux/aligned_alloc-alignment.cc?rev=328742&r1=328741&r2=328742&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Linux/aligned_alloc-alignment.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/Linux/aligned_alloc-alignment.cc Wed Mar 28 17:09:12 2018
@@ -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>




More information about the llvm-commits mailing list