all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#59742: server-tests failures
@ 2022-12-01 15:01 Mattias Engdegård
  2022-12-01 17:24 ` Jim Porter
  0 siblings, 1 reply; 7+ messages in thread
From: Mattias Engdegård @ 2022-12-01 15:01 UTC (permalink / raw)
  To: 59742; +Cc: Jim Porter

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.






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

end of thread, other threads:[~2022-12-10 10:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-01 15:01 bug#59742: server-tests failures Mattias Engdegård
2022-12-01 17:24 ` 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

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.