Skip to content

Commit 8735430

Browse files
author
kendal
committed
Disable this test on all platforms with issue ID
1 parent 02f06f9 commit 8735430

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

lldb/test/API/tools/lldb-dap/stepInTargets/TestDAP_stepInTargets.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@
1010

1111

1212
class TestDAP_stepInTargets(lldbdap_testcase.DAPTestCaseBase):
13-
@skipIf(
14-
archs=no_match(["x86_64"])
15-
) # InstructionControlFlowKind for ARM is not supported yet.
13+
@expectedFailureAll(oslist=["windows"])
14+
@skipIf(archs=no_match(["x86_64"]))
15+
# InstructionControlFlowKind for ARM is not supported yet.
16+
# On Windows, lldb-dap seems to ignore targetId when stepping into functions.
17+
# For more context, see https://github.com/llvm/llvm-project/issues/98509.
1618
def test_basic(self):
1719
"""
1820
Tests the basic stepping in targets with directly calls.

0 commit comments

Comments
 (0)