Skip to content

Commit 05b2c6a

Browse files
committed
Temporarily restrict the test for D71372 to darwin till we fix it on other systems.
1 parent 41d7c22 commit 05b2c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/Shell/Unwind/thread-step-out-ret-addr-check.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Test that `thread step-out` fails when the "return address"
22
# points to non-executable memory.
33

4-
# REQUIRES: target-x86_64, native
4+
# REQUIRES: target-x86_64, system-darwin
55

66
# RUN: %clang_host %p/Inputs/call-asm.c %p/Inputs/thread-step-out-ret-addr-check.s -o %t
77
# RUN: %lldb %t -s %s -b 2>&1 | FileCheck %s

0 commit comments

Comments
 (0)