Skip to content

Commit 0864e3c

Browse files
[Test][Darwin] Mark zero_page_pc test as unsupported for iOS (#137858)
This is handled as a SIGKILL and can't be intercepted by ASan's signal handler. rdar://127512190
1 parent 4ed8f38 commit 0864e3c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// Check that ASan correctly detects SEGV on the zero page.
22
// RUN: %clangxx_asan %s -o %t && not %run %t 2>&1 | FileCheck %s
33

4+
// Handled as a codesigning violation and exits with SIGKILL not SEGV
5+
// UNSUPPORTED: arm64e && ios
6+
47
#if defined(_MSC_VER) && !defined(__CLANG__)
58
# define __has_feature(x) 0
69
#endif

0 commit comments

Comments
 (0)