diff options
author | Ulrich Müller <ulm@gentoo.org> | 2024-09-04 21:56:20 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2024-09-04 21:56:20 +0200 |
commit | 555ff14cd222a2546f35849c49c5ac42b7847535 (patch) | |
tree | 23c4cbdac3aa50449973924ecd0e866c2b8cad60 /emacs/29.4/05_all_erc-network-tests.patch | |
parent | 29.3, 29.4: Fix test failure with GCC 14 (diff) | |
download | emacs-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>
Diffstat (limited to 'emacs/29.4/05_all_erc-network-tests.patch')
-rw-r--r-- | emacs/29.4/05_all_erc-network-tests.patch | 18 |
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) |