We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02f06f9 commit 8735430Copy full SHA for 8735430
lldb/test/API/tools/lldb-dap/stepInTargets/TestDAP_stepInTargets.py
@@ -10,9 +10,11 @@
10
11
12
class TestDAP_stepInTargets(lldbdap_testcase.DAPTestCaseBase):
13
- @skipIf(
14
- archs=no_match(["x86_64"])
15
- ) # InstructionControlFlowKind for ARM is not supported yet.
+ @expectedFailureAll(oslist=["windows"])
+ @skipIf(archs=no_match(["x86_64"]))
+ # 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.
18
def test_basic(self):
19
"""
20
Tests the basic stepping in targets with directly calls.
0 commit comments