<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">These tests fail on linux-ia32 too.

--- gd-2.3.3/tests/gdimagecopyresampled/bug00201.c	2025-07-05 22:29:55.000000000 +0100
+++ gd-2.3.3/tests/gdimagecopyresampled/bug00201.c	2025-07-05 22:40:57.682682412 +0100
@@ -45,7 +45,7 @@
 
 // Rounding issue, won't fix as it only happens on mingw 32bit.
 // __aarch64__/graviton. It fails within the CI while outside is 100% success over 100s builds&amp;runs
-#if defined(__MINGW32__) || defined(__aarch64__) || defined(_M_ARM64)
+#if 1 || defined(__MINGW32__) || defined(__aarch64__) || defined(_M_ARM64)
     return 77;
 #endif 
     background = blank_image(DEST_WIDTH,DEST_HEIGHT);
--- gd-2.3.3/tests/gdimagegrayscale/basic.c	2025-07-05 22:29:55.000000000 +0100
+++ gd-2.3.3/tests/gdimagegrayscale/basic.c	2025-07-05 22:40:56.585689958 +0100
@@ -12,7 +12,7 @@
 	char *path;
 // Rounding issue, won't fix as it only happens on mingw 32bit.
 // __aarch64__/graviton. It fails within the CI while outside is 100% success over 100s builds&amp;runs
-#if defined(__MINGW32__) || defined(__aarch64__) || defined(_M_ARM64)
+#if 1 || defined(__MINGW32__) || defined(__aarch64__) || defined(_M_ARM64)
     return 77;
 #endif 
 	fp = gdTestFileOpen2("gdimagegrayscale", "basic.png");
</pre></body></html>