diff options
| author | Pavel Labath <pavel@labath.sk> | 2019-12-21 14:19:49 +0100 |
|---|---|---|
| committer | Pavel Labath <pavel@labath.sk> | 2019-12-21 14:20:47 +0100 |
| commit | 2947da9ff7d1a1c1d0356ac51405e6576d8fbf64 (patch) | |
| tree | 83b98e82b078b8724d5d4d7b0f52700927181cd6 /lldb/test/Shell | |
| parent | e192cc1f1bf120712f7c78fcd51645db8918d083 (diff) | |
| download | bcm5719-llvm-2947da9ff7d1a1c1d0356ac51405e6576d8fbf64.tar.gz bcm5719-llvm-2947da9ff7d1a1c1d0356ac51405e6576d8fbf64.zip | |
[lldb] disable thread-step-out-ret-addr-check on windows
I'm unable to get this test working there.
Diffstat (limited to 'lldb/test/Shell')
| -rw-r--r-- | lldb/test/Shell/Unwind/thread-step-out-ret-addr-check.test | 1 |
1 files changed, 1 insertions, 0 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 36e10697020..e748b4e5c73 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 |

