mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-28 08:11:05 -08:00
Fix process-tests on MS-Windows
* test/src/process-tests.el (process-tests/fd-setsize-no-crash): Skip this test on windows-nt systems, as we cannot use more than FD_SETSIZE file descriptors there: if we try, we crash.
This commit is contained in:
parent
3e80653d29
commit
0326cddc7b
1 changed files with 1 additions and 0 deletions
|
|
@ -389,6 +389,7 @@ See Bug#30460."
|
|||
(ert-deftest process-tests/fd-setsize-no-crash ()
|
||||
"Check that Emacs doesn't crash when trying to use more than
|
||||
FD_SETSIZE file descriptors (Bug#24325)."
|
||||
(skip-unless (not (eq system-type 'windows-nt)))
|
||||
(with-timeout (60)
|
||||
(let ((sleep (executable-find "sleep"))
|
||||
;; FD_SETSIZE is typically 1024 on Unix-like systems.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue