Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cb0b961

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

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

Copy file name to clipboardExpand all lines: lldb/test/API/functionalities/step_scripted/TestStepScripted.py
+1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.