This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository legacy-imlib2.
View the commit online.
commit bd9f1c68ab2e46d66ca0b57123820732b3eeb18d
Author: Kim Woelders <k...@woelders.dk>
AuthorDate: Mon Mar 3 09:02:58 2025 +0100
test: Corrections after no-alpha update
---
test/test_load_2.cpp | 4 ++--
test/test_save.cpp | 4 ++--
test/test_scale.cpp | 14 +++++++-------
3 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/test/test_load_2.cpp b/test/test_load_2.cpp
index 747d25e..3d09ae4 100644
--- a/test/test_load_2.cpp
+++ b/test/test_load_2.cpp
@@ -38,7 +38,7 @@ static tii_t tii[] = {
{ "image-noalp-64.ff.xz", 1636116234 },
#endif
#ifdef BUILD_GIF_LOADER
- { "image-noalp-64.gif", 424929245 },
+ { "image-noalp-64.gif", 3493023514 },
#endif
#ifdef BUILD_HEIF_LOADER
#if LIBHEIF_HAVE_VERSION(1, 19, 0)
@@ -112,7 +112,7 @@ static tii_t tii[] = {
{ "image-noalp-64.webp", 3702954496 },
#endif
{ "image-noalp-64.xbm", 1318187821 },
- { "image-noalp-64.xpm", 424929245 },
+ { "image-noalp-64.xpm", 3493023514 },
#ifdef BUILD_Y4M_LOADER
{ "image-noalp-64-yuv444p.y4m", 1981141086 },
{ "image-noalp-64-yuv422p.y4m", 4153669830 },
diff --git a/test/test_save.cpp b/test/test_save.cpp
index cd3a51f..a4df804 100644
--- a/test/test_save.cpp
+++ b/test/test_save.cpp
@@ -345,7 +345,7 @@ TEST(SAVE, save_2b_immed)
bool immed = true;
test_save_2("image-noalp-64.gif", "svg", immed, false);
- test_save_2("image-noalp-64.gif", "png", immed, true, 424929245);
+ test_save_2("image-noalp-64.gif", "png", immed, true, 3493023514);
}
TEST(SAVE, save_2b_defer)
@@ -353,7 +353,7 @@ TEST(SAVE, save_2b_defer)
bool immed = false;
test_save_2("image-noalp-64.gif", "svg", immed, false);
- test_save_2("image-noalp-64.gif", "png", immed, true, 424929245);
+ test_save_2("image-noalp-64.gif", "png", immed, true, 3493023514);
}
static void
diff --git a/test/test_scale.cpp b/test/test_scale.cpp
index 3a32370..2b3a9fd 100644
--- a/test/test_scale.cpp
+++ b/test/test_scale.cpp
@@ -13,13 +13,13 @@ typedef struct {
/**INDENT-OFF**/
static const td_t td[] = {
{ FILE_PFX1,
- {{ 2515791595, 3706471795, 225668758, 4097483907, 1219818875, 4146006044, 3081911213 },
- { 3865725488, 560374604, 1867504594, 4244713875, 701935385, 3873821910, 3796217233 },
- { 3064537452, 1199203059, 2473231236, 2335544857, 3237005599, 467427229, 1459413866 },
- { 1909060005, 2146474499, 637544405, 1636116234, 3315918683, 1193211817, 1942266510 },
- { 2816774682, 3645276606, 1031500337, 1492088580, 2786516861, 2237182866, 302757948 },
- { 3597559253, 1361579170, 310323386, 328002836, 1089112719, 213167177, 4131082479 },
- { 3951109821, 3040398104, 3701211388, 2171015539, 3822837555, 3885475666, 3980468705 }},
+ {{ 3046815695, 1454483539, 3370318971, 2874830719, 1214541623, 2844236007, 3032447904 },
+ { 1815586576, 263711685, 4047593408, 4057849886, 1594726180, 3131159967, 4057202128 },
+ { 1933095809, 3648317153, 1395541195, 1249762085, 2722829659, 2165791240, 2585747393 },
+ { 782842457, 1932282766, 3880282857, 1636116234, 3315918683, 1193211817, 1942266510 },
+ { 2805205078, 2946349443, 1606463093, 1492088580, 2786516861, 2237182866, 302757948 },
+ { 2297885998, 225209835, 2293509423, 328002836, 1089112719, 213167177, 4131082479 },
+ { 3901515440, 2796460889, 276806743, 2171015539, 3822837555, 3885475666, 3980468705 }},
},
{ FILE_PFX2,
{{ 554670403, 1763261605, 1241877634, 3706125386, 228665406, 2072030794, 3839855691 },
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.