| Commit message (Expand) | Author | Age | Files | Lines |
* | testament --megatest:off now makes tests non-joinable so that they all run (#... | Timothee Cour | 2021-09-03 | 1 | -1/+1 |
* | merge BuildMode into SuccessX, remove code duplication w drnim, add useful in... | Timothee Cour | 2021-06-14 | 1 | -2/+1 |
* | testament: remove deadcode related to realtimeGC, testC, callCCompiler (#18087) | Timothee Cour | 2021-05-26 | 1 | -63/+0 |
* | fix #18077 testament now parses `cmd` properly (#18086) | Timothee Cour | 2021-05-26 | 1 | -15/+38 |
* | remove some custom logic in testament around flags, testExec (#18090) | Timothee Cour | 2021-05-26 | 1 | -16/+0 |
* | fixes #17943 (#18045) | Andreas Rumpf | 2021-05-19 | 1 | -2/+2 |
* | make testament `isSuccess` more robust and allow tests with `--hints:off` to ... | Timothee Cour | 2021-05-11 | 1 | -7/+29 |
* | fix #17960: honor `matrix` also for `action: compile, action: reject` (#17980) | Timothee Cour | 2021-05-09 | 1 | -6/+7 |
* | testament :show duration also for failed tests; improve `tshould_not_work`; m... | Timothee Cour | 2021-05-08 | 1 | -2/+4 |
* | gitutils: add diffStrings, diffFiles, and use it in testament to compare expe... | Timothee Cour | 2021-04-30 | 1 | -1/+2 |
* | Implement https://forum.nim-lang.org/t/7848#50018 (#17874) | c-blake | 2021-04-29 | 1 | -1/+2 |
* | testament: add `nimoutFull: bool` spec (#17867) | Timothee Cour | 2021-04-27 | 1 | -7/+11 |
* | add `--processing:dots|filenames|off` to customize `hintProcessing` (#17817) | Timothee Cour | 2021-04-23 | 1 | -1/+1 |
* | unit separator (#17730) | Andreas Rumpf | 2021-04-20 | 1 | -0/+7 |
* | important_packages: `allowed_failures` batch (#17757) | Timothee Cour | 2021-04-20 | 1 | -1/+1 |
* | ic navigator tests (#17735) | Andreas Rumpf | 2021-04-16 | 1 | -5/+5 |
* | testament --verbose: prints commands; gitignore ic artifacts (#17716) | Timothee Cour | 2021-04-14 | 1 | -3/+11 |
* | nim: unbreak CI; testament: add allowedFailure logic for tests that may fail ... | Timothee Cour | 2021-03-28 | 1 | -5/+11 |
* | testament: remove unused tfile,tline,tcolumn (#17515) | Timothee Cour | 2021-03-26 | 1 | -28/+2 |
* | remove 'stats' from help document of testament tool (#17364) | jiro | 2021-03-15 | 1 | -1/+0 |
* | use NIM_TESTAMENT_BATCH for important_packages, improve formatting, code clea... | Timothee Cour | 2021-03-12 | 1 | -1/+2 |
* | asyncjs: add `then`, `catch` for promise pipelining (#16871) | Timothee Cour | 2021-02-24 | 1 | -2/+4 |
* | add -d:nimStrictMode in CI to keep code from regressing; fixes ConvFromXtoIts... | Timothee Cour | 2021-02-17 | 1 | -4/+3 |
* | remove .github/workflows/ci_ssl.yml; instead run via trunner_thirdparty (#16221) | Timothee Cour | 2021-02-02 | 1 | -1/+4 |
* | testament: fix #16829, fix partially #16830 (#16831) | Timothee Cour | 2021-01-27 | 1 | -1/+14 |
* | Testament small fixes (#16788) | Juan Carlos | 2021-01-22 | 1 | -60/+50 |
* | fix testament regression: installed testament works again with testament r pa... | Timothee Cour | 2021-01-20 | 1 | -10/+4 |
* | Deprecate TaintedString (#15423) | Juan Carlos | 2021-01-15 | 1 | -4/+4 |
* | add error messages (#16679) | flywind | 2021-01-10 | 1 | -1/+1 |
* | fix #16576: honor matrix in testament by making such tests non joinable (#16577) | Timothee Cour | 2021-01-04 | 1 | -6/+7 |
* | fix #16330 tshould_not_work (#16342) | Timothee Cour | 2020-12-14 | 1 | -2/+2 |
* | unittest: use defines instead of env vars (#16165) | Timothee Cour | 2020-12-10 | 1 | -3/+0 |
* | nimout now consistently uses nimoutCheck (#16189) | Timothee Cour | 2020-12-01 | 1 | -12/+4 |
* | testament: error instead of silently overwrite a spec (#16166) | Timothee Cour | 2020-11-29 | 1 | -3/+2 |
* | fix #14242 `testament r tests/js/foo` now works; testament now honors --targe... | Timothee Cour | 2020-11-28 | 1 | -5/+9 |
* | make megatest consistent with unjoined tests wrt newlines, honor newlines in ... | Timothee Cour | 2020-11-28 | 1 | -4/+10 |
* | targets: use cpp instead of c++ everywhere (was by far the most common) (#15961) | Timothee Cour | 2020-11-14 | 1 | -1/+1 |
* | fix #15631 (#15632) | n5m | 2020-10-19 | 1 | -2/+5 |
* | testament improvement: allow inline error messages inside test cases (#15294) | Andreas Rumpf | 2020-09-10 | 1 | -2/+47 |
* | fix #14822 copy test into var in matrix process, so can reset startTime befor... | Bung | 2020-07-17 | 1 | -4/+6 |
* | Fix style inconsistencies due to the previous commit | narimiran | 2020-07-06 | 1 | -7/+7 |
* | revert 0944b0f4 | narimiran | 2020-07-06 | 1 | -7/+7 |
* | {.deprecated: [existsFile: fileExists].} (#14735) | Timothee Cour | 2020-07-02 | 1 | -1/+1 |
* | fix `./koch tests` following #14823 (#14845) | Timothee Cour | 2020-06-28 | 1 | -1/+2 |
* | testament: generic N-fold batching: windows CI 37mn=>16m (#14823) | Timothee Cour | 2020-06-27 | 1 | -3/+15 |
* | misc testament cleanups (#14764) | Timothee Cour | 2020-06-23 | 1 | -2/+3 |
* | `addQuitProc` now works with closures, and c, js(node/browser) backend; fix s... | Timothee Cour | 2020-06-16 | 1 | -5/+7 |
* | normalizeExe (#14668) | Timothee Cour | 2020-06-15 | 1 | -8/+3 |
* | testament: don't rely on Nim source structure [backport:1.2] (#14077) | alaviss | 2020-04-23 | 1 | -1/+1 |
* | faster CIs (#13803) | Miran | 2020-03-30 | 1 | -2/+2 |