Skip to content

Commit 2b41277

Browse files
committed
[lldb] Disable test_step_out_thunk on Windows
On Windows we end up in assembly. Not sure if the thread plans behave differently or this is a debug info issue. I have no environment to reproduce and investigate this in, so I'm disabling the test for now.
1 parent a3dc77c commit 2b41277

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/lang/cpp/thunk/TestThunk.py

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ def test_step_through_thunk(self):
2424
substrs=["stop reason = step in", "Derived2::doit"],
2525
)
2626

27+
@skipIfWindows
2728
def test_step_out_thunk(self):
2829
self.build()
2930
lldbutil.run_to_name_breakpoint(self, "testit_debug")

0 commit comments

Comments
 (0)