commit | 46f319b3a16a35264aeb5bbfefe6dd9bd567f815 | [log] [tgz] |
---|---|---|
author | Martin Storsjö <martin@martin.st> | Tue Jun 24 17:33:10 2025 +0300 |
committer | Martin Storsjö <martin@martin.st> | Wed Jun 25 23:15:02 2025 +0300 |
tree | 58bbe2fb231e2a63e2af049202aa85dd5ea0ef4b | |
parent | 381815e194038a4eb96c6381df5391207b23bcda [diff] |
crt: testcases: Waive issues with t_aligned_alloc on aarch64 Both for UCRT and for msvcrt.dll, we end up calling the CRT DLL provided functions directly, so these issues are outside of our own emulation wrappers. Just waive the test for these configurations. Signed-off-by: Martin Storsjö <martin@martin.st>