Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def test_get_num_children(self):
)["body"]["result"],
)

@skipIf(archs=["arm64"])
@skipIf(archs=["arm", "arm64", "aarch64"])
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what about arm64e? Does this test pass on arm64e?

def test_return_variable_with_children(self):
"""
Test the stepping out of a function with return value show the children correctly
Expand Down