Skip to content

Commit 9ffff64

Browse files
committed
[lldb-dap] skip memory return test on arm64
1 parent 774e23f commit 9ffff64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/tools/lldb-dap/variables/children/TestDAP_variables_children.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ def test_get_num_children(self):
4141
)["body"]["result"],
4242
)
4343

44+
@skipIf(archs=["arm64"])
4445
def test_return_variable_with_children(self):
4546
"""
4647
Test the stepping out of a function with return value show the children correctly

0 commit comments

Comments
 (0)