From: Rob Browning Date: Sun, 29 Jul 2018 19:18:23 +0000 (-0500) Subject: Disable eieio-test-37-obsolete-name-in-constructor X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~189^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=21c38e366f7bc1497b4bd113e4f8564ef6ccbc17;p=emacs.git Disable eieio-test-37-obsolete-name-in-constructor The eieio-test-37-obsolete-name-in-constructor test has been disabled. Its behavior is currently unpredictable. Bug: https://debbugs.gnu.org/24503 Bug-Debian: http://bugs.debian.org/879020 Forwarded: not-needed --- diff --git a/test/automated/eieio-tests.el b/test/automated/eieio-tests.el index 994e987b703..650e7696612 100644 --- a/test/automated/eieio-tests.el +++ b/test/automated/eieio-tests.el @@ -892,8 +892,8 @@ Subclasses to override slot attributes.") (defmethod constructor :static ((_x eieio--testing) newname &rest _args) (list newname 2)) -(ert-deftest eieio-test-37-obsolete-name-in-constructor () - (should (equal (eieio--testing "toto") '("toto" 2)))) +;; (ert-deftest eieio-test-37-obsolete-name-in-constructor () +;; (should (equal (eieio--testing "toto") '("toto" 2)))) (provide 'eieio-tests)