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

This commit is contained in:
Jim Ingham 2019-12-20 14:30:36 -08:00
parent 41d7c227b3
commit 05b2c6a52c
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# 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