Skip to content

Commit cb0b961

Browse files
[lldb] Disable test using GetControlFlowKind on arm
This is only implemented for x86. Originally introduced in: #137904
1 parent bbafa52 commit cb0b961

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/functionalities/step_scripted/TestStepScripted.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ def run_until_branch_instruction(self):
5959
)
6060
return (target, process, thread, bkpt)
6161

62+
@skipIf(archs=no_match(["x86_64"]))
6263
def test_step_single_instruction(self):
6364
(target, process, thread, bkpt) = self.run_until_branch_instruction()
6465

0 commit comments

Comments
 (0)