summary refs log tree commit diff stats
path: root/tests/stdlib/tosproc.nim
Commit message (Expand)AuthorAgeFilesLines
* clean up SOME pending/xxx/issue link comments (#21826)metagn2023-05-111-5/+3
* stdlib tests now check refc too (#21664)ringabout2023-04-211-0/+1
* fixes tests and add notes (#20830)ringabout2022-11-131-1/+4
* fixes tests for quit (#20813)ringabout2022-11-111-1/+1
* make more standard libraries work with `nimPreviewSlimSystem` (#20343)ringabout2022-09-271-0/+1
* Fixes return values of execCmd on macos (#19963)Daniel Clarke2022-07-051-0/+13
* enable style:usages for stdlib tests [backport: 1.6] (#19715)flywind2022-04-131-1/+1
* typo: nonexistant => nonexistent (#17918)Timothee Cour2021-05-021-2/+2
* fix #17749 ignore SIGPIPE signals, fix nim CI #17748 (#17752)Timothee Cour2021-04-181-2/+21
* Deprecate TaintedString (#15423)Juan Carlos2021-01-151-7/+7
* Fix #14906 (#14949)Tomohiro2020-07-181-2/+54
* weaken tosproc test for my Windows machine which doesn't have 'ls'Araq2020-07-071-1/+2
* testament: generic N-fold batching: windows CI 37mn=>16m (#14823)Timothee Cour2020-06-271-14/+102
* make tests/stdlib tests joinable (#14626)Timothee Cour2020-06-151-1/+8
* trunner was not actually being tested in non-CTFFI mode; minor testament clea...Timothee Cour2020-05-191-2/+1
* `osproc.execCmdEx` now takes an optional `input` for stdin, `env`, workingDir...Timothee Cour2020-05-131-1/+14
* fix a critical bug in windows.osproc leading to resource leaks and blocking I...Timothee Cour2020-05-111-0/+26
* fix deprecations and other warnings (#13748)Miran2020-03-251-2/+2
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-1/+1
* 32 bit fixes (#10608)Arne Döring2019-02-131-6/+2
* make tests more robust; tests should be deterministic, no randomize() calls i...Araq2019-01-131-1/+4
* fixes #10273 execShellCmd now returns nonzero when child killed with signal +...Timothee Cour2019-01-131-18/+91
* require errormsg to be specified before file.Arne Döring2018-12-111-1/+0
* Add workingDir parameter to execProcess and test (#9549)Tomohiro2018-11-261-0/+24