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