[Lldb-commits] [lldb] 2947da9 - [lldb] disable thread-step-out-ret-addr-check on windows

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Sat Dec 21 05:18:52 PST 2019


Author: Pavel Labath
Date: 2019-12-21T14:20:47+01:00
New Revision: 2947da9ff7d1a1c1d0356ac51405e6576d8fbf64

URL: https://github.com/llvm/llvm-project/commit/2947da9ff7d1a1c1d0356ac51405e6576d8fbf64
DIFF: https://github.com/llvm/llvm-project/commit/2947da9ff7d1a1c1d0356ac51405e6576d8fbf64.diff

LOG: [lldb] disable thread-step-out-ret-addr-check on windows

I'm unable to get this test working there.

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 36e106970201..e748b4e5c73c 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
@@ -2,6 +2,7 @@
 # points to non-executable memory.
 
 # REQUIRES: target-x86_64
+# UNSUPPORTED: system-windows
 
 # RUN: %clang_host %p/Inputs/call-asm.c -x assembler-with-cpp %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