summaryrefslogtreecommitdiff
path: root/test/src/process-tests.el
Commit message (Expand)AuthorAge
* Declare functions to silence byte-compilerStefan Kangas2021-12-21
* Tag a test from process-tests.el as :unstable on emba.Michael Albinus2021-11-25
* Prefer ert-with-temp-(directory|file) in most remaining testsStefan Kangas2021-11-08
* Replace some macros with ert-with-temp-(file|directory)Stefan Kangas2021-11-06
* New function num-processorsPaul Eggert2021-10-10
* ; Minor stylistic checkdoc fixes in test/**/*.elStefan Kangas2021-09-26
* Block TLS handshake until TCP connection establishedMattias EngdegÄrd2021-07-13
* Skip a process test on Cygwin to avoid hangKen Brown2021-07-09
* Remove unnecessary requires of rxStefan Kangas2021-03-22
* Skip tests that require Internet when there's no InternetRobert Pluim2021-02-22
* ; Fix byte-compilation warningEli Zaretskii2021-02-06
* ; Fix last changeEli Zaretskii2021-02-06
* New test for src/process.c on MS-WindowsIoannis Kappas2021-02-06
* Add more assertions to recently-added process test.Philipp Stephani2021-01-24
* Add a unit test testing interaction between threads and processes.Philipp Stephani2021-01-23
* Replace Unix commands with Emacs in process tests.Philipp Stephani2021-01-18
* Ensure that sentinels are called during 'accept-process-output'.Philipp Stephani2021-01-17
* Fix deadlock when receiving SIGCHLD during 'pselect'.Philipp Stephani2021-01-16
* Only run IPv6 tests if we have an IPv6 addressRobert Pluim2021-01-12
* Increase probability that a process test succeeds.Philipp Stephani2021-01-10
* Fix process-tests on MS-WindowsEli Zaretskii2021-01-05
* Make a process tests a bit more robust.Philipp Stephani2021-01-04
* Make a process test faster.Philipp Stephani2021-01-02
* Simplify TTY allocation.Philipp Stephani2021-01-02
* Update copyright year to 2021Paul Eggert2021-01-01
* Fix process-tests on MS-WindowsEli Zaretskii2020-12-31
* * test/src/process-tests.el: Let timeouts fail the tests. Fix some docstringsMichael Albinus2020-12-31
* Unbreak process tests if 'errno' is not installed.Philipp Stephani2020-12-31
* Manually limit file descriptors that we select on to FD_SETSIZE.Philipp Stephani2020-12-31
* Fix a potential unit test breakage on GNU/Linux.Philipp Stephani2020-12-31
* Fix an incorrect Edebug specification.Philipp Stephani2020-12-30
* Extend and overhaul FD_SETSIZE overflow tests.Philipp Stephani2020-12-30
* ; * test/src/process-tests.el: Fix comment style.Philipp Stephani2020-12-30
* A better fix for process-tests on MS-WindowsEli Zaretskii2020-12-29
* Fix process-tests on MS-WindowsEli Zaretskii2020-12-29
* Instrument process-tests.el for timeouts on embaMichael Albinus2020-12-29
* Add a regression test for Bug#24325.Philipp Stephani2020-12-29
* ; Fix license statements.Stefan Kangas2020-08-27
* Use lexical-binding in most src testsStefan Kangas2020-04-24
* Update copyright year to 2020Paul Eggert2020-01-01
* Ensure building and running on non-IPv6 capable hosts worksRobert Pluim2019-11-08
* Fix non-deterministic process testNoam Postavsky2019-08-24
* Fix DNS testsRobert Pluim2019-08-24
* Merge remote-tracking branch 'origin/netsec'Lars Ingebrigtsen2019-08-23
|\
| * Don't check unibyte hostnames for pure-ASCIIRobert Pluim2018-07-17
| * Add tests for network-lookup-address-infoRobert Pluim2018-07-17
* | Merge from origin/emacs-26Glenn Morris2019-07-30
|\ \
| * | Fix subproc listening when setting filter to non-t (Bug#36591)Noam Postavsky2019-07-25
* | | Remove :stop key from make-process.Philipp Stephani2019-04-19
* | | Let debugger handle process spawn errors on w32 (Bug#33016)Noam Postavsky2019-04-14