[PATCH] D41707: [scudo] Attempt to re-enable the valloc test on armhf
Kostya Kortchinsky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 3 11:53:33 PST 2018
cryptoad created this revision.
cryptoad added reviewers: alekseyshl, flowerhack.
Herald added subscribers: Sanitizers, kristof.beyls, srhines, aemerson.
It used to fail on the bots, but I could not repro it locally. So turn it back
on to try and see if it still fails and maybe get to the heart of it.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D41707
Files:
test/scudo/valloc.c
Index: test/scudo/valloc.c
===================================================================
--- test/scudo/valloc.c
+++ test/scudo/valloc.c
@@ -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, armhf-linux
+// UNSUPPORTED: android
// Tests that valloc and pvalloc work as intended.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41707.128545.patch
Type: text/x-patch
Size: 512 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180103/459898c7/attachment.bin>
More information about the llvm-commits
mailing list