summary refs log tree commit diff stats
path: root/testament/testament.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes testament matrix doesn't work with other backends which left many JS te...ringabout2024-05-141-3/+24
* Don't crash for invalid toplevel parseStmt/Expr calls (#23089)Jake Leahy2023-12-191-4/+9
* some test cleanups & category reorganization (#22010)metagn2023-06-061-1/+1
* fixes #19863; move sha1, md5 to nimble packages for 2.0 (#21702)ringabout2023-05-021-1/+3
* testament: make valgrind optional (#21238)Anna2023-01-111-1/+11
* fixes a severe bug of testament (#20832)ringabout2022-11-171-0/+1
* Update testament usage to clarify testament all (#20757)Lee Matos2022-11-071-1/+1
* [Testament] Extend and document message testing aids (#19996)quantimnot2022-09-011-55/+27
* remove some deprecated pre-1.0 stdlib modules (#20202)metagn2022-08-231-1/+0
* testament: use full test name in skips [backport] (#19937)Jacek Sieka2022-07-161-7/+13
* Fix default testament target in docs and cli help (#19796)quantimnot2022-05-231-1/+1
* testament: include extra options in test name (#19801)Jacek Sieka2022-05-191-41/+38
* remove `std/sharedstrings` (#19228)flywind2021-12-091-1/+0
* testament --megatest:off now makes tests non-joinable so that they all run (#...Timothee Cour2021-09-031-1/+1
* merge BuildMode into SuccessX, remove code duplication w drnim, add useful in...Timothee Cour2021-06-141-2/+1
* testament: remove deadcode related to realtimeGC, testC, callCCompiler (#18087)Timothee Cour2021-05-261-63/+0
* fix #18077 testament now parses `cmd` properly (#18086)Timothee Cour2021-05-261-15/+38
* remove some custom logic in testament around flags, testExec (#18090)Timothee Cour2021-05-261-16/+0
* fixes #17943 (#18045)Andreas Rumpf2021-05-191-2/+2
* make testament `isSuccess` more robust and allow tests with `--hints:off` to ...Timothee Cour2021-05-111-7/+29
* fix #17960: honor `matrix` also for `action: compile, action: reject` (#17980)Timothee Cour2021-05-091-6/+7
* testament :show duration also for failed tests; improve `tshould_not_work`; m...Timothee Cour2021-05-081-2/+4
* gitutils: add diffStrings, diffFiles, and use it in testament to compare expe...Timothee Cour2021-04-301-1/+2
* Implement https://forum.nim-lang.org/t/7848#50018 (#17874)c-blake2021-04-291-1/+2
* testament: add `nimoutFull: bool` spec (#17867)Timothee Cour2021-04-271-7/+11
* add `--processing:dots|filenames|off` to customize `hintProcessing` (#17817)Timothee Cour2021-04-231-1/+1
* unit separator (#17730)Andreas Rumpf2021-04-201-0/+7
* important_packages: `allowed_failures` batch (#17757)Timothee Cour2021-04-201-1/+1
* 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