Skip to content

Commit 193aa96

Browse files
committed
[lit] Disable the stop hook tests on Windows
These tests are not able to pass on Windows as written as they don't even build llvm-svn: 347321
1 parent f49e1ca commit 193aa96

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lldb/lit/ExecControl/StopHook/stop-hook-threads.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# RUN: | FileCheck --check-prefix=CHECK --check-prefix=CHECK-NO-FILTER %s
44
# RUN: %lldb -b -s %p/Inputs/stop-hook-threads-2.lldbinit -s %s -f %t \
55
# RUN: | FileCheck --check-prefix=CHECK --check-prefix=CHECK-FILTER %s
6+
# XFAIL: system-windows
67

78
thread list
89
break set -f stop-hook-threads.cpp -p "Set break point at this line"

lldb/lit/ExecControl/StopHook/stop-hook.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# RUN: %lldb -b -s %p/Inputs/stop-hook-2.lldbinit -s %s -f %t | FileCheck %s
77
# Test setting stop-hook with multi-line expression
88
# RUN: %lldb -b -s %p/Inputs/stop-hook-3.lldbinit -s %s -f %t | FileCheck %s
9+
# XFAIL: system-windows
910

1011
break set -f stop-hook.c -p "// Set breakpoint here to test target stop-hook"
1112
break set -f stop-hook.c -p "// Another breakpoint which is outside of the stop-hook range"

0 commit comments

Comments
 (0)