summary refs log tree commit diff stats
path: root/testament/testament.nim
Commit message (Expand)AuthorAgeFilesLines
* ic navigator tests (#17735)Andreas Rumpf2021-04-161-5/+5
* testament --verbose: prints commands; gitignore ic artifacts (#17716)Timothee Cour2021-04-141-3/+11
* nim: unbreak CI; testament: add allowedFailure logic for tests that may fail ...Timothee Cour2021-03-281-5/+11
* testament: remove unused tfile,tline,tcolumn (#17515)Timothee Cour2021-03-261-28/+2
* remove 'stats' from help document of testament tool (#17364)jiro2021-03-151-1/+0
* use NIM_TESTAMENT_BATCH for important_packages, improve formatting, code clea...Timothee Cour2021-03-121-1/+2
* asyncjs: add `then`, `catch` for promise pipelining (#16871)Timothee Cour2021-02-241-2/+4
* add -d:nimStrictMode in CI to keep code from regressing; fixes ConvFromXtoIts...Timothee Cour2021-02-171-4/+3
* remove .github/workflows/ci_ssl.yml; instead run via trunner_thirdparty (#16221)Timothee Cour2021-02-021-1/+4
* testament: fix #16829, fix partially #16830 (#16831)Timothee Cour2021-01-271-1/+14
* Testament small fixes (#16788)Juan Carlos2021-01-221-60/+50
* fix testament regression: installed testament works again with testament r pa...Timothee Cour2021-01-201-10/+4
* Deprecate TaintedString (#15423)Juan Carlos2021-01-151-4/+4
* add error messages (#16679)flywind2021-01-101-1/+1
* fix #16576: honor matrix in testament by making such tests non joinable (#16577)Timothee Cour2021-01-041-6/+7
* fix #16330 tshould_not_work (#16342)Timothee Cour2020-12-141-2/+2
* unittest: use defines instead of env vars (#16165)Timothee Cour2020-12-101-3/+0
* nimout now consistently uses nimoutCheck (#16189)Timothee Cour2020-12-011-12/+4
* testament: error instead of silently overwrite a spec (#16166)Timothee Cour2020-11-291-3/+2
* fix #14242 `testament r tests/js/foo` now works; testament now honors --targe...Timothee Cour2020-11-281-5/+9
* make megatest consistent with unjoined tests wrt newlines, honor newlines in ...Timothee Cour2020-11-281-4/+10
* targets: use cpp instead of c++ everywhere (was by far the most common) (#15961)Timothee Cour2020-11-141-1/+1
* fix #15631 (#15632)n5m2020-10-191-2/+5
* testament improvement: allow inline error messages inside test cases (#15294)Andreas Rumpf2020-09-101-2/+47
* fix #14822 copy test into var in matrix process, so can reset startTime befor...Bung2020-07-171-4/+6
* Fix style inconsistencies due to the previous commitnarimiran2020-07-061-7/+7
* revert 0944b0f4narimiran2020-07-061-7/+7
* {.deprecated: [existsFile: fileExists].} (#14735)Timothee Cour2020-07-021-1/+1
* fix `./koch tests` following #14823 (#14845)Timothee Cour2020-06-281-1/+2
* testament: generic N-fold batching: windows CI 37mn=>16m (#14823)Timothee Cour2020-06-271-3/+15
* misc testament cleanups (#14764)Timothee Cour2020-06-231-2/+3
* `addQuitProc` now works with closures, and c, js(node/browser) backend; fix s...Timothee Cour2020-06-161-5/+7
* normalizeExe (#14668)Timothee Cour2020-06-151-8/+3
* testament: don't rely on Nim source structure [backport:1.2] (#14077)alaviss2020-04-231-1/+1
* faster CIs (#13803)Miran2020-03-301-2/+2
* allow category nimble-packages to test a single package (#13576)Arne Döring2020-03-181-1/+0
* testament: this now works: "testament r /abspath/to/test.nim" (#13358)Timothee Cour2020-02-091-2/+4
* testament: introduce 'matrix' for testing multiple options (#13343)Miran2020-02-071-18/+25
* testament/azure: major rewrite (#13246)alaviss2020-01-251-10/+6
* make SuccessX show project file + output file (#13043)Timothee Cour2020-01-081-3/+7
* ARC: cycle detector (#12823)Andreas Rumpf2019-12-171-1/+1
* [backport] Fix style issues in lib/, tools/, and testament/. Fixes #12687. (#...3n-k12019-11-281-7/+7
* test suite: rename tests containing 'fail' for easier search in logsAraq2019-11-261-1/+1
* attempt to add valgrind support to the CIs and testament (#12646)Andreas Rumpf2019-11-181-7/+11
* testament: add azure integrationLeorize2019-10-031-10/+23
* Locks modules should give a compile error when threads are not enabled. (#12231)Ray Imber2019-09-261-0/+4
* added a testcase for #12195; testament now supports a 'timeout' spec fieldAraq2019-09-171-1/+4
* make tests green againAndreas Rumpf2019-09-131-1/+1
* Fixed c filenames mangling (#12161)Yuriy Glukhov2019-09-111-1/+1
* fix testsTimothee Cour2019-09-061-2/+1