Skip to content
Snippets Groups Projects
Commit 0d166520 authored by Jonas Devlieghere's avatar Jonas Devlieghere
Browse files

[lldb] Skip part of TestGdbRemoteMemoryAllocation.py on Apple Silicon

Skip the part of TestGdbRemoteMemoryAllocation.py that attempts to
allocate both writable and executable memory.
parent 9aa74347
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,7 @@ class TestGdbRemoteMemoryAllocation(gdbremote_testcase.GdbRemoteTestCaseBase):
@skipIf(oslist=no_match(supported_oses))
@skipIf(oslist=["linux"], archs=no_match(supported_linux_archs))
@expectedFailureDarwin(archs=["arm64", "arm64e"]) # Memory cannot be writable and executable
@expectedFailureAll(oslist=["windows"]) # Memory allocated with incorrect permissions
def test_supported(self):
"""Make sure (de)allocation works on platforms where it's supposed to
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment