]> git.eshelyaron.com Git - emacs.git/commit
Skip hanging tests on Cygwin (bug#65325)
authorKen Brown <kbrown@cornell.edu>
Sat, 19 Aug 2023 18:18:57 +0000 (14:18 -0400)
committerKen Brown <kbrown@cornell.edu>
Sat, 19 Aug 2023 18:21:34 +0000 (14:21 -0400)
commitf58d01e01e095b18a9c64c0bab3acd79fd4ba96f
treef6b4fa70188c7603fbf874d87eef8a9b906c4897
parent44697457c6048464a68b6d58a1c4cf967fd5be06
Skip hanging tests on Cygwin (bug#65325)

* test/lisp/server-tests.el (server-tests/can-create-frames-p):
Define to be nil on Cygwin unless Emacs has at least one of the
features gfilenotify, dbus, or threads.  This causes three tests
to be skipped.

* test/src/keyboard-tests.el (keyboard-unread-command-events):
Skip on Cygwin unless Emacs has at least one of the features
gfilenotify, dbus, or threads.
test/lisp/server-tests.el
test/src/keyboard-tests.el