summary refs log tree commit diff stats
path: root/tests/osproc
Commit message (Expand)AuthorAgeFilesLines
* Fix linux start process errorCode always 0 (#24001)握猫猫2024-08-282-10/+42
* Revert "Fixed an issue where `errorCode` was always 0 when `startProcess` did...ringabout2024-08-211-18/+0
* Fixed an issue where `errorCode` was always 0 when `startProcess` did… (#23...握猫猫2024-08-211-0/+18
* fixes #23825; Busy wait on waitid, sleeping at regular intervals (#23826)Mark Leyva2024-07-121-1/+16
* fixes #5091; Ensure we don't wait on an exited process on Linux (#23743)Mark Leyva2024-07-011-0/+18
* fixes #18058 (#18162)Andreas Rumpf2021-06-031-2/+2
* change `--hint[X] => --hint:X` in nim repo (avoids shell quoting issues) (#18...Timothee Cour2021-05-261-1/+1
* fix #17853 (ascii message separator broke json nim dump) (#17887)Timothee Cour2021-04-291-2/+5
* unit separator (#17730)Andreas Rumpf2021-04-201-2/+2
* use doAssert in tests (#16486)flywind2020-12-281-4/+4
* targets: use cpp instead of c++ everywhere (was by far the most common) (#15961)Timothee Cour2020-11-141-1/+1
* Add first draft of new osproc.readLines (#15429)c-blake2020-10-011-0/+20
* testament: generic N-fold batching: windows CI 37mn=>16m (#14823)Timothee Cour2020-06-278-160/+4
* fix #13449 texitcode flaky on windows (#13487)Timothee Cour2020-02-251-1/+4
* make tests green againAraq2018-12-111-0/+2
* lots of small changesArne Döring2018-12-113-7/+13
* require errormsg to be specified before file.Arne Döring2018-12-114-4/+0
* more tests fixedArne Döring2018-11-231-0/+4
* activated more tests, allow input in test specArne Döring2018-11-233-0/+16
* merged #8624 manually; fixes #8442; closes #8575Araq2018-08-311-0/+32
* Haiku support for Nim (#8542)alaviss2018-08-142-1/+6
* osproc: fix double close on POSIX (#5724)Michał Zieliński2018-04-161-0/+24
* Fixes #5281 (#7489)Dmitry Atamanov2018-04-061-6/+5
* Refactored version of execProcesses with test.cheatfate2017-11-281-0/+32
* Introduce first class support for Android (#5772)Fredrik Høisæther Rasch2017-08-061-1/+5
* WIFSIGNALED means process has exited too (with a bang!) (#5678)Jacek Sieka2017-04-271-0/+36
* Bugfix/double newlines in stderr (#5426)Fabian Keller2017-02-245-4/+51
* make sure first call to running() after process exit returns falseJohannes Hofmann2016-12-031-0/+5
* One more attempt to fix #4867cheatfate2016-10-211-0/+16
* rename tfalse.nim to tafalse.nimJohannes Hofmann2016-09-303-7/+8
* add testcase for exit code handlingJohannes Hofmann2016-09-302-0/+20
* Fix passing environment in startProcess (win)Dmitry Polienko2016-07-181-0/+32
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-1/+1
* Clean up tests/osprocdef2015-02-041-3/+6
* Add osproc stdin test.Dominik Picheta2014-06-152-0/+19