summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/asan/TestCases/Linux/pvalloc-overflow.cc
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/asan/TestCases/Linux/pvalloc-overflow.cc')
-rw-r--r--compiler-rt/test/asan/TestCases/Linux/pvalloc-overflow.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/asan/TestCases/Linux/pvalloc-overflow.cc b/compiler-rt/test/asan/TestCases/Linux/pvalloc-overflow.cc
index 80a2b9ce8e4..b47c6266b93 100644
--- a/compiler-rt/test/asan/TestCases/Linux/pvalloc-overflow.cc
+++ b/compiler-rt/test/asan/TestCases/Linux/pvalloc-overflow.cc
@@ -4,7 +4,7 @@
// RUN: ASAN_OPTIONS=allocator_may_return_null=0 not %run %t psm1 2>&1 | FileCheck %s
// RUN: ASAN_OPTIONS=allocator_may_return_null=1 %run %t psm1 2>&1
-// UNSUPPORTED: freebsd
+// UNSUPPORTED: freebsd, android
// Checks that pvalloc overflows are caught. If the allocator is allowed to
// return null, the errno should be set to ENOMEM.
OpenPOWER on IntegriCloud