Skip to content

Commit

Permalink
[LLDB] XFail on Windows TestThreadAPI.py test_StepInstruction
Browse files Browse the repository at this point in the history
TestThreadAPI.py test_StepInstruction started failing after llvm#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
  • Loading branch information
omjavaid committed Jul 4, 2024
1 parent e7bfd4d commit 07b3e2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lldb/test/API/python_api/thread/TestThreadAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ def test_negative_indexing(self):
"""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()
Expand Down

0 comments on commit 07b3e2c

Please sign in to comment.