aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/29.4/05_all_erc-network-tests.patch')
-rw-r--r--emacs/29.4/05_all_erc-network-tests.patch18
1 files changed, 18 insertions, 0 deletions
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)