diff options
-rw-r--r-- | compiler-rt/test/scudo/valloc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/scudo/valloc.cpp b/compiler-rt/test/scudo/valloc.cpp index 8764502a132..514a88449de 100644 --- a/compiler-rt/test/scudo/valloc.cpp +++ b/compiler-rt/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. |