Commit 05b2c6a5 authored by Jim Ingham's avatar Jim Ingham
Browse files

Temporarily restrict the test for D71372 to darwin till we fix it on other systems.

parent 41d7c227
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# Test that `thread step-out` fails when the "return address"
# points to non-executable memory.

# REQUIRES: target-x86_64, native
# REQUIRES: target-x86_64, system-darwin

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