aboutsummaryrefslogtreecommitdiffstats
path: root/test/src/process-tests.el (unfollow)
Commit message (Expand)AuthorFilesLines
2022-01-01; Add 2022 to copyright years.Eli Zaretskii1-1/+1
2021-12-21Declare functions to silence byte-compilerStefan Kangas1-0/+4
2021-11-25Tag a test from process-tests.el as :unstable on emba.Michael Albinus1-0/+1
2021-11-08Prefer ert-with-temp-(directory|file) in most remaining testsStefan Kangas1-18/+16
2021-11-06Replace some macros with ert-with-temp-(file|directory)Stefan Kangas1-13/+2
2021-10-10New function num-processorsPaul Eggert1-0/+6
2021-09-26; Minor stylistic checkdoc fixes in test/**/*.elStefan Kangas1-1/+1
2021-07-13Block TLS handshake until TCP connection establishedMattias EngdegÄrd1-0/+30
2021-07-09Skip a process test on Cygwin to avoid hangKen Brown1-0/+2
2021-03-22Remove unnecessary requires of rxStefan Kangas1-1/+0
2021-02-22Skip tests that require Internet when there's no InternetRobert Pluim1-7/+15
2021-02-06; Fix byte-compilation warningEli Zaretskii1-1/+1
2021-02-06; Fix last changeEli Zaretskii1-2/+1
2021-02-06New test for src/process.c on MS-WindowsIoannis Kappas1-0/+29
2021-01-24Add more assertions to recently-added process test.Philipp Stephani1-1/+2
2021-01-23Add a unit test testing interaction between threads and processes.Philipp Stephani1-0/+29
2021-01-18Replace Unix commands with Emacs in process tests.Philipp Stephani1-9/+71
2021-01-17Ensure that sentinels are called during 'accept-process-output'.Philipp Stephani1-0/+53
2021-01-16Fix deadlock when receiving SIGCHLD during 'pselect'.Philipp Stephani1-5/+0
2021-01-12Only run IPv6 tests if we have an IPv6 addressRobert Pluim1-5/+16
2021-01-10Increase probability that a process test succeeds.Philipp Stephani1-0/+5
2021-01-05Fix process-tests on MS-WindowsEli Zaretskii1-0/+11
2021-01-04Make a process tests a bit more robust.Philipp Stephani1-2/+5
2021-01-02Make a process test faster.Philipp Stephani1-3/+5
2021-01-02Simplify TTY allocation.Philipp Stephani1-59/+12
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2020-12-31Fix process-tests on MS-WindowsEli Zaretskii1-0/+7
2020-12-31* test/src/process-tests.el: Let timeouts fail the tests. Fix some docstringsMichael Albinus1-26/+26
2020-12-31Unbreak process tests if 'errno' is not installed.Philipp Stephani1-1/+3
2020-12-31Manually limit file descriptors that we select on to FD_SETSIZE.Philipp Stephani1-29/+71
2020-12-31Fix a potential unit test breakage on GNU/Linux.Philipp Stephani1-1/+8
2020-12-30Fix an incorrect Edebug specification.Philipp Stephani1-1/+1
2020-12-30Extend and overhaul FD_SETSIZE overflow tests.Philipp Stephani1-35/+307
2020-12-30; * test/src/process-tests.el: Fix comment style.Philipp Stephani1-1/+1
2020-12-29A better fix for process-tests on MS-WindowsEli Zaretskii1-2/+3
2020-12-29Fix process-tests on MS-WindowsEli Zaretskii1-0/+1
2020-12-29Instrument process-tests.el for timeouts on embaMichael Albinus1-19/+38
2020-12-29Add a regression test for Bug#24325.Philipp Stephani1-0/+35
2020-08-27; Fix license statements.Stefan Kangas1-3/+5
2020-04-24Use lexical-binding in most src testsStefan Kangas1-7/+7
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-11-08Ensure building and running on non-IPv6 capable hosts worksRobert Pluim1-5/+6
2019-09-01Fix non-deterministic process testNoam Postavsky1-10/+16
2019-08-24Fix non-deterministic process testNoam Postavsky1-10/+16
2019-08-24Fix DNS testsRobert Pluim1-5/+13
2019-07-25Fix subproc listening when setting filter to non-t (Bug#36591)Noam Postavsky1-0/+29
2019-04-19Remove :stop key from make-process.Philipp Stephani1-0/+9
2019-04-14Let debugger handle process spawn errors on w32 (Bug#33016)Noam Postavsky1-0/+20
2019-01-15Fix accept-process-output/process-live-p confusionPaul Eggert1-2/+2