[compiler-rt] 811828a - [PowerPC] Mark allocator_oom_test.cpp unsupported on PowerPC

Ahsan Saghir via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 28 12:22:59 PDT 2020


Author: Ahsan Saghir
Date: 2020-07-28T14:22:33-05:00
New Revision: 811828a01d64868329de279a7117e12d10e9da2a

URL: https://github.com/llvm/llvm-project/commit/811828a01d64868329de279a7117e12d10e9da2a
DIFF: https://github.com/llvm/llvm-project/commit/811828a01d64868329de279a7117e12d10e9da2a.diff

LOG: [PowerPC] Mark allocator_oom_test.cpp unsupported on PowerPC

This patch marks compiler-rt/test/asan/TestCases/Linux/allocator_oom_test.cpp
unsupported on PowerPC 64bit-LE architecture since this test fails when run
on a machine with larger system memory.

Reviewed By: #powerpc, nemanjai

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

Added: 
    

Modified: 
    compiler-rt/test/asan/TestCases/Linux/allocator_oom_test.cpp

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/asan/TestCases/Linux/allocator_oom_test.cpp b/compiler-rt/test/asan/TestCases/Linux/allocator_oom_test.cpp
index c450ae5bb8e9..c294ca53b6be 100644
--- a/compiler-rt/test/asan/TestCases/Linux/allocator_oom_test.cpp
+++ b/compiler-rt/test/asan/TestCases/Linux/allocator_oom_test.cpp
@@ -32,7 +32,7 @@
 // AArch64 bots fail on this test.
 // TODO(alekseys): Android lit do not run ulimit on device.
 // REQUIRES: shadow-scale-3
-// UNSUPPORTED: s390,android,aarch64
+// UNSUPPORTED: s390,android,aarch64,powerpc64le
 
 #include <stdlib.h>
 #include <string.h>


        


More information about the llvm-commits mailing list