diff options
| author | Jim Ingham <jingham@apple.com> | 2019-12-20 14:30:36 -0800 |
|---|---|---|
| committer | Jim Ingham <jingham@apple.com> | 2019-12-20 14:31:41 -0800 |
| commit | 05b2c6a52cc79916beb4cad820a4b5e0ddfd2c4e (patch) | |
| tree | 67b51258e2f13ad6e281bc6916e93d917592cea0 /lldb/test/Shell/Unwind | |
| parent | 41d7c227b38cce397e0402765593158f4bdf2dee (diff) | |
| download | bcm5719-llvm-05b2c6a52cc79916beb4cad820a4b5e0ddfd2c4e.tar.gz bcm5719-llvm-05b2c6a52cc79916beb4cad820a4b5e0ddfd2c4e.zip | |
Temporarily restrict the test for D71372 to darwin till we fix it on other systems.
Diffstat (limited to 'lldb/test/Shell/Unwind')
| -rw-r--r-- | lldb/test/Shell/Unwind/thread-step-out-ret-addr-check.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/Shell/Unwind/thread-step-out-ret-addr-check.test b/lldb/test/Shell/Unwind/thread-step-out-ret-addr-check.test index 96490faa2de..53436cd55af 100644 --- a/lldb/test/Shell/Unwind/thread-step-out-ret-addr-check.test +++ b/lldb/test/Shell/Unwind/thread-step-out-ret-addr-check.test @@ -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 |

