all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Juanma Barranquero <lekktu@gmail.com>
To: Emacs developers <emacs-devel@gnu.org>
Subject: Test failure in thread-tests.el from emacs-26
Date: Fri, 14 Jun 2019 02:39:18 +0200	[thread overview]
Message-ID: <CAAeL0SR4MTfp7L7uD6UTNhwf3ivAHcZd3Kt3qz1=mO3Rt1gsRQ@mail.gmail.com> (raw)

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



             reply	other threads:[~2019-06-14  0:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-14  0:39 Juanma Barranquero [this message]
2019-06-14  6:42 ` Test failure in thread-tests.el from emacs-26 Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAAeL0SR4MTfp7L7uD6UTNhwf3ivAHcZd3Kt3qz1=mO3Rt1gsRQ@mail.gmail.com' \
    --to=lekktu@gmail.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.