[lldb] disable thread-step-out-ret-addr-check on windows
authorPavel Labath <pavel@labath.sk>
Sat, 21 Dec 2019 13:19:49 +0000 (14:19 +0100)
committerPavel Labath <pavel@labath.sk>
Sat, 21 Dec 2019 13:20:47 +0000 (14:20 +0100)
I'm unable to get this test working there.

lldb/test/Shell/Unwind/thread-step-out-ret-addr-check.test

index 36e1069..e748b4e 100644 (file)
@@ -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