emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 746d42f: Remove failing test erroneously added in


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 746d42f: Remove failing test erroneously added in backport
Date: Fri, 14 Jun 2019 02:41:47 -0400 (EDT)

branch: emacs-26
commit 746d42f52bde883dff3225ab7b8a3101943dbb6f
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Remove failing test erroneously added in backport
    
    * test/src/thread-tests.el (threads-test-bug33073): Remove
    test which cannot work on the emacs-26 branch.  Do not merge
    to master.  Reported by Juanma Barranquero <address@hidden>.
---
 test/src/thread-tests.el | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/test/src/thread-tests.el b/test/src/thread-tests.el
index b57b4f9..e8d66b8 100644
--- a/test/src/thread-tests.el
+++ b/test/src/thread-tests.el
@@ -347,8 +347,4 @@
     (should (= (length (all-threads)) 1))
     (should (equal (thread-last-error) '(error "Die, die, die!")))))
 
-(ert-deftest threads-test-bug33073 ()
-  (let ((th (make-thread 'ignore)))
-    (should-not (equal th main-thread))))
-
 ;;; threads.el ends here



reply via email to

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