all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Mattias Engdegård" <mattias.engdegard@gmail.com>
To: 59742@debbugs.gnu.org
Cc: Jim Porter <jporterbugs@gmail.com>
Subject: bug#59742: server-tests failures
Date: Thu, 1 Dec 2022 16:01:45 +0100	[thread overview]
Message-ID: <58159DD8-85B9-4C23-81B2-2D7EA2005EAE@gmail.com> (raw)

The server-tests still fail for an apparent variety of reasons. The behaviour differs depending how the test is run: from a terminal, from ´M-x compile`, interactively via `M-x ert`, Emacs started with or without `-nw`, and so on.

At least the batch-mode tests would cease failing if we just applied the following:

 (defconst server-tests/can-create-frames-p
-  (not (memq system-type '(windows-nt ms-dos)))
+  (and window-system (not (memq system-type '(windows-nt ms-dos))))

Any reason not to?

Even so, there is still a failure if run interactively (M-x ert), and a created frame isn't removed properly.






             reply	other threads:[~2022-12-01 15:01 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-01 15:01 Mattias Engdegård [this message]
2022-12-01 17:24 ` bug#59742: server-tests failures Jim Porter
2022-12-01 17:42   ` Mattias Engdegård
2022-12-02 16:45   ` Mattias Engdegård
2022-12-03 15:20     ` Mattias Engdegård
2022-12-10  7:02       ` Jim Porter
2022-12-10 10:09         ` Mattias Engdegård

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=58159DD8-85B9-4C23-81B2-2D7EA2005EAE@gmail.com \
    --to=mattias.engdegard@gmail.com \
    --cc=59742@debbugs.gnu.org \
    --cc=jporterbugs@gmail.com \
    /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.