ldc icon indicating copy to clipboard operation
ldc copied to clipboard

[druntime-test]: Fix glibc-aarch64 skipped tests

Open the-horo opened this issue 4 months ago • 2 comments

The cmake files already check the triple for musl and that is a more reliable check compared to looking for Alpine's apk.

the-horo avatar Aug 18 '25 18:08 the-horo

Alright, some failures that I've seen locally as well. Let me try to fix them here and then backport upstream

the-horo avatar Aug 20 '25 17:08 the-horo

Thx for going down yet another rabbit hole! :) - The posix fixes will need to be upstreamed.

Weird that one CircleCI job fails:

Testing memoryerror_null_read
/home/circleci/build/runtime/druntime-test-exceptions-debug/memoryerror_null_read  2>/home/circleci/build/runtime/druntime-test-exceptions-debug/memoryerror_null_read.stderr || true
Searched for pattern "segmentation fault: null pointer read/write operation", NEGATE = 
Segmentation fault (core dumped)

I think the config is pretty close to the Cirrus Ubuntu rolling x64 shared-libs-only gdmd job.

kinke avatar Aug 22 '25 13:08 kinke