uweigand opened PR #10530 from uweigand:s390x-test-memory to bytecodealliance:main:
These tests assume that a very large allocation will fail due to exceeding address space limits. This is not the case on s390x, where the full 64-bit address space is available for allocation. (Of course, actually using that much memory would still fail at some point, but the mere allocation may not, depending on the kernel's memory overcommit handling configuration.)
Note that running the tests under qemu will cause the expected failure, which is why this problem is not noticed by the CI.
Simply disable these test on s390x.
<!--
Please make sure you include the following information:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
uweigand requested wasmtime-core-reviewers for a review on PR #10530.
uweigand requested fitzgen for a review on PR #10530.
fitzgen submitted PR review:
Thanks!
fitzgen merged PR #10530.
Last updated: Dec 06 2025 at 06:05 UTC