summaryrefslogtreecommitdiff
path: root/test/src/process-tests.el
AgeCommit message (Expand)Author
2021-01-23Add a unit test testing interaction between threads and processes.Philipp Stephani
2021-01-18Replace Unix commands with Emacs in process tests.Philipp Stephani
2021-01-17Ensure that sentinels are called during 'accept-process-output'.Philipp Stephani
2021-01-16Fix deadlock when receiving SIGCHLD during 'pselect'.Philipp Stephani
2021-01-12Only run IPv6 tests if we have an IPv6 addressRobert Pluim
2021-01-10Increase probability that a process test succeeds.Philipp Stephani
2021-01-05Fix process-tests on MS-WindowsEli Zaretskii
2021-01-04Make a process tests a bit more robust.Philipp Stephani
2021-01-02Make a process test faster.Philipp Stephani
2021-01-02Simplify TTY allocation.Philipp Stephani
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-31Fix process-tests on MS-WindowsEli Zaretskii
2020-12-31* test/src/process-tests.el: Let timeouts fail the tests. Fix some docstringsMichael Albinus
2020-12-31Unbreak process tests if 'errno' is not installed.Philipp Stephani
2020-12-31Manually limit file descriptors that we select on to FD_SETSIZE.Philipp Stephani
2020-12-31Fix a potential unit test breakage on GNU/Linux.Philipp Stephani
2020-12-30Fix an incorrect Edebug specification.Philipp Stephani
2020-12-30Extend and overhaul FD_SETSIZE overflow tests.Philipp Stephani
2020-12-30; * test/src/process-tests.el: Fix comment style.Philipp Stephani
2020-12-29A better fix for process-tests on MS-WindowsEli Zaretskii
2020-12-29Fix process-tests on MS-WindowsEli Zaretskii
2020-12-29Instrument process-tests.el for timeouts on embaMichael Albinus
2020-12-29Add a regression test for Bug#24325.Philipp Stephani
2020-08-27; Fix license statements.Stefan Kangas
2020-04-24Use lexical-binding in most src testsStefan Kangas
2020-01-01Update copyright year to 2020Paul Eggert
2019-11-08Ensure building and running on non-IPv6 capable hosts worksRobert Pluim
2019-08-24Fix non-deterministic process testNoam Postavsky
2019-08-24Fix DNS testsRobert Pluim
2019-08-23Merge remote-tracking branch 'origin/netsec'Lars Ingebrigtsen
2019-07-30Merge from origin/emacs-26Glenn Morris
2019-07-25Fix subproc listening when setting filter to non-t (Bug#36591)Noam Postavsky
2019-04-19Remove :stop key from make-process.Philipp Stephani
2019-04-14Let debugger handle process spawn errors on w32 (Bug#33016)Noam Postavsky
2019-01-15Fix accept-process-output/process-live-p confusionPaul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-12-23Handle `make-process' in Tramp and ange-ftpMichael Albinus
2018-12-22Add file name handler support for 'make-process' (Bug#28691)Philipp Stephani
2018-07-17Don't check unibyte hostnames for pure-ASCIIRobert Pluim
2018-07-17Add tests for network-lookup-address-infoRobert Pluim
2018-05-21Don’t assume ordering in make-process/mix-stderrPaul Eggert
2018-04-30* test/src/process-tests.el (make-process/mix-stderr): Skip on hydra.Glenn Morris
2018-04-18* test/src/process-tests.el (make-process/mix-stderr): Use bash.Glenn Morris
2018-04-07Document that 'make-process' mixes the output streamsPhilipp Stephani
2018-01-10Inherit query-on-exit flag to stderr process (Bug#30031)Philipp Stephani
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-09-24; * test/src/process-tests.el: Renamed from test/lisp/legacy/process-tests.el.Eli Zaretskii