Skip to content

Commit 07b3e2c

Browse files
committed
[LLDB] XFail on Windows TestThreadAPI.py test_StepInstruction
TestThreadAPI.py test_StepInstruction started failing after #97493 Following assertion fails but I am not sure if test will pass after changing the test. AssertionError: 'void __cdecl call_me(bool)' != 'call_me(bool)' I have marked it as xfail I ll run it on a Windows machine to find an appropriate fix. https://lab.llvm.org/buildbot/#/builders/141/builds/476
1 parent e7bfd4d commit 07b3e2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lldb/test/API/python_api/thread/TestThreadAPI.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ def test_negative_indexing(self):
5151
"""Test SBThread.frame with negative indexes."""
5252
self.build()
5353
self.validate_negative_indexing()
54-
54+
55+
@expectedFailureAll(oslist=["windows"])
5556
def test_StepInstruction(self):
5657
"""Test that StepInstruction preserves the plan stack."""
5758
self.build()

0 commit comments

Comments
 (0)