emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 4e30263 2/2: * test/lisp/calc/calc-tests.el (test-m


From: Stefan Monnier
Subject: [Emacs-diffs] master 4e30263 2/2: * test/lisp/calc/calc-tests.el (test-math-bignum, test-calc-23889): Disable
Date: Wed, 26 Jun 2019 10:05:04 -0400 (EDT)

branch: master
commit 4e302630ae050ce13455519e8e72e43c8ea45a81
Author: Stefan Monnier <address@hidden>
Commit: Stefan Monnier <address@hidden>

    * test/lisp/calc/calc-tests.el (test-math-bignum, test-calc-23889): Disable
    
    Not applicable any more with native bignums.
---
 test/lisp/calc/calc-tests.el | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/test/lisp/calc/calc-tests.el b/test/lisp/calc/calc-tests.el
index 8afec59..96c7511 100644
--- a/test/lisp/calc/calc-tests.el
+++ b/test/lisp/calc/calc-tests.el
@@ -62,11 +62,11 @@ An existing calc stack is reused, otherwise a new one is 
created."
        (calc-top-n 1))
     (calc-pop 0)))
 
-(ert-deftest test-math-bignum ()
-  ;; bug#17556
-  (let ((n (math-bignum most-negative-fixnum)))
-    (should (math-negp n))
-    (should (cl-notany #'cl-minusp (cdr n)))))
+;; (ert-deftest test-math-bignum ()
+;;   ;; bug#17556
+;;   (let ((n (math-bignum most-negative-fixnum)))
+;;     (should (math-negp n))
+;;     (should (cl-notany #'cl-minusp (cdr n)))))
 
 (ert-deftest test-calc-remove-units ()
   (should (calc-tests-equal (calc-tests-simple #'calc-remove-units "-1 m") 
-1)))
@@ -95,7 +95,7 @@ An existing calc stack is reused, otherwise a new one is 
created."
 
 (ert-deftest test-calc-23889 ()
   "Test for https://debbugs.gnu.org/23889 and 25652."
-  (skip-unless (>= math-bignum-digit-length 9))
+  (skip-unless t) ;; (>= 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]