summaryrefslogtreecommitdiff
path: root/test/src/process-tests.el
Commit message (Expand)AuthorAgeFilesLines
* ; remove incorrect quoting of condition namesMattias EngdegÄrd2022-12-301-1/+1
* test: Remove redundant "" arg to `mapconcat`Stefan Monnier2022-09-081-2/+2
* Prefer pos-bol and pos-eol in testsStefan Kangas2022-08-211-4/+2
* Add STREAM argument to 'process-tty-name'Jim Porter2022-08-051-0/+3
* Allow creating processes where only one of stdin or stdout is a PTYJim Porter2022-08-051-35/+86
* Teach 'network-lookup-address-info' to validate numeric addressesRobert Pluim2022-07-261-0/+52
* Don't call home from test/src/process-tests.elLars Ingebrigtsen2022-07-111-29/+0
* Merge from origin/emacs-28Stefan Kangas2022-06-101-1/+1
|\
| * Fix error reporting in process-async-https-with-delayKen Brown2022-06-081-1/+1
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\ \ | |/
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Declare functions to silence byte-compilerStefan Kangas2021-12-211-0/+4
* | Tag a test from process-tests.el as :unstable on emba.Michael Albinus2021-11-251-0/+1
* | Prefer ert-with-temp-(directory|file) in most remaining testsStefan Kangas2021-11-081-18/+16
* | Replace some macros with ert-with-temp-(file|directory)Stefan Kangas2021-11-061-13/+2
|/
* 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