summaryrefslogtreecommitdiff
path: root/test/src/process-tests.el
Commit message (Expand)AuthorAge
* Merge from origin/emacs-29Eli Zaretskii2023-01-01
|\
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* | ; remove incorrect quoting of condition namesMattias EngdegÄrd2022-12-30
|/
* test: Remove redundant "" arg to `mapconcat`Stefan Monnier2022-09-08
* Prefer pos-bol and pos-eol in testsStefan Kangas2022-08-21
* Add STREAM argument to 'process-tty-name'Jim Porter2022-08-05
* Allow creating processes where only one of stdin or stdout is a PTYJim Porter2022-08-05
* Teach 'network-lookup-address-info' to validate numeric addressesRobert Pluim2022-07-26
* Don't call home from test/src/process-tests.elLars Ingebrigtsen2022-07-11
* Merge from origin/emacs-28Stefan Kangas2022-06-10
|\
| * Fix error reporting in process-async-https-with-delayKen Brown2022-06-08
* | Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\|
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | 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