emacs-diffs
[Top][All Lists]
Advanced

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

master a8426f4: Temporarily mark two failing tests


From: Glenn Morris
Subject: master a8426f4: Temporarily mark two failing tests
Date: Tue, 27 Oct 2020 11:35:28 -0400 (EDT)

branch: master
commit a8426f46726d94cdf21c0e6b3c85c0afe0064784
Author: Glenn Morris <rgm@gnu.org>
Commit: Glenn Morris <rgm@gnu.org>

    Temporarily mark two failing tests
    ; Persistently failing tests can cause problems for automated builds,
    ; and make it harder to spot new failures.
    
    * test/lisp/xt-mouse-tests.el (xt-mouse-tracking-basic)
    (xt-mouse-tracking-utf-8): Currently failing.
---
 test/lisp/xt-mouse-tests.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/lisp/xt-mouse-tests.el b/test/lisp/xt-mouse-tests.el
index 61bd759..2b27e3c 100644
--- a/test/lisp/xt-mouse-tests.el
+++ b/test/lisp/xt-mouse-tests.el
@@ -52,6 +52,7 @@
          (xterm-mouse-mode 0)))))
 
 (ert-deftest xt-mouse-tracking-basic ()
+  :expected-result :failed              ; FIXME
   (should (equal (xterm-mouse-tracking-enable-sequence)
                  "\e[?1000h\e[?1002h\e[?1006h"))
   (should (equal (xterm-mouse-tracking-disable-sequence)
@@ -71,6 +72,7 @@
           (should (equal xy '(184 . 95))))))))
 
 (ert-deftest xt-mouse-tracking-utf-8 ()
+  :expected-result :failed              ; FIXME
   (let ((xterm-mouse-utf-8 t))
     (should (equal (xterm-mouse-tracking-enable-sequence)
                    "\e[?1000h\e[?1002h\e[?1005h\e[?1006h"))



reply via email to

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