[Lldb-commits] [lldb] 05b2c6a - Temporarily restrict the test for D71372 to darwin till we fix it on other systems.
Jim Ingham via lldb-commits
lldb-commits at lists.llvm.org
Fri Dec 20 14:31:49 PST 2019
Author: Jim Ingham
Date: 2019-12-20T14:31:41-08:00
New Revision: 05b2c6a52cc79916beb4cad820a4b5e0ddfd2c4e
URL: https://github.com/llvm/llvm-project/commit/05b2c6a52cc79916beb4cad820a4b5e0ddfd2c4e
DIFF: https://github.com/llvm/llvm-project/commit/05b2c6a52cc79916beb4cad820a4b5e0ddfd2c4e.diff
LOG: Temporarily restrict the test for D71372 to darwin till we fix it on other systems.
Added:
Modified:
lldb/test/Shell/Unwind/thread-step-out-ret-addr-check.test
Removed:
################################################################################
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 96490faa2de8..53436cd55af1 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
More information about the lldb-commits
mailing list