aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2024-09-04 21:56:20 +0200
committerUlrich Müller <ulm@gentoo.org>2024-09-04 21:56:20 +0200
commit555ff14cd222a2546f35849c49c5ac42b7847535 (patch)
tree23c4cbdac3aa50449973924ecd0e866c2b8cad60
parent29.3, 29.4: Fix test failure with GCC 14 (diff)
downloademacs-patches-555ff14cd222a2546f35849c49c5ac42b7847535.tar.gz
emacs-patches-555ff14cd222a2546f35849c49c5ac42b7847535.tar.bz2
emacs-patches-555ff14cd222a2546f35849c49c5ac42b7847535.zip
29.4: Fix test failure on HPPAemacs-29.4-patches-3
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-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)