[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
Thu Jan 4 10:36:35 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rCRT321812: [scudo] Attempt to re-enable the valloc test on armhf (authored by cryptoad, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D41707?vs=128545&id=128632#toc

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.128632.patch
Type: text/x-patch
Size: 512 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180104/6e8a91d0/attachment.bin>


More information about the llvm-commits mailing list