diff --git a/compiler-rt/test/asan/TestCases/zero_alloc.cpp b/compiler-rt/test/asan/TestCases/zero_alloc.cpp index e843a5a41f429..1cd00732a48e5 100644 --- a/compiler-rt/test/asan/TestCases/zero_alloc.cpp +++ b/compiler-rt/test/asan/TestCases/zero_alloc.cpp @@ -1,5 +1,8 @@ // RUN: %clang_asan -Wno-alloc-size -fsanitize-recover=address %s -o %t && %env_asan_opts=halt_on_error=0 %run %t 2>&1 | FileCheck %s +// UNSUPPORTED: darwin +// UNSUPPORTED: ios + #include #include