[PATCH] D41218: [scudo] Disabling the interface test on armhf
Kostya Kortchinsky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 13 18:54:54 PST 2017
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rCRT320665: [scudo] Disabling the interface test on armhf (authored by cryptoad, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D41218?vs=126884&id=126885#toc
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D41218
Files:
test/scudo/interface.cpp
Index: test/scudo/interface.cpp
===================================================================
--- test/scudo/interface.cpp
+++ test/scudo/interface.cpp
@@ -4,6 +4,7 @@
// RUN: %run %t heap-size 2>&1
// RUN: %env_scudo_opts="allocator_may_return_null=1" %run %t soft-limit 2>&1
// RUN: %env_scudo_opts="allocator_may_return_null=1" not %run %t hard-limit 2>&1
+// UNSUPPORTED: armhf-linux
// Tests that the sanitizer interface functions behave appropriately.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41218.126885.patch
Type: text/x-patch
Size: 551 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171214/222e2255/attachment.bin>
More information about the llvm-commits
mailing list