================ @@ -10,9 +10,10 @@ class TestDAP_stepInTargets(lldbdap_testcase.DAPTestCaseBase): - @skipIf( - archs=no_match(["x86_64"]) - ) # InstructionControlFlowKind for ARM is not supported yet. + @skipIf + # InstructionControlFlowKind for ARM is not supported yet. + # On x86_64 lldb-dap seems to ignore targetId when stepping into functions. ---------------- kendalharland wrote:
Ah thanks for catching that. I added back the original `@skipIf` since the comment indicates that running the test on ARM is a waste, given that InstructionControlFlowKind is unsupported, and combined that with the `@expectedFailureAll` you gave above to expect failure on Windows configurations. https://github.com/llvm/llvm-project/pull/96687 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits