Hi, I'm getting test failures when trying to package 3.5.0 for Arch Linux, but only when building on an aarch64 host. All tests pass on an x86_64 host. This is not an issue with 3.4.5.
Test failure output is as follows:
Test project /build/mimalloc/src/build
Start 1: test-api
1/6 Test #1: test-api .........................***Exception: Illegal 0.08 sec
Start 2: test-api-fill
2/6 Test #2: test-api-fill ....................***Exception: Illegal 0.08 sec
Start 3: test-stress-heaps
3/6 Test #3: test-stress-heaps ................***Failed 0.09 sec
Illegal instruction
Start 4: test-stress-subprocs
4/6 Test #4: test-stress-subprocs .............***Exception: Illegal 0.07 sec
Start 5: test-stress
5/6 Test #5: test-stress ......................***Exception: Illegal 0.07 sec
Start 6: test-stress-dynamic
6/6 Test #6: test-stress-dynamic ..............***Failed 0.09 sec
Illegal instruction
0% tests passed, 6 tests failed out of 6
Total Test time (real) = 0.48 sec
The following tests FAILED:
1 - test-api (ILLEGAL)
2 - test-api-fill (ILLEGAL)
3 - test-stress-heaps (Failed)
4 - test-stress-subprocs (ILLEGAL)
5 - test-stress (ILLEGAL)
6 - test-stress-dynamic (Failed)
Errors while running CTest
Please let me know if there is any other information I can provide. Thank you!
Hi, I'm getting test failures when trying to package 3.5.0 for Arch Linux, but only when building on an aarch64 host. All tests pass on an x86_64 host. This is not an issue with 3.4.5.
Test failure output is as follows:
Please let me know if there is any other information I can provide. Thank you!