GNU bug report logs -
#76464
30.1; Test failure in shr-test/zoom-image
Previous Next
Reported by: Ulrich Müller <ulm <at> gentoo.org>
Date: Fri, 21 Feb 2025 09:59:02 UTC
Severity: normal
Fixed in version 30.1
Done: Ulrich Müller <ulm <at> gentoo.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Attached patch fixes the problem for me.
[0001-Skip-shr-test-zoom-image-test-if-png-support-is-miss.patch (text/plain, inline)]
From 423a247e608c485a685f7163088d65d246ed25ec Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ulrich=20M=C3=BCller?= <ulm <at> gentoo.org>
Date: Fri, 21 Feb 2025 10:36:52 +0100
Subject: [PATCH] ; Skip shr-test/zoom-image test if png support is missing
* test/lisp/net/shr-tests.el (shr-test/zoom-image): Skip if png
images are not supported. (Bug#76464)
---
test/lisp/net/shr-tests.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/test/lisp/net/shr-tests.el b/test/lisp/net/shr-tests.el
index beb9bfe85a9..402e49c8400 100644
--- a/test/lisp/net/shr-tests.el
+++ b/test/lisp/net/shr-tests.el
@@ -135,7 +135,8 @@ shr-srcset
(ert-deftest shr-test/zoom-image ()
"Test that `shr-zoom-image' properly replaces the original image."
- (skip-unless (bound-and-true-p image-types))
+ (skip-unless (and (bound-and-true-p image-types)
+ (image-type-available-p 'png)))
(let* ((image (expand-file-name "data/image/blank-100x200.png"
(getenv "EMACS_TEST_DIRECTORY")))
(image-url (concat "file://" (if (string-prefix-p "/" image)
--
2.48.1
This bug report was last modified 168 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.