aboutsummaryrefslogtreecommitdiffstats
path: root/test/src/process-tests.el (unfollow)
Commit message (Expand)AuthorFilesLines
16 hourstest subdirectory: Use new error-APIStefan Monnier1-1/+1
7 daysRevert "Repair serious breakage in the batch tests."Michael Albinus1-16/+0
13 daysRepair serious breakage in the batch tests.Eric S. Raymond1-0/+16
2026-01-28; Fix last change to test/src/process-tests.el.Basil L. Contovounesios1-1/+1
2026-01-27; * test/src/process-tests.el: Instrument for bug#80166.Michael Albinus1-0/+3
2026-01-01; Add 2026 to copyright years.Sean Whitton1-1/+1
2025-10-11Allow creating a pipe process without a bufferSpencer Baugh1-0/+6
2025-08-16; Stabilize a Windows-specific process-testEli Zaretskii1-6/+6
2025-08-16; Skip a process-test that is unreliable on MS-WindowsEli Zaretskii1-0/+3
2025-02-28Adapt process-tests to AndroidPo Lu1-0/+16
2025-02-23Prefer incf to cl-incf in testsStefan Kangas1-1/+1
2025-01-02Update copyright year to 2025Stefan Kangas1-1/+1
2025-01-01Update copyright year to 2025Paul Eggert1-1/+1
2024-12-19Fix network test failure when using VPN clientRobert Pluim1-0/+11
2024-10-24Mark if-let and when-let obsoleteSean Whitton1-8/+8
2024-09-25Test 'network-lookup-address-info' argument type checkingRobert Pluim1-1/+5
2024-01-02; Add 2024 to copyright yearsPo Lu1-1/+1
2023-09-04Use new ERT `skip-when` macro in testsStefan Kangas1-3/+3
2023-01-01; Add 2023 to copyright years.Eli Zaretskii1-1/+1
2022-12-30; remove incorrect quoting of condition namesMattias EngdegÄrd1-1/+1
2022-09-08test: Remove redundant "" arg to `mapconcat`Stefan Monnier1-2/+2
2022-08-21Prefer pos-bol and pos-eol in testsStefan Kangas1-4/+2
2022-08-05Add STREAM argument to 'process-tty-name'Jim Porter1-0/+3
2022-08-05Allow creating processes where only one of stdin or stdout is a PTYJim Porter1-35/+86
2022-07-26Teach 'network-lookup-address-info' to validate numeric addressesRobert Pluim1-0/+52
2022-07-11Don't call home from test/src/process-tests.elLars Ingebrigtsen1-29/+0
2022-06-08Fix error reporting in process-async-https-with-delayKen Brown1-1/+1
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