Skip to content

Commit 2815653

Browse files
[lldb] Disable test using GetControlFlowKind on arm
1 parent 02f61ab commit 2815653

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
@@ -70,6 +70,7 @@ def test_step_single_instruction(self):
7070
frame = thread.GetFrameAtIndex(0)
7171
self.assertEqual("foo", frame.GetFunctionName())
7272

73+
@skipIf(archs=no_match(["x86_64"]))
7374
def test_step_single_instruction_with_step_over(self):
7475
(target, process, thread, bkpt) = self.run_until_branch_instruction()
7576

0 commit comments

Comments
 (0)