bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#59742: server-tests failures


From: Mattias Engdegård
Subject: bug#59742: server-tests failures
Date: Thu, 1 Dec 2022 16:01:45 +0100

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 via email to

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