summaryrefslogtreecommitdiff
path: root/test/src/process-tests.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* New function num-processorsPaul Eggert2021-10-101-0/+6
* ; Minor stylistic checkdoc fixes in test/**/*.elStefan Kangas2021-09-261-1/+1
* Block TLS handshake until TCP connection establishedMattias EngdegÄrd2021-07-131-0/+30
* Skip a process test on Cygwin to avoid hangKen Brown2021-07-091-0/+2
* Remove unnecessary requires of rxStefan Kangas2021-03-221-1/+0
* Skip tests that require Internet when there's no InternetRobert Pluim2021-02-221-7/+15
* ; Fix byte-compilation warningEli Zaretskii2021-02-061-1/+1
* ; Fix last changeEli Zaretskii2021-02-061-2/+1
* New test for src/process.c on MS-WindowsIoannis Kappas2021-02-061-0/+29
* Add more assertions to recently-added process test.Philipp Stephani2021-01-241-1/+2
* Add a unit test testing interaction between threads and processes.Philipp Stephani2021-01-231-0/+29
* Replace Unix commands with Emacs in process tests.Philipp Stephani2021-01-181-9/+71
* Ensure that sentinels are called during 'accept-process-output'.Philipp Stephani2021-01-171-0/+53
* Fix deadlock when receiving SIGCHLD during 'pselect'.Philipp Stephani2021-01-161-5/+0
* Only run IPv6 tests if we have an IPv6 addressRobert Pluim2021-01-121-5/+16
* Increase probability that a process test succeeds.Philipp Stephani2021-01-101-0/+5
* Fix process-tests on MS-WindowsEli Zaretskii2021-01-051-0/+11
* Make a process tests a bit more robust.Philipp Stephani2021-01-041-2/+5
* Make a process test faster.Philipp Stephani2021-01-021-3/+5
* Simplify TTY allocation.Philipp Stephani2021-01-021-59/+12
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Fix process-tests on MS-WindowsEli Zaretskii2020-12-311-0/+7
* * test/src/process-tests.el: Let timeouts fail the tests. Fix some docstringsMichael Albinus2020-12-311-26/+26
* Unbreak process tests if 'errno' is not installed.Philipp Stephani2020-12-311-1/+3
* Manually limit file descriptors that we select on to FD_SETSIZE.Philipp Stephani2020-12-311-29/+71
* Fix a potential unit test breakage on GNU/Linux.Philipp Stephani2020-12-311-1/+8
* Fix an incorrect Edebug specification.Philipp Stephani2020-12-301-1/+1
* Extend and overhaul FD_SETSIZE overflow tests.Philipp Stephani2020-12-301-35/+307
* ; * test/src/process-tests.el: Fix comment style.Philipp Stephani2020-12-301-1/+1
* A better fix for process-tests on MS-WindowsEli Zaretskii2020-12-291-2/+3
* Fix process-tests on MS-WindowsEli Zaretskii2020-12-291-0/+1
* Instrument process-tests.el for timeouts on embaMichael Albinus2020-12-291-19/+38
* Add a regression test for Bug#24325.Philipp Stephani2020-12-291-0/+35
* ; Fix license statements.Stefan Kangas2020-08-271-3/+5
* Use lexical-binding in most src testsStefan Kangas2020-04-241-7/+7
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Ensure building and running on non-IPv6 capable hosts worksRobert Pluim2019-11-081-5/+6
* Fix non-deterministic process testNoam Postavsky2019-08-241-10/+16
* Fix DNS testsRobert Pluim2019-08-241-5/+13
* Merge remote-tracking branch 'origin/netsec'Lars Ingebrigtsen2019-08-231-0/+29
|\
| * Don't check unibyte hostnames for pure-ASCIIRobert Pluim2018-07-171-0/+4
| * Add tests for network-lookup-address-infoRobert Pluim2018-07-171-0/+25
* | Merge from origin/emacs-26Glenn Morris2019-07-301-0/+29
|\ \
| * | Fix subproc listening when setting filter to non-t (Bug#36591)Noam Postavsky2019-07-251-0/+29
* | | Remove :stop key from make-process.Philipp Stephani2019-04-191-0/+9
* | | Let debugger handle process spawn errors on w32 (Bug#33016)Noam Postavsky2019-04-141-0/+20
* | | Fix accept-process-output/process-live-p confusionPaul Eggert2019-01-151-2/+2
* | | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\ \ \ | |/ /
| * | Update copyright year to 2019Paul Eggert2019-01-011-1/+1