emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r113685: * ert-tests.el: Disable failing test that n


From: Glenn Morris
Subject: [Emacs-diffs] trunk r113685: * ert-tests.el: Disable failing test that no-one seems to know how to fix.
Date: Sun, 04 Aug 2013 04:37:12 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113685
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2013-08-03 21:37:10 -0700
message:
  * ert-tests.el: Disable failing test that no-one seems to know how to fix.
modified:
  test/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-8588
  test/automated/ert-tests.el    erttests.el-20110112160650-056hnl9qhpjvjicy-4
=== modified file 'test/ChangeLog'
--- a/test/ChangeLog    2013-08-04 04:34:01 +0000
+++ b/test/ChangeLog    2013-08-04 04:37:10 +0000
@@ -1,5 +1,8 @@
 2013-08-04  Glenn Morris  <address@hidden>
 
+       * automated/ert-tests.el: Disable failing test that no-one seems
+       to know how to fix.  (Bug#13064)
+
        * automated/icalendar-tests.el (icalendar-tests--test-export)
        (icalendar-tests--test-import): Try more precise TZ specification.
        Remove debug messages.

=== modified file 'test/automated/ert-tests.el'
--- a/test/automated/ert-tests.el       2013-07-11 16:13:38 +0000
+++ b/test/automated/ert-tests.el       2013-08-04 04:37:10 +0000
@@ -353,16 +353,18 @@
   (should-error (macroexpand '(ert-deftest ghi ()
                                 :documentation "foo"))))
 
-(ert-deftest ert-test-record-backtrace ()
-  (let ((test (make-ert-test :body (lambda () (ert-fail "foo")))))
-    (let ((result (ert-run-test test)))
-      (should (ert-test-failed-p result))
-      (with-temp-buffer
-        (ert--print-backtrace (ert-test-failed-backtrace result))
-        (goto-char (point-min))
-        (end-of-line)
-        (let ((first-line (buffer-substring-no-properties (point-min) 
(point))))
-          (should (equal first-line "  signal(ert-test-failed 
(\"foo\"))")))))))
+;; FIXME Test disabled due to persistent failure owing to lexical binding.
+;; http://debbugs.gnu.org/13064
+;;; (ert-deftest ert-test-record-backtrace ()
+;;;   (let ((test (make-ert-test :body (lambda () (ert-fail "foo")))))
+;;;     (let ((result (ert-run-test test)))
+;;;       (should (ert-test-failed-p result))
+;;;       (with-temp-buffer
+;;;         (ert--print-backtrace (ert-test-failed-backtrace result))
+;;;         (goto-char (point-min))
+;;;         (end-of-line)
+;;;         (let ((first-line (buffer-substring-no-properties (point-min) 
(point))))
+;;;           (should (equal first-line "  signal(ert-test-failed 
(\"foo\"))")))))))
 
 (ert-deftest ert-test-messages ()
   :tags '(:causes-redisplay)


reply via email to

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