]> git.eshelyaron.com Git - emacs.git/commitdiff
Skip a process test on Cygwin to avoid hang
authorKen Brown <kbrown@cornell.edu>
Fri, 9 Jul 2021 20:37:52 +0000 (16:37 -0400)
committerKen Brown <kbrown@cornell.edu>
Fri, 9 Jul 2021 20:37:52 +0000 (16:37 -0400)
* test/src/process-tests.el
(process-tests/fd-setsize-no-crash/make-network-process): Skip
test on Cygwin to avoid hang due to connect/accept handshake.
(Bug#49496)

test/src/process-tests.el

index b64c82c87d04e24bd8b5c938c4c5f1d9545efdd1..1774f2fc74e2845a151b9c9470cc024efcb6740b 100644 (file)
@@ -626,6 +626,8 @@ FD_SETSIZE file descriptors (Bug#24325)."
 FD_SETSIZE file descriptors (Bug#24325)."
   (skip-unless (featurep 'make-network-process '(:server t)))
   (skip-unless (featurep 'make-network-process '(:family local)))
+  ;; Avoid hang due to connect/accept handshake on Cygwin (bug#49496).
+  (skip-unless (not (eq system-type 'cygwin)))
   (with-timeout (60 (ert-fail "Test timed out"))
     (process-tests--with-temp-directory directory
       (process-tests--with-processes processes