Skip to content

Commit a6bd36e

Browse files
committed
Mark asan/TestCases/zero_alloc.cpp unsupported on Mac for now
It's failing due to the malloc.h include, see comment on #155943
1 parent b7f7d96 commit a6bd36e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

compiler-rt/test/asan/TestCases/zero_alloc.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// 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
22

3+
// UNSUPPORTED: darwin
4+
// UNSUPPORTED: ios
5+
36
#include <malloc.h>
47
#include <stdio.h>
58

0 commit comments

Comments
 (0)