summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/scudo/interface.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/scudo/interface.cpp b/test/scudo/interface.cpp
index 9d4433cc6..73ea0a738 100644
--- a/test/scudo/interface.cpp
+++ b/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.