From 146f637385ab65f6e11a498b1a6592eb9a172b94 Mon Sep 17 00:00:00 2001 From: Mirco Miranda Date: Fri, 17 Oct 2025 13:43:24 +0200 Subject: [PATCH] Fix read test failing on aarch64 --- autotests/read/xcf/fruktpilot.xcf.json | 6 ++++++ autotests/read/xcf/fruktpilot16_icc.xcf.json | 6 ++++++ autotests/read/xcf/fruktpilot32_icc.xcf.json | 6 ++++++ autotests/read/xcf/fruktpilot32fplin_icc.xcf.json | 6 ++++++ autotests/read/xcf/fruktpilot_icc.xcf.json | 6 ++++++ 5 files changed, 30 insertions(+) create mode 100644 autotests/read/xcf/fruktpilot.xcf.json create mode 100644 autotests/read/xcf/fruktpilot16_icc.xcf.json create mode 100644 autotests/read/xcf/fruktpilot32_icc.xcf.json create mode 100644 autotests/read/xcf/fruktpilot32fplin_icc.xcf.json create mode 100644 autotests/read/xcf/fruktpilot_icc.xcf.json diff --git a/autotests/read/xcf/fruktpilot.xcf.json b/autotests/read/xcf/fruktpilot.xcf.json new file mode 100644 index 0000000..89382f3 --- /dev/null +++ b/autotests/read/xcf/fruktpilot.xcf.json @@ -0,0 +1,6 @@ +[ + { + "fileName" : "fruktpilot.png", + "fuzziness" : 1 + } +] diff --git a/autotests/read/xcf/fruktpilot16_icc.xcf.json b/autotests/read/xcf/fruktpilot16_icc.xcf.json new file mode 100644 index 0000000..b23be1d --- /dev/null +++ b/autotests/read/xcf/fruktpilot16_icc.xcf.json @@ -0,0 +1,6 @@ +[ + { + "fileName" : "fruktpilot16_icc.png", + "fuzziness" : 1 + } +] diff --git a/autotests/read/xcf/fruktpilot32_icc.xcf.json b/autotests/read/xcf/fruktpilot32_icc.xcf.json new file mode 100644 index 0000000..4e97561 --- /dev/null +++ b/autotests/read/xcf/fruktpilot32_icc.xcf.json @@ -0,0 +1,6 @@ +[ + { + "fileName" : "fruktpilot32_icc.png", + "fuzziness" : 1 + } +] diff --git a/autotests/read/xcf/fruktpilot32fplin_icc.xcf.json b/autotests/read/xcf/fruktpilot32fplin_icc.xcf.json new file mode 100644 index 0000000..f39c452 --- /dev/null +++ b/autotests/read/xcf/fruktpilot32fplin_icc.xcf.json @@ -0,0 +1,6 @@ +[ + { + "fileName" : "fruktpilot32fplin_icc.png", + "fuzziness" : 1 + } +] diff --git a/autotests/read/xcf/fruktpilot_icc.xcf.json b/autotests/read/xcf/fruktpilot_icc.xcf.json new file mode 100644 index 0000000..4b203a7 --- /dev/null +++ b/autotests/read/xcf/fruktpilot_icc.xcf.json @@ -0,0 +1,6 @@ +[ + { + "fileName" : "fruktpilot_icc.png", + "fuzziness" : 1 + } +]