Skip to content

Commit 1c1c5f6

Browse files
committed
[Test][Darwin] Updating where this test is being disabled.
Just landed the disabling on arm64e and ios. This actually should be marked UNSUPPORTED on all arm64.
1 parent 6445492 commit 1c1c5f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// RUN: %clangxx_asan %s -o %t && not %run %t 2>&1 | FileCheck %s
33

44
// Handled as a codesigning violation and exits with SIGKILL not SEGV
5-
// UNSUPPORTED: arm64e && ios
5+
// UNSUPPORTED: ios
66

77
#if defined(_MSC_VER) && !defined(__CLANG__)
88
# define __has_feature(x) 0

0 commit comments

Comments
 (0)