emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 4c4a1b3: test-calc-23889: Skip test on 32-bit platf


From: Tino Calancha
Subject: [Emacs-diffs] master 4c4a1b3: test-calc-23889: Skip test on 32-bit platforms
Date: Thu, 25 May 2017 22:01:03 -0400 (EDT)

branch: master
commit 4c4a1b3217570dd306c7ad3ee273a9317ab29134
Author: Tino Calancha <address@hidden>
Commit: Tino Calancha <address@hidden>

    test-calc-23889: Skip test on 32-bit platforms
    
    This test fails on some 32-bit platforms as mentioned in
    https://lists.gnu.org/archive/html/emacs-devel/2017-05/msg00737.html
    * test/lisp/calc/calc-tests.el (test-calc-23889): Skip when
    the Lisp integer is not big enough.
---
 test/lisp/calc/calc-tests.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/lisp/calc/calc-tests.el b/test/lisp/calc/calc-tests.el
index 68567dc..e4b4335 100644
--- a/test/lisp/calc/calc-tests.el
+++ b/test/lisp/calc/calc-tests.el
@@ -88,6 +88,7 @@ An existing calc stack is reused, otherwise a new one is 
created."
 
 (ert-deftest test-calc-23889 ()
   "Test for http://debbugs.gnu.org/23889 and 25652."
+  (skip-unless (>= math-bignum-digit-length 9))
   (dolist (mode '(deg rad))
     (let ((calc-angle-mode mode))
       ;; If user inputs angle units, then should ignore `calc-angle-mode'.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]