summaryrefslogtreecommitdiff
path: root/test/scudo/valloc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/scudo/valloc.cpp')
-rw-r--r--test/scudo/valloc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scudo/valloc.cpp b/test/scudo/valloc.cpp
index 8764502a1..514a88449 100644
--- a/test/scudo/valloc.cpp
+++ b/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.