Signed-off-by: Martin Storsjö <mar...@martin.st> --- mingw-w64-crt/testcases/t_aligned_alloc.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/mingw-w64-crt/testcases/t_aligned_alloc.c b/mingw-w64-crt/testcases/t_aligned_alloc.c index f9f1ebf1d..4e95ee053 100644 --- a/mingw-w64-crt/testcases/t_aligned_alloc.c +++ b/mingw-w64-crt/testcases/t_aligned_alloc.c @@ -30,7 +30,11 @@ /* On aarch64, with both UCRT and msvcrt.dll, an _aligned_realloc that attempts * to shrink the allocation, ends up not shrinking it in practice, leading to * failures in some of these tests. Ignore those test failures. This is - * observed on both Windows 10 rev 19041 and Windows 11 rev 22000 and 22631. */ + * observed on both Windows 10 rev 19041 and Windows 11 rev 22000 and 22631. + * + * This issue has been reported upstream at + * https://developercommunity.visualstudio.com/t/ARM64-_aligned_recalloc-fails-to-zero-in/10954724. + */ #define BROKEN_REALLOC_SHRINK 1 #else #define BROKEN_REALLOC_SHRINK 0 -- 2.43.0 _______________________________________________ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public