[compiler-rt] r328753 - [ASan] Disable aligned_alloc-alignment.cc on PPC64.

Alex Shlyapnikov via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 28 19:18:58 PDT 2018


Author: alekseyshl
Date: Wed Mar 28 19:18:57 2018
New Revision: 328753

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

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=328753&r1=328752&r2=328753&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 19:18:57 2018
@@ -3,7 +3,7 @@
 // RUN: %env_asan_opts=allocator_may_return_null=1 %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-NULL
 
 // FIXME(alekseyshl): #0 frame does not look as expected on ppc64be, fix it.
-// UNSUPPORTED: android,powerpc64be
+// UNSUPPORTED: android,powerpc64
 
 #include <stdio.h>
 #include <stdlib.h>




More information about the llvm-commits mailing list