I noticed that currently aarch64-unknown-linux-gnu is listed as not having jemalloc's tests pass on the target, and in the workflow they are disabled with no_tests: 1. However, the workflow does have a ubuntu-24.04-arm runner and it does look like the jemalloc tests pass successfully when I enable them as part of the workflow: https://github.com/dwn-wwang/jemallocator/actions/runs/26426685148/job/77791641911
Was there some context regarding the jemalloc part of the test suite not passing on aarch64-unknown-linux-gnu and/or why they are disabled?
I found these historical possibilities:
in which case I am hopeful the full test suite could be enabled and confirmed passing for aarch64-unknown-linux-gnu
I noticed that currently aarch64-unknown-linux-gnu is listed as not having jemalloc's tests pass on the target, and in the workflow they are disabled with
no_tests: 1. However, the workflow does have aubuntu-24.04-armrunner and it does look like the jemalloc tests pass successfully when I enable them as part of the workflow: https://github.com/dwn-wwang/jemallocator/actions/runs/26426685148/job/77791641911Was there some context regarding the jemalloc part of the test suite not passing on aarch64-unknown-linux-gnu and/or why they are disabled?
I found these historical possibilities:
in which case I am hopeful the full test suite could be enabled and confirmed passing for aarch64-unknown-linux-gnu