summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKostya Kortchinsky <kostyak@google.com>2017-09-27 21:10:25 +0000
committerKostya Kortchinsky <kostyak@google.com>2017-09-27 21:10:25 +0000
commitfa1ae3e862a6c2ee70948498c57234e95b3453c2 (patch)
tree86f5c0d6cf92852a86a3bb110c1a2d4b3d0ac651
parent300fd45326d25fb06ca501fb4abd2fac9cd757fc (diff)
downloadbcm5719-llvm-fa1ae3e862a6c2ee70948498c57234e95b3453c2.tar.gz
bcm5719-llvm-fa1ae3e862a6c2ee70948498c57234e95b3453c2.zip
[scudo] Temporary disabling the valloc test on armhf
Summary: Weird failure where `errno != ENOMEM` on valloc failure. The returned pointer is null since it passes the previous assert, so this shouldn't happen. http://lab.llvm.org:8011/builders/clang-cmake-armv7-a15-full/builds/10931 http://lab.llvm.org:8011/builders/clang-cmake-thumbv7-a15-full-sh/builds/2469 Disabling until we figure out what's going on. Reviewers: alekseyshl Reviewed By: alekseyshl Subscribers: aemerson, srhines, llvm-commits, kristof.beyls Differential Revision: https://reviews.llvm.org/D38324 llvm-svn: 314344
-rw-r--r--compiler-rt/test/scudo/valloc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/scudo/valloc.cpp b/compiler-rt/test/scudo/valloc.cpp
index 8764502a132..514a88449de 100644
--- a/compiler-rt/test/scudo/valloc.cpp
+++ b/compiler-rt/test/scudo/valloc.cpp
@@ -2,7 +2,7 @@
// RUN: %run %t valid 2>&1
// RUN: not %run %t invalid 2>&1
// RUN: %env_scudo_opts=allocator_may_return_null=1 %run %t invalid 2>&1
-// UNSUPPORTED: android
+// UNSUPPORTED: android, armhf-linux
// Tests that valloc and pvalloc work as intended.
OpenPOWER on IntegriCloud