We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 774e23f commit 9ffff64Copy full SHA for 9ffff64
lldb/test/API/tools/lldb-dap/variables/children/TestDAP_variables_children.py
@@ -41,6 +41,7 @@ def test_get_num_children(self):
41
)["body"]["result"],
42
)
43
44
+ @skipIf(archs=["arm64"])
45
def test_return_variable_with_children(self):
46
"""
47
Test the stepping out of a function with return value show the children correctly
0 commit comments