[PATCH] D38324: [scudo] Temporary disabling the valloc test on armhf
Kostya Kortchinsky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 27 11:26:54 PDT 2017
cryptoad created this revision.
Herald added subscribers: kristof.beyls, srhines, aemerson.
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.
https://reviews.llvm.org/D38324
Files:
test/scudo/valloc.cpp
Index: test/scudo/valloc.cpp
===================================================================
--- test/scudo/valloc.cpp
+++ 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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38324.116849.patch
Type: text/x-patch
Size: 518 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170927/0f8a2606/attachment.bin>
More information about the llvm-commits
mailing list