GNU bug report logs - #24944
[PATCH] Skip test-seq-random-elt-take-all on Emacs 24

Previous Next

Package: emacs;

Reported by: Sean Whitton <spwhitton <at> spwhitton.name>

Date: Tue, 15 Nov 2016 05:34:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Petton <nicolas <at> petton.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Nicolas Petton <nicolas <at> petton.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#24944: closed ([PATCH] Skip test-seq-random-elt-take-all on
 Emacs 24)
Date: Wed, 16 Nov 2016 17:41:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 16 Nov 2016 18:40:33 +0100
with message-id <871sybfhm6.fsf <at> petton.fr>
and subject line Re: bug#24944: [PATCH] Skip test-seq-random-elt-take-all on Emacs 24
has caused the debbugs.gnu.org bug report #24944,
regarding [PATCH] Skip test-seq-random-elt-take-all on Emacs 24
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
24944: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=24944
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Sean Whitton <spwhitton <at> spwhitton.name>
To: bug-gnu-emacs <at> gnu.org
Cc: Sean Whitton <spwhitton <at> spwhitton.name>
Subject: [PATCH] Skip test-seq-random-elt-take-all on Emacs 24
Date: Mon, 14 Nov 2016 21:00:50 -0700
The function `map-length' is not available.
---
 packages/seq/tests/seq-tests.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/packages/seq/tests/seq-tests.el b/packages/seq/tests/seq-tests.el
index 53930fa..7a9a452 100644
--- a/packages/seq/tests/seq-tests.el
+++ b/packages/seq/tests/seq-tests.el
@@ -351,6 +351,7 @@ Evaluate BODY for each created sequence.
                    ["xxx" "xx" "x"]))))
 
 (ert-deftest test-seq-random-elt-take-all ()
+  (skip-unless (version> emacs-version "25"))
   (let ((seq '(a b c d e))
         (count '()))
     (should (= 0 (map-length count)))
-- 
2.10.2



[Message part 3 (message/rfc822, inline)]
From: Nicolas Petton <nicolas <at> petton.fr>
To: Sean Whitton <spwhitton <at> spwhitton.name>
Cc: 24944 <at> debbugs.gnu.org, 24944-done <at> debbugs.gnu.org,
 Eli Zaretskii <eliz <at> gnu.org>
Subject: Re: bug#24944: [PATCH] Skip test-seq-random-elt-take-all on Emacs 24
Date: Wed, 16 Nov 2016 18:40:33 +0100
[Message part 4 (text/plain, inline)]
Sean Whitton <spwhitton <at> spwhitton.name> writes:

> That would be great, but obviously not a priority.  Thanks again for
> your feedback.

I installed a patch in Emacs and ELPA (commit 2d6022a).  I'm closing the
issue.

Cheers,
Nico
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 8 years and 281 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.