Skip to content

Commit c7dbf20

Browse files
authored
[lldb-dap] Test: disable children return test for all arm architectures (#129409)
amd64 and aarch64 are treated differently Follows up #106907
1 parent 680391f commit c7dbf20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

44-
@skipIf(archs=["arm64"])
44+
@skipIf(archs=["arm", "arm64", "aarch64"])
4545
def test_return_variable_with_children(self):
4646
"""
4747
Test the stepping out of a function with return value show the children correctly

0 commit comments

Comments
 (0)