From 555ff14cd222a2546f35849c49c5ac42b7847535 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Wed, 4 Sep 2024 21:56:20 +0200 Subject: 29.4: Fix test failure on HPPA MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ulrich Müller --- emacs/29.4/05_all_erc-network-tests.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 emacs/29.4/05_all_erc-network-tests.patch diff --git a/emacs/29.4/05_all_erc-network-tests.patch b/emacs/29.4/05_all_erc-network-tests.patch new file mode 100644 index 0000000..9dde553 --- /dev/null +++ b/emacs/29.4/05_all_erc-network-tests.patch @@ -0,0 +1,18 @@ +Fix test failure on HPPA +https://bugs.gentoo.org/920696 + +--- emacs-29.4/test/lisp/erc/erc-networks-tests.el ++++ emacs-29.4/test/lisp/erc/erc-networks-tests.el +@@ -136,10 +136,12 @@ + (with-temp-buffer + (setq erc-networks--id (erc-networks--id-fixed-create 'oldest) + oldest (current-buffer)) ++ (sleep-for 0.02) + + (with-temp-buffer + (setq erc-networks--id (erc-networks--id-fixed-create 'middle) + middle (current-buffer)) ++ (sleep-for 0.02) + + (with-temp-buffer + (setq erc-networks--id (erc-networks--id-fixed-create 'newest) -- cgit v1.2.3-65-gdbad