Skip to content

Commit 67f6fb2

Browse files
zmodemgithub-actions[bot]
authored andcommitted
Automerge: Mark asan/TestCases/zero_alloc.cpp unsupported on Mac for now
It's failing due to the malloc.h include, see comment on llvm/llvm-project#155943
2 parents 3d42959 + a6bd36e commit 67f6fb2

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)