[compiler-rt] r311674 - Mark allocator_oom_test.cc unsupported on arm & aarch64 (PR33972)

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 24 10:00:37 PDT 2017


Author: hans
Date: Thu Aug 24 10:00:36 2017
New Revision: 311674

URL: http://llvm.org/viewvc/llvm-project?rev=311674&view=rev
Log:
Mark allocator_oom_test.cc unsupported on arm & aarch64 (PR33972)

The buildbots don't seem to like it.

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

Modified: compiler-rt/trunk/test/asan/TestCases/Linux/allocator_oom_test.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Linux/allocator_oom_test.cc?rev=311674&r1=311673&r2=311674&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Linux/allocator_oom_test.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/Linux/allocator_oom_test.cc Thu Aug 24 10:00:36 2017
@@ -29,8 +29,9 @@
 // RUN:   | FileCheck %s --check-prefixes=CHECK-MALLOC-REALLOC,CHECK-NULL
 
 // ASan shadow memory on s390 is too large for this test.
+// AArch64 bots fail on this test.
 // TODO(alekseys): Android lit do not run ulimit on device.
-// UNSUPPORTED: s390,android
+// UNSUPPORTED: s390,android,arm,aarch64
 
 #include <stdlib.h>
 #include <string.h>




More information about the llvm-commits mailing list