Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make tests/stdlib tests joinable (#14626) | Timothee Cour | 2020-06-15 | 1 | -1/+8 |
| | | | | | * make tests/stdlib tests joinable * fixup | ||||
* | trunner was not actually being tested in non-CTFFI mode; minor testament ↵ | Timothee Cour | 2020-05-19 | 1 | -2/+1 |
| | | | | | | | | | | cleanups (#14377) * use check * trunner now works with cpp * cleanup: move compiler/unittest_light => stdtest/unittest_light * fix tests/readme.md * remove deadcode references to rodfiles * fix for windows | ||||
* | `osproc.execCmdEx` now takes an optional `input` for stdin, `env`, ↵ | Timothee Cour | 2020-05-13 | 1 | -1/+14 |
| | | | | | | | workingDir (#14211) * `osproc.execCmdEx` now takes an optional `input` for stdin * execCmdEx now also takes an optional ``workingDir` and `env` | ||||
* | fix a critical bug in windows.osproc leading to resource leaks and blocking ↵ | Timothee Cour | 2020-05-11 | 1 | -0/+26 |
| | | | | IO [backport] (#14296) | ||||
* | fix deprecations and other warnings (#13748) | Miran | 2020-03-25 | 1 | -2/+2 |
| | |||||
* | Fix spellings (#12277) [backport] | Federico Ceratto | 2019-09-27 | 1 | -1/+1 |
| | |||||
* | 32 bit fixes (#10608) | Arne Döring | 2019-02-13 | 1 | -6/+2 |
| | |||||
* | make tests more robust; tests should be deterministic, no randomize() calls ↵ | Araq | 2019-01-13 | 1 | -1/+4 |
| | | | | in tests | ||||
* | fixes #10273 execShellCmd now returns nonzero when child killed with signal ↵ | Timothee Cour | 2019-01-13 | 1 | -18/+91 |
| | | | | | | | | | | + other fixes (#10274) * s/exitStatus(...)/exitStatusLikeShell(...)/ * fix #10273 execShellCmd now returns nonzero when child exits with signal * test case for #10249 and explanation for the bug * fix test failure * add tests/nim.cfg | ||||
* | require errormsg to be specified before file. | Arne Döring | 2018-12-11 | 1 | -1/+0 |
| | |||||
* | Add workingDir parameter to execProcess and test (#9549) | Tomohiro | 2018-11-26 | 1 | -0/+24 |
* Add workingDir parameter to execProcess * Fix tests/stdlib/tosproc.nim compile error * Suppress output from tosproc.nim |