summaryrefslogtreecommitdiff
path: root/test/src/process-tests.el
AgeCommit message (Expand)Author
2026-05-18; Improve last changeJim Porter
2026-05-17Allow child processes to continue after EPIPEJim Porter
2026-05-17Ensure that process-tests clean up test processesJim Porter
2026-03-10test subdirectory: Use new error-APIStefan Monnier
2026-03-04Revert "Repair serious breakage in the batch tests."Michael Albinus
2026-02-25Repair serious breakage in the batch tests.Eric S. Raymond
2026-01-28; Fix last change to test/src/process-tests.el.Basil L. Contovounesios
2026-01-27; * test/src/process-tests.el: Instrument for bug#80166.Michael Albinus
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-10-11Allow creating a pipe process without a bufferSpencer Baugh
2025-08-16; Stabilize a Windows-specific process-testEli Zaretskii
2025-08-16; Skip a process-test that is unreliable on MS-WindowsEli Zaretskii
2025-02-28Adapt process-tests to AndroidPo Lu
2025-02-23Prefer incf to cl-incf in testsStefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-19Fix network test failure when using VPN clientRobert Pluim
2024-10-24Mark if-let and when-let obsoleteSean Whitton
2024-09-25Test 'network-lookup-address-info' argument type checkingRobert Pluim
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-09-04Use new ERT `skip-when` macro in testsStefan Kangas
2023-01-01Merge from origin/emacs-29Eli Zaretskii
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-30; remove incorrect quoting of condition namesMattias EngdegÄrd
2022-09-08test: Remove redundant "" arg to `mapconcat`Stefan Monnier
2022-08-21Prefer pos-bol and pos-eol in testsStefan Kangas
2022-08-05Add STREAM argument to 'process-tty-name'Jim Porter
2022-08-05Allow creating processes where only one of stdin or stdout is a PTYJim Porter
2022-07-26Teach 'network-lookup-address-info' to validate numeric addressesRobert Pluim
2022-07-11Don't call home from test/src/process-tests.elLars Ingebrigtsen
2022-06-10Merge from origin/emacs-28Stefan Kangas
2022-06-08Fix error reporting in process-async-https-with-delayKen Brown
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