all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Test failure in thread-tests.el from emacs-26
@ 2019-06-14  0:39 Juanma Barranquero
  2019-06-14  6:42 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Juanma Barranquero @ 2019-06-14  0:39 UTC (permalink / raw)
  To: Emacs developers

This commit added a test in the release branch that fails because
there's no 'main-thread' variable in Emacs 26.

commit fdd1b3e02097966e7ffe8065f6e3d27f5f540d0a
Author: Eli Zaretskii <eliz@gnu.org>
Date:   2018-10-17 18:19:47 +0300

    Avoid assertion violation when comparing with main-thread

    * src/thread.c (unmark_main_thread): New function.
    * src/lisp.h (unmark_main_thread): Prototype it.
    * src/alloc.c (garbage_collect_1): Call it after sweeping.
    (Bug#33073)

    * test/src/thread-tests.el (threads-test-bug33073): New test.


Running the tests:

Test threads-test-bug33073 backtrace:
  signal(void-variable (main-thread))
  apply(signal (void-variable (main-thread)))
  [...etc...]
Test threads-test-bug33073 condition:
    (void-variable main-thread)
   FAILED  27/29  threads-test-bug33073



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Test failure in thread-tests.el from emacs-26
  2019-06-14  0:39 Test failure in thread-tests.el from emacs-26 Juanma Barranquero
@ 2019-06-14  6:42 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2019-06-14  6:42 UTC (permalink / raw)
  To: Juanma Barranquero; +Cc: emacs-devel

> From: Juanma Barranquero <lekktu@gmail.com>
> Date: Fri, 14 Jun 2019 02:39:18 +0200
> 
> This commit added a test in the release branch that fails because
> there's no 'main-thread' variable in Emacs 26.
> 
> commit fdd1b3e02097966e7ffe8065f6e3d27f5f540d0a
> Author: Eli Zaretskii <eliz@gnu.org>
> Date:   2018-10-17 18:19:47 +0300

Thanks, fixed.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-06-14  6:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-14  0:39 Test failure in thread-tests.el from emacs-26 Juanma Barranquero
2019-06-14  6:42 ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.