[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
This commit is contained in:
Muhammad Omair Javaid
2024-07-04 15:55:43 +05:00
parent e7bfd4d77f
commit 07b3e2c0c6

View File

@@ -51,7 +51,8 @@ class ThreadAPITestCase(TestBase):
"""Test SBThread.frame with negative indexes."""
self.build()
self.validate_negative_indexing()
@expectedFailureAll(oslist=["windows"])
def test_StepInstruction(self):
"""Test that StepInstruction preserves the plan stack."""
self.build()