在 2025-9-29 21:52, Kirill Makurin 写道:
This is good point against using "continue-on-error: true", thanks for pointing out.I wonder which tests cause testsuite to hang, can it be tests/pthread_misc/strss1.c? I guess we could skip it (return 77) for now on arm? For tests that actually fail on arm, we could mark them as expected failures just like other failing tests. Obviously, these failures need to be further investigated. It would be much easier to debug these issues if I had an arm system, but unfortunately, I don't.
For testing purposes, you may use GitHub Actions to run tests an MSYS2
CLANGARM64 shell:
msys2-arm64:
name: MSYS2 native build (ARM64 Clang)
runs-on: windows-11-arm
defaults:
run: { shell: 'msys2 {0}' }
steps:
- uses: actions/checkout@v4
- uses: msys2/setup-msys2@v2
with: { msystem: CLANGARM64 }
- run: ./configure
- run: make -j$(nproc)
- run: make check
I have an ARM64 tablet, however due to some recent unknown updates in the Dev channel, all MSYS2
(emulated x86-64 on ARM64) programs are suffering from a high probability of hanging - everything
including sh, pacman, dircolors, rm - so running these tests is almost impossible, for now.
-- Best regards, LIU Hao
OpenPGP_signature.asc
Description: OpenPGP digital signature
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
